diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
children |
com:Image com:InlineFormula math com:ExternalDocumentBag |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:id |
|
xsd:ID |
|
|
|
|
|
|
|
documentation Unique identifier global to the entire document |
com:mathNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Number of a mathematical formulae |
|
source |
<xsd:complexType name="MathType"> <xsd:choice>
|
<xsd:element ref="com:Image"> </xsd:element> |
|
<xsd:element ref="com:InlineFormula"> </xsd:element> |
|
<xsd:sequence> <xsd:element ref="mathml:math"/> <xsd:element ref="com:Image" minOccurs="0"/> <xsd:element ref="com:ExternalDocumentBag" minOccurs="0"/> </xsd:sequence> |
</xsd:choice> <xsd:attribute ref="com:id"/> <xsd:attribute ref="com:mathNumber"/> </xsd:complexType> |