element <contribution>
Namespace:
Type:
embedded complexType
Content:
mixed, 2 attributes, 8 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<contribution
   
ordrecontrib
 = 
("principal" | "secondaire")
   
typecontrib
 = 
("acp" | "act" | "adp" | "aft" | "anm" | "ann" | "ant" | "app" | "aqt" | "arc" | "arr" | "art" | "asg" | "asn" | "att" | "auc" | "aud" | "aui" | "aus" | "aut" | "bdd" | "bjd" | "bkd" | "bkp" | "bnd" | "bpd" | "bsl" | "ccp" | "chr" | "clb" | "cli" | "cll" | "clt" | "cmm" | "cmp" | "cmt" | "cnd" | "cng" | "cns" | "coe" | "col" | "com" | "cos" | "cot" | "cpc" | "cpe" | "cph" | "cpl" | "cpt" | "cre" | "crp" | "crr" | "csl" | "csp" | "cst" | "ctb" | "cte" | "ctg" | "ctr" | "cts" | "ctt" | "cur" | "cwt" | "dfd" | "dfe" | "dft" | "dgg" | "dis" | "dln" | "dnc" | "dnr" | "dpc" | "dpt" | "drm" | "drt" | "dsr" | "dst" | "dte" | "dto" | "dub" | "edt" | "egr" | "elt" | "eng" | "etr" | "exp" | "fac" | "flm" | "fmo" | "fnd" | "frg" | "hnr" | "hst" | "ill" | "ilu" | "ins" | "inv" | "itr" | "ive" | "ivr" | "lbt" | "lee" | "lel" | "len" | "let" | "lgd" | "lie" | "lil" | "lit" | "lsa" | "lse" | "lso" | "ltg" | "lyr" | "mcp" | "mdc" | "mfr" | "mke" | "mod" | "mon" | "mte" | "mus" | "nrt" | "opn" | "org" | "orm" | "oth" | "own" | "pat" | "pbd" | "pbl" | "pfr" | "pht" | "plt" | "pop" | "ppm" | "ppt" | "prc" | "prd" | "prf" | "prg" | "prm" | "pro" | "prt" | "pta" | "pte" | "ptf" | "pth" | "ptt" | "rbr" | "rce" | "rcp" | "red" | "ren" | "res" | "rev" | "rpt" | "rpy" | "rse" | "rsg" | "rsp" | "rst" | "rth" | "rtm" | "sad" | "sce" | "scl" | "scr" | "sec" | "sgn" | "sng" | "spk" | "spn" | "srv" | "std" | "stl" | "stn" | "str" | "tch" | "ths" | "trc" | "trl" | "tyd" | "tyg" | "vdg" | "voc" | "wam" | "wdc" | "wde" | "wit")
   
>
   
Content: 
</contribution>
May contain elements (8):
May be included in elements (2):
Known Usage Locations
Annotation

Étiquette: Contribution

Description:
Mention de la nature du concours apporté à un article ou à une portion de celui-ci.

Commentaires:
exemple 1
<auteur id="au2">
    <contribution ordrecontrib="secondaire">En collaboration avec</contribution>
    <nompers>
        <prenom>Jasmine</prenom>
        <nomfamille>Tursi</nomfamille>
    </nompers>
</auteur>
				
exemple 2
<auteur id="au4">
    <contribution typecontrib="trl">Traduction de</contribution>
    <nompers>
        <prenom>Jean-François</prenom>
        <nomfamille>Tremblay</nomfamille>
    </nompers>
</auteur>
				
XML Source (w/o annotations (2); see schema source)
<xs:element name="contribution">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="texte"/>
<xs:attribute name="typecontrib" type="marc:coderelationtype"/>
<xs:attribute name="ordrecontrib">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="principal"/>
<xs:enumeration value="secondaire"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail
ordrecontrib
Type:
Use:
optional
Defined:
locally, within (this) contribution element

Étiquette: Ordre de la contribution

Description:
Importance de la contribution d’un auteur à l’article ou à une portion de celui-ci.

principal auteur principal
secondaire auteur secondaire


<xs:attribute name="ordrecontrib">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="principal"/>
<xs:enumeration value="secondaire"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Embedded Type
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"principal", "secondaire"

typecontrib
Type:
Use:
optional
Defined:
locally, within (this) contribution element
XML Source (see schema source)
<xs:attribute name="typecontrib" type="marc:coderelationtype"/>