PublicationCountries

/FundsXML4/Documents/Document/PublicationCountries

Diagram

PublicationCountries Country ISOCountryCodeType [1..*]

Documentation

EN

List of publication countries of document

DE

Liste der Veröffentlichungsländer des Dokuments

FR

Liste des pays de publication du document

NL

Lijst van publicatielanden van het document

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ISOCountryCodeType

Two letter ISO code of country

Zweibuchstabiger ISO-Code des Landes

Code ISO à deux lettres du pays

Tweeletterige ISO-code van het land

aa

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="PublicationCountries">
   <xs:annotation>
      <xs:documentation xml:lang="en">List of publication countries of document</xs:documentation>
      <xs:documentation xml:lang="de">Liste der Veröffentlichungsländer des Dokuments</xs:documentation>
      <xs:documentation xml:lang="fr">Liste des pays de publication du document</xs:documentation>
      <xs:documentation xml:lang="nl">Lijst van publicatielanden van het document</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Country" type="ISOCountryCodeType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Two letter ISO code of country</xs:documentation>
               <xs:documentation xml:lang="de">Zweibuchstabiger ISO-Code des Landes</xs:documentation>
               <xs:documentation xml:lang="fr">Code ISO à deux lettres du pays</xs:documentation>
               <xs:documentation xml:lang="nl">Tweeletterige ISO-code van het land</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>