Definition Type: AttributeGroup
Name: GenderGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to indicate the gender of a person, if known.
Collapse XSD Schema Diagram:
Drilldown into Gender in schema ota_commontypes_xsd1XSD Diagram of GenderGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="GenderGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to indicate the gender of a person, if known.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Gender" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the gender.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="Male" />
                <xs:enumeration value="Female" />
                <xs:enumeration value="Unknown" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Gender Gender Optional