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

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

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

Subclasses of XsTGroupImpl 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>
 class XsTExplicitGroupImpl
          Implementation of the xs:explicitGroup type, as specified by the following: group type for the three kinds of group Implementation note: This interface doesn't specify any additional methods.
 class XsTGroupRefImpl
          Implementation of the xs:groupRef type, with the following specification:
 class XsTRealGroupImpl
          Implementation of the xs:realGroup type, as specified by the following: <xs:complexType name="realGroup"> <xs:complexContent> <xs:restriction base="xs:group"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> </xs:choice> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This interface does not define any additional methods.