Definition Type: Attribute
Name: MaritalStatus
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Marital status of the traveler.
Collapse XSD Schema Diagram:
XSD Diagram of MaritalStatus in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="MaritalStatus" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Marital status of the traveler.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Annulled">
                <xs:annotation>
                    <xs:documentation>The marriage of the traveler has been annulled.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Co-habitating">
                <xs:annotation>
                    <xs:documentation>The traveler is living with someone, but not married.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Divorced">
                <xs:annotation>
                    <xs:documentation>The traveler is divorced.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Engaged">
                <xs:annotation>
                    <xs:documentation>The traveler is engaged.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Married">
                <xs:annotation>
                    <xs:documentation>
 the traveler is married
</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Separated">
                <xs:annotation>
                    <xs:documentation>The traveler is separated.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Single">
                <xs:annotation>
                    <xs:documentation>The traveler is single.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Widowed">
                <xs:annotation>
                    <xs:documentation>The traveler is widowed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Unknown">
                <xs:annotation>
                    <xs:documentation>The marital status of the traveler is unknown.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Annulled
Enumeration Co-habitating
Enumeration Divorced
Enumeration Engaged
Enumeration Married
Enumeration Separated
Enumeration Single
Enumeration Widowed
Enumeration Unknown