Definition Type: SimpleType
Name: PhoneType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXCodeLists.xsd
Documentation:
Identifies what kind of phone number is being given.
Collapse XSD Schema Diagram:
XSD Diagram of PhoneType in schema pidxcodelists_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<simpleType name="PhoneType">
    <annotation>
        <documentation>Identifies what kind of phone number is being given.</documentation>
    </annotation>
    <restriction base="NMTOKEN">
        <enumeration value="Fax" />
        <enumeration value="Mobile" />
        <enumeration value="Pager" />
        <enumeration value="Voice" />
        <enumeration value="Other" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration Fax
Enumeration Mobile
Enumeration Pager
Enumeration Voice
Enumeration Other
Collapse Derivation Tree:
Collapse References:
pidx:phoneType, pidx:telephoneIndicator