Definition Type: Element
Name: ContactInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: ContactPersonType
Containing Schema: OTA_AirCheckIn.xsd
MinOccurs 0
MaxOccurs 2
Abstract
Documentation:
Emergency contact information for the passenger.
Collapse XSD Schema Diagram:
Drilldown into Relationship in schema ota_aircheckin_xsd Drilldown into EmployeeInfo in schema ota_commontypes_xsd1 Drilldown into CompanyName in schema ota_commontypes_xsd1 Drilldown into URL in schema ota_commontypes_xsd1 Drilldown into Email in schema ota_commontypes_xsd1 Drilldown into Address in schema ota_commontypes_xsd1 Drilldown into Telephone in schema ota_commontypes_xsd1 Drilldown into PersonName in schema ota_commontypes_xsd1 Drilldown into DocumentDistribMethodCode in schema ota_commontypes_xsd1 Drilldown into CommunicationMethodCode in schema ota_commontypes_xsd1 Drilldown into RPH in schema ota_commontypes_xsd1 Drilldown into EmergencyFlag in schema ota_commontypes_xsd1 Drilldown into Relation in schema ota_commontypes_xsd1 Drilldown into ContactType in schema ota_commontypes_xsd1 Drilldown into DefaultInd in schema ota_commontypes_xsd1 Drilldown into DefaultIndGroup in schema ota_commontypes_xsd1 Drilldown into ShareMarketInd in schema ota_commontypes_xsd1 Drilldown into ShareSynchInd in schema ota_commontypes_xsd1 Drilldown into PrivacyGroup in schema ota_commontypes_xsd1 Drilldown into ContactPersonType in schema ota_commontypes_xsd1 Drilldown into OptionToDecline in schema ota_aircheckin_xsdXSD Diagram of ContactInfo in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ContactInfo" minOccurs="0" maxOccurs="2">
    <xs:annotation>
        <xs:documentation xml:lang="en">Emergency contact information for the passenger.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ContactPersonType">
                <xs:sequence>
                    <xs:element name="Relationship" type="StringLength1to64">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Specifies the relationship of this emergency contact to the passenger.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                </xs:sequence>
                <xs:attribute name="OptionToDecline" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">If true, the passenger chooses to decline providing emergency contact information.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName PersonName 0 (1)
Telephone Telephone 0 5
Address Address 0 5
Email Email 0 5
URL URL 0 5
CompanyName CompanyName 0 3
EmployeeInfo EmployeeInfo 0 3
Relationship nsA:Relationship (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ShareSynchInd ShareSynchInd Optional
ShareMarketInd ShareMarketInd Optional
DefaultInd DefaultInd false Optional
ContactType ContactType (Optional)
Relation Relation (Optional)
EmergencyFlag EmergencyFlag false Optional
RPH RPH (Optional)
CommunicationMethodCode CommunicationMethodCode Optional
DocumentDistribMethodCode DocumentDistribMethodCode Optional
OptionToDecline nsA:OptionToDecline Optional
Collapse Derivation Tree: