element <anonumero>
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<anonumero
   
intitule
 = 
xs:token
   
numeration
 = 
("autre" | "decimal" | "lettremaj" | "lettremin" | "romainmaj" | "romainmin")
   
>
   
Content: 
{ xs:token }
</anonumero>
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: anonumero

Description:
Autre numéro du numéro d’une revue.

Commentaires:
exemple 1
<numero id="">
    <volume numeration="romainmaj">III</volume>
    <nonumero numeration="decimal">1</nonumero>
    <anonumero numeration="decimal">7</anonumero>
    …
</numero>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="anonumero" type="volumaisontype">
</xs:element>