<xs:attributeGroup name="attlist.Phone">
<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>
</xs:attributeGroup> |