Definition Type: Element
Name: ProfileRef
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Stored information about a customer. May contain readily available information relevant to the booking.
Collapse XSD Schema Diagram:
Drilldown into UniqueID in schema ota_aircommontypes_xsd1XSD Diagram of ProfileRef in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ProfileRef" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Stored information about a customer.  May contain readily available information relevant to the booking.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="UniqueID" type="UniqueID_Type">
                <xs:annotation>
                    <xs:documentation xml:lang="en"> An identifier used to uniquely reference a customer profile.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UniqueID UniqueID (1) (1)