type

Attribute Information

Used By

Element address

Source

<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="home"/>
      <xs:enumeration value="work"/>
      <xs:enumeration value="delivery"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample