public interface XsTExtensionType extends XsTAnnotated, XsGTypeDefParticle, XsGAttrDecls
Interface of the xs:extensionType type, as
specified by:
<xs:complexType name="extensionType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:attribute name="base" type="xs:QName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Method and Description |
|---|---|
XsQName |
getBase() |
void |
setBase(XsQName pBase) |
createAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validatecreateAll, createChoice, createGroup, createSequence, getTypeDefParticlecreateAnyAttribute, createAttribute, createAttributeGroup, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributes