TelephoneTypeCodeType

**************************************- used to differentiate between
a mobile or fixed telephone but also between a telephone a fax or a telex. This can
therefore given information about a type of telephone and a notion of what price
would cost a call and actually different types of communication (Fax vs Telex)
**************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="TelephoneTypeCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- used to differentiate between a mobile or fixed telephone but also between a telephone a fax or a telex. This can therefore given information about a type of telephone and a notion of what price would cost a call and actually different types of communication (Fax vs Telex) **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Cordless"/>
    <xs:enumeration value="Fixed"/>
    <xs:enumeration value="Fax"/>
    <xs:enumeration value="Mobile"/>
    <xs:enumeration value="Skype"/>
    <xs:enumeration value="Telex"/>
  </xs:restriction>
</xs:simpleType>