complexType  ULType 
diagram
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
childrencom:LI
used by
element com:UL
attributes
Name  Type Use Default Fixed annotation
com:id xsd:ID        
com:ulStyle com:ULStyleType   Bullet    
source<xsd:complexType  name="ULType">
<xsd:sequence>
<xsd:element  ref="com:LI"  maxOccurs="unbounded">
</xsd:element>
</xsd:sequence> <xsd:attribute  ref="com:id">
</xsd:attribute> <xsd:attribute  ref="com:ulStyle"  default="Bullet">
</xsd:attribute>
</xsd:complexType>