Namespace: |
|
Type: |
embedded complexType |
Content: |
mixed, 2 attributes, 8 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 2 attributes |
Used: |
at 2 locations |
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") |
|||
> |
|||||
|
|||||
</contribution> |
<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>
<xs:element name="contribution"> <xs:complexType mixed="true"> <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> |
Type: |
|
Use: |
optional |
Defined: |
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> |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
Type: |
|
Use: |
optional |
Defined: |
<xs:attribute name="typecontrib" type="marc:coderelationtype"/> |