Definition Type: Attribute
Name: Gender
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Identifies the gender.
Collapse XSD Schema Diagram:
XSD Diagram of Gender in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Male
Enumeration Female
Enumeration Unknown