complexType  ULType  
diagram
version V3_2
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
children   com: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>