<family/>

nom de famille : nom hérité
vCard:Family<1> da:Nom<2> dbk:surname<3> tei:surname<4> cv:surname<5> mods:namePart@type='family'<6> aut:NamePart<7> bml:FamilyName<8>

Exemple 1.
<person>
<persname>
<given>Aurore</given>
<family>Dupin</family>
<honorific>baronne Dudevant</honorific>
<pseudonym>George Sand</pseudonym>
</persname>
</person>

Parents<^>

persname, person ;

Frères<^>

%Personal ; address, affiliation, contact, event, family, genre, given, info, persname, unqualified ;

Enfants<^>

"text" ( (%Syllabe)*)

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="family" type="text"/>
    <xs:complexType mixed="true" name="text">
    <xs:sequence>
    <xs:choice maxOccurs="unbounded" minOccurs="0">
    <xs:group ref="Syllabe"/>
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.w3.org/TR/vcard-rdf#6

    <2> http://www.ajlsm.com/artistes/2004/dtd/html/elements/nom.html

    <3> http://www.docbook.org/tdg/en/html/surname.html

    <4> http://www.tei-c.org/P4X/ref-SURNAME.html

    <5> http://xmlresume.sourceforge.net/user-guide/element.surname.html

    <6> http://www.loc.gov/standards/mods/mods-userguide-elements.html#namepart

    <7> http://www.biblioml.org/dtds/authoritiesml_030/html/elements/namepart.html

    <8> http://www.biblioml.org/dtds/biblioml_030/html/elements/familyname.html