LinkGroupSet

This element contains a list of all the Link groups defined in the XidML document.

Element Information

Model

Children: Group

Source

<xs:element name="LinkGroupSet" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element contains a list of all the Link groups defined in the XidML document.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Group" type="GroupType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element is used to organisz DataLinks into logical groups.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:unique name="UniqueDataLinkGroupName">
    <xs:selector xpath="*"/>
    <xs:field xpath="@Name"/>
  </xs:unique>
</xs:element>

Sample