listStyle

The attribute listStyle allows to specify the type of list. Values to select are ordered (with numbers) or
unordered (with symbols).

Attribute Information

Used By

Attribute Group elml:ListStyleImp

Source

<xs:attribute name="listStyle">
  <xs:annotation>
    <xs:documentation>The attribute listStyle allows to specify the type of list. Values to select are ordered (with numbers) or unordered (with symbols).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="ordered"/>
      <xs:enumeration value="unordered"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample