<organization/>

organisation : nom, adresse, contacts... description d'une personne morale

Le type de collectivité (entreprise, association, service public, congrégation...) peut être indiqué par l'attribut role.

da:Organisme<1> cv:organization<2>

Exemple 1.
<organization>
<orgname>
<orgtitle>Ministère de la culture et de la communication</orgtitle>
<orgdiv>Direction de l'architecture et du patrimoine</orgdiv>
</orgname>
<address>
<streetnumber>8</streetnumber>
<streettype>rue</streettype>
<streetname>Vivienne</streetname>
<placecode>75002</placecode>
<locality role="bureau distributeur">Paris</locality>
<country code="fr">France</country>
</address>
<contact>
<phone>+ 33 (0)1 40 15 80 00</phone>
</contact>
<referee>
<unqualified>directeur : Michel Clément</unqualified>
</referee>
<referee>
<unqualified>directeur-adjoint : François Braize</unqualified>
</referee>
</organization>

Parents<^>

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

Frères<^>

%Who ; address, collection, date, description, edition, note, organization, placename, role, unqualified ;

Enfants<^>

(info?, orgname, (addresscontactreferee)*)

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="organization" type="organization"/>
    <xs:complexType name="organization">
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element ref="orgname"/>
    <xs:choice maxOccurs="unbounded" minOccurs="0">
    <xs:element ref="address"/>
    <xs:element ref="contact"/>
    <xs:element ref="referee"/>
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.ajlsm.com/artistes/2004/dtd/html/elements/organisme.html

    <2> http://xmlresume.sourceforge.net/user-guide/element.organization.html