Definition Type: AttributeGroup
Name: ID_Group
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to provide a required unique identifier.
Collapse XSD Schema Diagram:
Drilldown into ID in schema ota_commontypes_xsd1XSD Diagram of ID_Group in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
ID ID Required