Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 14 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 3 locations |
XML Representation Summary | |||||
<equation | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</equation> |
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.
<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>
equation id="eq1"> <no>Équation 1</no> <caption lang="fr">…</caption> <blocktext>…</blocktext> <eqnote id="ne1">…</eqnote> <source>…</source> </equation>
Type Derivation Tree![]() |
<xs:element name="equation"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:choice maxOccurs="unbounded"> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="eqnote"/> |
Type: |
mml:math.type, complex content |
<xs:element ref="mml:math"/> |
Type: |
biblioreftype, mixed content |
<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 |