simpleType  ULStyleType 
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typerestriction of xsd:token
used by
attribute com:ulStyle
source<xsd:simpleType  name="ULStyleType">
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="Bullet">
<xsd:annotation>
<xsd:documentation>
Bullet
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="None">
<xsd:annotation>
<xsd:documentation>
None
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="Dash">
<xsd:annotation>
<xsd:documentation>
Dash
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>