public interface XsTGroup extends XsTAnnotated, XsAGDefRef, XsAGOccurs, XsGParticle
Interface of the xs:group, type, with the
following specification:
<xs:complexType name="group" abstract="true">
<xs:annotation>
<xs:documentation>
group type for explicit groups, named top-level groups and
group references
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/>
<xs:attributeGroup ref="xs:defRef"/>
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
createAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validategetName, getRef, setName, setRef, validategetMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs, validatecreateAll, createAny, createChoice, createElement, createGroup, createSequence, getParticles