Uses of Class
net.sf.jaxme.xs.xml.impl.XsTElementImpl

Packages that use XsTElementImpl
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTElementImpl in net.sf.jaxme.xs.xml.impl
 

Subclasses of XsTElementImpl in net.sf.jaxme.xs.xml.impl
 class XsTLocalAllElementImpl
           
 class XsTLocalElementImpl
          Implementation of the xs:localElement type, as specified by: <xs:complexType name="localElement"> <xs:complexContent> <xs:restriction base="xs:element"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="simpleType" type="xs:localSimpleType"/> <xs:element name="complexType" type="xs:localComplexType"/> </xs:choice> <xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="substitutionGroup" use="prohibited"/> <xs:attribute name="final" use="prohibited"/> <xs:attribute name="abstract" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This class doesn't specify any additional methods.
 class XsTTopLevelElementImpl
          Interface of the xs:topLevelElement type, with the following specification: