Definition Type: ComplexType
Name: Verification
Namespace: http://www.opentravel.org/OTM/reservation/v2
Containing Schema: Reservation_2_0_0.xsd
Abstract
Documentation:
Fields that can be used to control access to reservations. Fields that can be used to control access to reservations.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into PaymentCard_Masked in schema reservation_2_0_0_xsd Drilldown into Telephone_Simple in schema reservation_2_0_0_xsd Drilldown into Email_Simple in schema reservation_2_0_0_xsd Drilldown into PersonNameSummary in schema common_4_0_0_xsdXSD Diagram of Verification in schema reservation_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Verification">
    <xsd:annotation>
        <xsd:documentation source="Description">Fields that can be used to control access to reservations.</xsd:documentation>
        <xsd:documentation source="Description">Fields that can be used to control access to reservations.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Verification</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:PersonNameSummary">
            <xsd:annotation>
                <xsd:documentation source="Description">Person name information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Email_Simple" type="ota2-0400:Email_Simple">
            <xsd:annotation>
                <xsd:documentation source="Description">Email associated with the reservation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Telephone_Simple" type="ota2-0400:Telephone_Simple">
            <xsd:annotation>
                <xsd:documentation source="Description">The telephone number associated with the reservation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PaymentCard_Masked" type="ota2-0400:EncryptionTokenTypeMask">
            <xsd:annotation>
                <xsd:documentation source="Description">Masked payment card number that can be used to control access to reservations.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonNameSummary ota2-0400:PersonNameSummary 0 (1)
Email_Simple res-0200:Email_Simple 0 (1)
Telephone_Simple res-0200:Telephone_Simple 0 (1)
PaymentCard_Masked res-0200:PaymentCard_Masked 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
res-0200:Verification