complexType MathType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:PatentImage pat:InlineFormula math
used by
element pat:Math
attributes
Name Type Use Default Fixed annotation
mathNumber xsd:string
source <xsd:complexType name="MathType">
<xsd:choice>
<xsd:element ref="pat:PatentImage">
</xsd:element>
<xsd:element ref="pat:InlineFormula">
</xsd:element>
<xsd:sequence>
<xsd:element ref="mathml:math"/>
<xsd:element ref="pat:PatentImage"/>
</xsd:sequence>
</xsd:choice>
<xsd:attribute ref="pat:mathNumber"/>
</xsd:complexType>