EquipmentTelecomCodeType

Answering machine, Fax, Internet, Telephone. Internet can be further
detailed with Equipment InternetCodeType

Simple Type Information

Source

<xs:simpleType name="EquipmentTelecomCodeType">
  <xs:annotation>
    <xs:documentation>Answering machine, Fax, Internet, Telephone. Internet can be further detailed with Equipment InternetCodeType</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AnsweringMachine"/>
    <xs:enumeration value="Fax"/>
    <xs:enumeration value="Internet"/>
    <xs:enumeration value="Telephone"/>
  </xs:restriction>
</xs:simpleType>