<person/>

personne : nom, adresse(s), expériences... suffit à un CV

tei:person<1> vCard<2> xmlresume<3> da:Artiste<4>

Exemple 1.
<person>
<persname>
<given>Aurore</given>
<family>Dupin</family>
<honorific>baronne Dudevant</honorific>
<pseudonym>George Sand</pseudonym>
</persname>
<genre code="f">femme</genre>
<event role="birth">
<date>
<year>1804</year>
</date>
<place>
<geoname>
<location>
<country code="fr">France</country>
<locality>Paris</locality>
</location>
</geoname>
</place>
</event>
<event role="death">
<date>
<year>1876</year>
</date>
<place>
<geoname>
<location>
<country code="fr">France</country>
<region code="36" role="departement">Indre</region>
<locality>Nohant</locality>
</location>
</geoname>
</place>
</event>
</person>

Parents<^>

attendee, contributor, copyright, creator, publisher, referee ;

Frères<^>

%Who ; address, collection, date, edition, placename, unqualified ;

Enfants<^>

(info?, ( (family, given) | persname), genre?, (addresscontacteventaffiliation)*)

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • Source<^>

    <xs:element name="person" type="person"/>
    <xs:complexType name="person">
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:choice>
    <xs:sequence>
    <xs:element ref="family"/>
    <xs:element ref="given"/>
    </xs:sequence>
    <xs:element ref="persname"/>
    </xs:choice>
    <xs:element minOccurs="0" ref="genre"/>
    <xs:choice maxOccurs="unbounded" minOccurs="0">
    <xs:element ref="address"/>
    <xs:element ref="contact"/>
    <xs:element ref="event"/>
    <xs:element ref="affiliation"/>
    <!-- <xs:element ref="role"/> -->
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.tei-c.org/P4X/ref-PERSON.html

    <2> http://www.globecom.net/ietf/draft/draft-dawson-vcard-xml-dtd-02.html

    <3> http://xmlresume.sourceforge.net/user-guide/element.resume.html

    <4> http://www.ajlsm.com/artistes/2004/dtd/html/elements/artiste.html