http://maven.apache.org/FML/1.0.1
simpleType OLStyle

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://maven.apache.org/FML/1.0.1}OLStyle (restriction)

Documentation
      Ordered list numbering style

      1   arabic numbers      1, 2, 3, ...
      a   lower alpha         a, b, c, ...
      A   upper alpha         A, B, C, ...
      i   lower roman         i, ii, iii, ...
      I   upper roman         I, II, III, ...

      The style is applied to the sequence number which by default
      is reset to 1 for the first list item in an ordered list.
      
Properties
This component is not nillable.

Model



Source
<xs:simpleType name="OLStyle">
<xs:restriction base="xs:string"/>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.