complexType OType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:B pat:I pat:SmallCapital pat:Sub pat:Sup
used by
element pat:O
attributes
Name Type Use Default Fixed annotation
oStyle pat:OStyleType
source <xsd:complexType name="OType" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="pat:B">
</xsd:element>
<xsd:element ref="pat:I">
</xsd:element>
<xsd:element ref="pat:SmallCapital">
</xsd:element>
<xsd:element ref="pat:Sub">
</xsd:element>
<xsd:element ref="pat:Sup">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="pat:oStyle"/>
</xsd:complexType>