complexType ULType
diagram
version V2_1
namespace https://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 ref="com:ulStyle" default="Bullet"/>
</xsd:complexType>