Documentation technique [ Éléments | Attributs | Groupes ]

<country/>

pays

Une entité politique. Dans la pratique, l'attribut @code portera un code ISO 3166 permettant d'identifier le pays sans ambiguïté. L'attribut @lang peut porter un code de langue qualifiant la valeur. L'attribut @value pourra porter la forme régulière d'un nom de pays.

da:Paystei:country<1>dbk:country<2>cv:country<3>

Exemple 1.
<country code="fr" lang="fr">France</country>
<country code="gb" lang="fr">Royaume-Uni</country>
<country code="gb" lang="fr" value="Royaume-Uni">Iles britanniques</country>
<country code="gb" lang="en">United-Kingdom</country>

Parents<^>

address, location ;

Frères<^>

addrline, building, country, literallayout, locality, placecode, region, streetname, streetnumber, streettype, territory, 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"
  • @type="xs:string"
  • Source<^>

    <xs:element name="country" type="text"/>
    <xs:complexType name="text" mixed="true">
    <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="Syllabe"/>
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


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

    <2> http://www.docbook.org/tdg/en/html/country.html

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