<orgtitle/>

nom d'organisation : nom principal d'une personne morale
dbk:orgname<1> tei:orgTitle<2> tei:orgName<3> vCard:ORG<4>

Exemple 1.
<organization>
<orgname>
<orgtitle>Ministère de la culture et de la communication</orgtitle>
<orgtitle>Direction de l'architecture et du patrimoine</orgtitle>
<orgdiv>sous-direction des études, de la documentation et de l'Inventaire</orgdiv>
</orgname>
</organization>

Parents<^>

orgname ;

Frères<^>

location, orgdiv, orgtitle, unqualified ;

Enfants<^>

"text" ( (%Phrase%Syllabe%Name)*)

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


    <1> http://www.docbook.org/tdg/en/html/orgname.html

    <2> http://www.tei-c.org/P4X/ref-ORGTITLE.html

    <3> http://www.tei-c.org/P4X/ref-ORGNAME.html

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