<contact/>

contact : téléphone, fax, courriel... méthodes pour contacter un agent

Comment joindre un agent ? Cet élément correspond aux informations que l'on trouverait sur une carte de visite.

cv:contact<1> da:adresse<2>

Exemple 1.
<contact>
<email uri="mailto:info@boite.com">info@boite.com</email>
<phone>33 01 56 04 48 00</phone>
<phone role="mobile">06 48 78 00 00</phone>
<fax>33 01 56 00 00 00</fax>
<link uri="http://www.boite.com">http://www.boite.com</link>
</contact>

Parents<^>

organization, person ;

Frères<^>

address, affiliation, contact, event, family, genre, given, info, orgname, persname, referee ;

Enfants<^>

( (emailphonefaxlink)+)

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="contact" type="contact"/>
    <xs:complexType name="contact">
    <xs:sequence>
    <xs:choice maxOccurs="unbounded">
    <xs:element ref="email"/>
    <xs:element ref="phone"/>
    <xs:element ref="fax"/>
    <xs:element ref="link"/>
    </xs:choice>
    <!-- CB suppression info 12/11/03
    			<xs:element ref="info" minOccurs="0"/> -->
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://xmlresume.sourceforge.net/user-guide/element.contact.html

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

    <3> http://www.boite.com (http://www.boite.com)