element <eqnote>
Namespace:
Type:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<eqnote
    id
 = 
xs:ID
    >
   
Content: 
no?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)+
</eqnote>
May contain elements (10):
May be included in elements (2):
Known Usage Locations
Annotation
Label
Note about an equation
Description
A brief comment on part or all of an equation.
Examples
example 1
<equation id="eq3">
    <no>Équation 3</no>
    <caption lang="fr">
        <blocktext>…</blocktext>
    </caption>
    <mediaobject float="block">
        <image id="im1" imagetype="equation" xlink:type="simple" xlink:show="embed"
        xlink:actuate="onLoad" xlink:href="equation.jpg" xlink:title="Image de l’équation 1"
        dimx="200" dimy="40" desc="Équation numérisée à partir du papier" />
    </mediaobject>
    <eqnote id="ne1">
        <no>*</no>
        <blocktext>Ce résultat provient d’un calcul effectué en 1998.</blocktext>
    </eqnote>
</equation>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="eqnote" type="illustrationnotetype">
</xs:element>

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