Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="Formula"><xsd:annotation><xsd:documentation>Allows for a mathematical formula to be inserted with the content described using MathML2.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="equationNumber" minOccurs="0" type="BasicStringStructure"><xsd:annotation><xsd:documentation>The equation number (the need for this is very rare)</xsd:documentation></xsd:annotation></xsd:element><xsd:choice minOccurs="1" maxOccurs="unbounded"><xsd:element ref="Substitution"/><xsd:element ref="Addition"/><xsd:element ref="Repeal"/><xsd:element ref="math:math"/></xsd:choice><xsd:element ref="Where" minOccurs="0"/></xsd:sequence><xsd:attributeGroup ref="CommonSubAttributes"/><xsd:attribute name="ID"><xsd:annotation><xsd:documentation>A unique identifier in the format x00000</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:ID"><xsd:pattern value="x[0-9]{5}"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attributeGroup ref="CommonFormattingAttributes"/></xsd:complexType></xsd:element>
<xsd:element name="equationNumber" minOccurs="0" type="BasicStringStructure"><xsd:annotation><xsd:documentation>The equation number (the need for this is very rare)</xsd:documentation></xsd:annotation></xsd:element>
Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="Where"><xsd:annotation><xsd:documentation>Explains the nomenclature used in the formula</xsd:documentation></xsd:annotation><xsd:complexType><xsd:choice><xsd:element ref="KeyList"/><xsd:element ref="UnorderedList"/><xsd:element ref="Para" maxOccurs="unbounded"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/><xsd:attributeGroup ref="CommonFormattingAttributes"/></xsd:complexType></xsd:element>
<xsd:attribute name="ID"><xsd:annotation><xsd:documentation>A unique identifier in the format x00000</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:ID"><xsd:pattern value="x[0-9]{5}"/></xsd:restriction></xsd:simpleType></xsd:attribute>