listtype

Attribute Information

Used By

Complex Type list

Source

<xs:attribute name="listtype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="deflist"/>
      <xs:enumeration value="unordered"/>
      <xs:enumeration value="ordered"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample