http://maven.apache.org/XDOC/2.0
simpleType ULStyle

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://maven.apache.org/XDOC/2.0}ULStyle (restriction)

Documentation
      Unordered list bullet styles
      
Properties
This component is not nillable.

Model

('disc' | 'square' | 'circle')

Source
<xs:simpleType name="ULStyle">
<xs:restriction base="xs:token">
<xs:enumeration value="disc"/>
<xs:enumeration value="square"/>
<xs:enumeration value="circle"/>
</xs:restriction>
</xs:simpleType>


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