element <notebio>
Namespace:
Type:
embedded complexType
Content:
complex, 2 attributes, 9 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<notebio
   
id
 = 
xs:ID
   
idrefs
 = 
xs:IDREFS
   
>
   
Content: 
</notebio>
May contain elements (9):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Note biographique

Description:
Court texte relatant la vie, l'activité et l’œuvre d'une personne.

Commentaires:
exemple 1
<grnotebio>
    <titre>Notes biographiques</titre>
    <notebio id="nb1" idrefs="au1">
        <nompers>…</nompers>
        <alinea>…</alinea>
    </notebio>
    <notebio id="nb2" idrefs="au2">…</notebio>
    <notebio id="nb3" idrefs="au3">…</notebio>
</grnotebio>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="notebio">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="nompers"/>
<xs:group maxOccurs="unbounded" ref="blocimbrique"/>
</xs:sequence>
<xs:attributeGroup ref="idrefs"/>
</xs:complexType>
</xs:element>