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