Definition Type: AttributeGroup
Name: BirthDateGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to provide a date of birth.
Collapse XSD Schema Diagram:
Drilldown into BirthDate in schema ota_commontypes_xsd1XSD Diagram of BirthDateGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="BirthDateGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to provide a date of birth.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="BirthDate" type="xs:date" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
BirthDate BirthDate Optional