elml:ListStyleImp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
listStyle restriction of xs:string optional
The attribute listStyle allows to specify the type of list. Values to select are ordered (with numbers) or
unordered (with symbols).

Used By

Element elml:list

Source

<xs:attributeGroup name="ListStyleImp">
  <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>
</xs:attributeGroup>