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

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

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

Subclasses of XsTExplicitGroupImpl in net.sf.jaxme.xs.xml.impl
 class XsEChoiceImpl
          Implementation of the xs:choice element, with the following specification: <xs:element name="choice" type="xs:explicitGroup" id="choice"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/> </xs:annotation> </xs:element>
 class XsESequenceImpl
          Implementation of the xs:sequence element, with the following specification: <xs:element name="sequence" type="xs:explicitGroup" id="sequence"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/> </xs:annotation> </xs:element>