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

Étiquette: Note d’un objet

Description:
Un bref commentaire sur une partie ou l’ensemble d’un objet.

Commentaires:
exemple 1
<objet id="ob6" typeobj="video">
    <no>Clip vidéo 6</no>
    <legende lang="fr">…</legende>
    <objetmedia flot="bloc">
        <video id="vi7" />
    </objetmedia>
    <noteobj id="nb4">
        <no>a</no>
        <alinea>…</alinea>
    </noteobj>
    <source>…</source>
</objet>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="noteobj" type="noteillustrationtype">
</xs:element>