element <equation>
Namespace:
Type:
Content:
complex, 1 attribute, 14 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<equation
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, (mml:math | blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)+, eqnote*, source?
</equation>
May contain elements (14):
May be included in elements (12):
Known Usage Locations
Annotation
Label
Equation
Description
Includes equations, as well as mathematical and chemical formulas.
Comments

Note that the equation can take the form of an image (“mediaobject”) or a text (e.g. “blocktext”).

An equation must contain only “image”-type media objects, even if the “mediaobject” element’s content model also includes “audio” and “video” elements.

The content of the “no” sub-element should be entered as it appears in the article while retaining the same punctuation as in the original article. It involves mentioning the type of object, as well as its number, such as: (1), [34], etc.

Equations, which generally appear inside a paragraph, must remain inside the paragraph.

Note that the caption of an equation often begins with a “where” string and usually comes after the equation itself.

Examples
example 1
<equation id="eq1">
    <no>Équation 1</no>
    <caption lang="fr">…</caption>
    <mediaobject float="block">
        <image id="im2" imagetype="equation" xlink:type="simple" xlink:href="equation1.jpg"
        xlink:show="embed" xlink:actuate="onLoad" xlink:title="Image de l’équation 1" dimx="200"
        dimy="40" desc="équation numérisée à partir du papier" />
    </mediaobject>
    <eqnote id="ne1">…</eqnote>
    <source>…</source>
</equation>
example 2
equation id="eq1">
    <no>Équation 1</no>
    <caption lang="fr">…</caption>
    <blocktext>…</blocktext>
    <eqnote id="ne1">…</eqnote>
    <source>…</source>
</equation>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="equation">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element ref="mml:math"/>
<xs:group ref="embeddedblock"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="eqnote"/>
<xs:element minOccurs="0" ref="source"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/14)
eqnote
Type:
illustrationnotetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="eqnote"/>

mml:math
Type:
mml:math.type, complex content
XML Source (see within schema source)
<xs:element ref="mml:math"/>

source
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="source"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set