mmlPh:telEquipType

Attribute Information

Used By

Attribute Group mmlPh:attlist.Phone

Source

<xs:attribute name="telEquipType" form="qualified">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PH"/>
      <xs:enumeration value="FX"/>
      <xs:enumeration value="MD"/>
      <xs:enumeration value="CP"/>
      <xs:enumeration value="BP"/>
      <xs:enumeration value="Internet"/>
      <xs:enumeration value="H"/>
      <xs:enumeration value="HP"/>
      <xs:enumeration value="HV"/>
      <xs:enumeration value="WP"/>
      <xs:enumeration value="DIR"/>
      <xs:enumeration value="PUB"/>
      <xs:enumeration value="BAD"/>
      <xs:enumeration value="TMP"/>
      <xs:enumeration value="AS"/>
      <xs:enumeration value="EC"/>
      <xs:enumeration value="MC"/>
      <xs:enumeration value="PG"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample

< mmlPsi:phones xmlns:mmlPsi = "http://www.medxml.net/MML/v4/SharedComponent/PersonalizedInfo/1.0" xmlns:mmlPh = "http://www.medxml.net/MML/v4/SharedComponent/Phone/1.0" >

< mmlPh:Phone mmlPh:telEquipType = "PH" >

< mmlPh:area>

0985

</ mmlPh:area>

< mmlPh:city>

85

</ mmlPh:city>

< mmlPh:number>

1500

</ mmlPh:number>

< mmlPh:extension>

2067

</ mmlPh:extension>

< mmlPh:country>

81

</ mmlPh:country>

< mmlPh:memo>

daytime

</ mmlPh:memo>

</ mmlPh:Phone>

</ mmlPsi:phones>