org.apache.ws.jaxme.xs.xml.impl
Class XsTSimpleTypeImpl
- XsObject, XsTAnnotated, XsTOpenAttrs, XsTSimpleType
public class XsTSimpleTypeImpl
Implementation 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>
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsTSimpleTypeImpl
protected XsTSimpleTypeImpl(XsObject pParent)
validate
public void validate()
throws SAXException
Validates the internal state of the type, attribute, element,
or whatever object.
- validate in interface XsObject
- validate in interface XsObjectImpl