type

Attribute Information

Used By

Element phone

Source

<xs:attribute name="type" default="voice">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="fax"/>
      <xs:enumeration value="pager"/>
      <xs:enumeration value="voice"/>
      <xs:enumeration value="cellphone"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample