Definition Type: SimpleType
Name: PhoneTechType_Enum_Base
Namespace: http://www.opentravel.org/OTM/Common/v3
Containing Schema: CodeList_3_0_0.xsd
Documentation:
Defines the technology associated with this phone number.
Collapse XSD Schema Diagram:
XSD Diagram of PhoneTechType_Enum_Base in schema codelist_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="PhoneTechType_Enum_Base">
    <xsd:annotation>
        <xsd:documentation source="Description">Defines the technology associated with this phone number.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PhoneTechType_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Voice" />
        <xsd:enumeration value="Fax" />
        <xsd:enumeration value="Pager" />
        <xsd:enumeration value="TTY" />
        <xsd:enumeration value="Other_" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Voice
Enumeration Fax
Enumeration Pager
Enumeration TTY
Enumeration Other_
Collapse Derivation Tree:
Collapse References:
ota2-0300:PhoneTechType_Enum