complexType ULType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:LI
used by
element pat:UL
attributes
Name Type Use Default Fixed annotation
id xsd:token
ulStyle pat:ULStyleType Bullet
source <xsd:complexType name="ULType">
<xsd:sequence>
<xsd:element ref="pat:LI" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="pat:ulStyle" default="Bullet"/>
</xsd:complexType>