<xs:attributeGroup name="ID_Group">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide a required unique identifier.</xs:documentation>
</xs:annotation>
<xs:attribute name="ID" type="StringLength1to32" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|