type

Attribute Information

Used By

Element subnote

Source

<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Roman"/>
      <xs:enumeration value="roman"/>
      <xs:enumeration value="number"/>
      <xs:enumeration value="Alpha"/>
      <xs:enumeration value="alpha"/>
      <xs:enumeration value="bullet"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample