Namespace:  | 
|
Type:  | 
|
Content:  | 
complex, 2 attributes, 2 elements  | 
Defined:  | 
globally in eruditarticle.xsd, see XML source  | 
Includes:  | 
definition of 1 attribute  | 
Used:  | 
at 1 location  | 
XML Representation Summary  | 
|||||
<redacteurchef  | 
|||||
| sexe |  =   | 
("feminin" | "masculin")  | 
|||
| typerc |  =   | 
("invite" | "regulier")  | 
|||
>  | 
|||||
  | 
|||||
</redacteurchef>  | 
|||||
<redacteurchef typerc="regulier" sexe="feminin">
    <nompers>
        <prenom>Johanne</prenom>
        <nomfamille>Laplante</nomfamille>
    </nompers>
</redacteurchef>
	             
exemple 2
<redacteurchef typerc="regulier" sexe="feminin">
    <fonction>Rédactrice en chef</fonction>
    <nompers>
        <prenom>Maryse</prenom>
        <nomfamille>Gagné</nomfamille>
    </nompers>
</redacteurchef>
               
exemple 3
			   
<redacteurchef typerc="invite" sexe="masculin">
    <nompers>
        <prenom> Georges </prenom>
        <autreprenom>L.</autreprenom>
        <nomfamille>Bastin</nomfamille>
    </nompers>
</redacteurchef>
				| Type Derivation Tree | 
| <xs:element name="redacteurchef"> <xs:complexType> <xs:complexContent> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="invite"/> <xs:enumeration value="regulier"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>  | 
Type:  | 
|
Use:  | 
required  | 
Defined:  | 
| invite | rédacteur en chef invité | 
| regulier | rédacteur en chef régulier | 
| <xs:attribute name="typerc" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="invite"/> <xs:enumeration value="regulier"/> </xs:restriction> </xs:simpleType> </xs:attribute>  | 
Derivation:  | 
restriction of xs:NMTOKEN  | 
|||
Facets:  | 
  | 
|||