element <note>
Namespace:
Type:
Content:
complex, 1 attribute, 21 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<note
   
id
 = 
xs:ID
   
>
   
Content: 
</note>
May contain elements (21):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Note

Description:
Un bref commentaire sur un passage du texte de l’article, situé en retrait du flot normal du texte.

Commentaires:
exemple 1
<grnote>
    <note id="no1">
        <no>1</no>
        <alinea>…</alinea>
    </note>
    <note id="no2">
        <no>2</no>
        <alinea>…</alinea>
    </note>
    <note id="no3">
         <no>3</no>
         <alinea>…</alinea>
    </note>
</grnote>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="note" type="notetype">
</xs:element>