org.apache.ws.jaxme.xs.xml
Interface XsTSimpleType
- XsObject, XsTAnnotated, XsTOpenAttrs
- XsETopLevelSimpleType, XsTLocalSimpleType
- XsETopLevelSimpleTypeImpl, XsTLocalSimpleTypeImpl, XsTSimpleTypeImpl
public interface XsTSimpleType
Interface of the following specification for
xs:simpleType
:
<xs:complexType name="simpleType" abstract="true">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:simpleDerivation"/>
<xs:attribute name="final" type="xs:simpleDerivationSet"/>
<xs:attribute name="name" type="xs:NCName">
<xs:annotation>
<xs:documentation>
Can be restricted to required or forbidden
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:group name="simpleDerivation">
<xs:choice>
<xs:element ref="xs:restriction"/>
<xs:element ref="xs:list"/>
<xs:element ref="xs:union"/>
</xs:choice>
</xs:group>
createList
public XsEList createList()
throws SAXException
createRestriction
public XsERestriction createRestriction()
throws SAXException
createUnion
public XsEUnion createUnion()
throws SAXException
setName
public void setName(XsNCName pName)
throws SAXException