Definition Type: ComplexType
Name: PhonePrefType
Containing Schema: OTA_CommonPrefs.xsd
Abstract
Documentation:
Identifies a telephone number preference.
Collapse XSD Schema Diagram:
Drilldown into Telephone in schema ota_commonprefs_xsdXSD Diagram of PhonePrefType in schema ota_commonprefs_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="PhonePrefType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies a telephone number preference.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Telephone">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies a telephone number.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attributeGroup ref="TelephoneInfoGroup">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation>
                    </xs:annotation>
                </xs:attributeGroup>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Telephone Telephone (1) (1)
Collapse Derivation Tree:
Collapse References:
PhonePref