Definition Type: AttributeGroup
Name: TelephoneAttributesGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides telephone information details.
Collapse XSD Schema Diagram:
Drilldown into Remark in schema ota_commontypes_xsd1 Drilldown into PIN in schema ota_commontypes_xsd1 Drilldown into Extension in schema ota_commontypes_xsd1 Drilldown into PhoneNumber in schema ota_commontypes_xsd1 Drilldown into AreaCityCode in schema ota_commontypes_xsd1 Drilldown into CountryAccessCode in schema ota_commontypes_xsd1 Drilldown into PhoneUseType in schema ota_commontypes_xsd1 Drilldown into PhoneTechType in schema ota_commontypes_xsd1 Drilldown into PhoneLocationType in schema ota_commontypes_xsd1XSD Diagram of TelephoneAttributesGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="TelephoneAttributesGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides telephone information details.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Refer to OTA Code List Phone Location Type (PLT).
		</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OTA Code List Phone Technology Type (PTT).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OTA Code List Phone Use Type (PUT).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PhoneNumber" type="StringLength1to32" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">Telephone number assigned to a single location.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Extension" type="NumericStringLength1to5" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PIN" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Remark" type="StringLength1to128" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A remark associated with the telephone number.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PhoneLocationType PhoneLocationType Optional
PhoneTechType PhoneTechType Optional
PhoneUseType PhoneUseType Optional
CountryAccessCode CountryAccessCode Optional
AreaCityCode AreaCityCode Optional
PhoneNumber PhoneNumber Required
Extension Extension Optional
PIN PIN Optional
Remark Remark Optional