Definition Type: SimpleType
Name: VoluntaryIndicator_Enum
Namespace: http://www.opentravel.org/OTM/Common/v3
Containing Schema: CodeList_3_0_0.xsd
Documentation:
TODO - why is this payment form instead of Voluntary indicator or boolean?
Collapse XSD Schema Diagram:
XSD Diagram of VoluntaryIndicator_Enum in schema codelist_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="VoluntaryIndicator_Enum">
    <xsd:annotation>
        <xsd:documentation source="Description">TODO - why is this payment form instead of Voluntary indicator or boolean?</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">VoluntaryIndicator_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="voluntary" />
        <xsd:enumeration value="involuntary" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration voluntary
Enumeration involuntary