simpleType  ULStyleType  
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction 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>