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