Group

This element can be used to define a sub-group.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name restriction of xs:string required

Source

<xs:element name="Group" type="GroupType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element can be used to define a sub-group.</xs:documentation>
  </xs:annotation>
  <xs:unique name="UniqueGroupName">
    <xs:selector xpath="Group"/>
    <xs:field xpath="@Name"/>
  </xs:unique>
</xs:element>

Sample