CountriesWhereApplicable

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/FundTexts/FundText/CountriesWhereApplicable

Diagram

CountriesWhereApplicable Country ISOCountryCodeType [1..*]

Documentation

EN

Fund text can be used in these countries

DE

Fondstext kann in den diesen Ländern verwendet werden

FR

Fonds text can be used dans these countries

NL

Fonds text can be used in these countries

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
9

Child Elements & Attributes

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

ISO Country Code of the countries where fund text is applicable

ISO Land Code von countries wo Fonds text ist applicable

ISO Pays Code de countries où fonds text est applicable

ISO Land Code van countries waar fonds text is applicable

aa

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="CountriesWhereApplicable">
   <xs:annotation>
      <xs:documentation xml:lang="en">Fund text can be used in these countries</xs:documentation>
      <xs:documentation xml:lang="de">Fondstext kann in den diesen Ländern verwendet werden</xs:documentation>
      <xs:documentation xml:lang="fr">Fonds text can be used dans these countries</xs:documentation>
      <xs:documentation xml:lang="nl">Fonds text can be used in these countries</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Country" type="ISOCountryCodeType">
            <xs:annotation>
               <xs:documentation xml:lang="en">ISO Country Code of the countries where fund text is applicable</xs:documentation>
               <xs:documentation xml:lang="de">ISO Land Code von countries wo Fonds text ist applicable</xs:documentation>
               <xs:documentation xml:lang="fr">ISO Pays Code de countries où fonds text est applicable</xs:documentation>
               <xs:documentation xml:lang="nl">ISO Land Code van countries waar fonds text is applicable</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>