public interface XsGComplexTypeModel extends XsGTypeDefParticle, XsGAttrDecls
Interface of the group xs:complexTypeModel,
as specified by the following:
<xs:group name="complexTypeModel">
<xs:choice>
<xs:element ref="xs:simpleContent"/>
<xs:element ref="xs:complexContent"/>
<xs:sequence>
<xs:annotation>
<xs:documentation>
This branch is short for <complexContent>
<restriction base="xs:anyType">
...
</restriction>
</complexContent>
</xs:documentation>
</xs:annotation>
<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
</xs:choice>
</xs:group>
| Modifier and Type | Method and Description |
|---|---|
XsEComplexContent |
createComplexContent() |
XsESimpleContent |
createSimpleContent() |
XsEComplexContent |
getComplexContent() |
XsESimpleContent |
getSimpleContent() |
createAll, createChoice, createGroup, createSequence, getTypeDefParticlecreateAnyAttribute, createAttribute, createAttributeGroup, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributesXsESimpleContent createSimpleContent()
XsESimpleContent getSimpleContent()
XsEComplexContent createComplexContent()
XsEComplexContent getComplexContent()