CountrySpecificData

/FundsXML4/Funds/Fund/CountrySpecificData

Diagram

CountrySpecificData Country specific data of fund (as defined in 'FundsXML4_CountrySpecificData_xx.xsd') AT CountrySpecificFundDataATType [0..1] DE CountrySpecificFundDataDEType [0..1] DK CountrySpecificFundDataDKType [0..1] FR CountrySpecificFundDataFRType [0..1] LU CountrySpecificFundDataLUType [0..1] NL CountrySpecificFundDataNLType [0..1]

Documentation

Country specific data of fund (as defined in 'FundsXML4_CountrySpecificData_xx.xsd')

Properties

Type
CountrySpecificFundDataType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
CountrySpecificFundDataATType

Fund related data for Austria

Country specific data for Austria

CountrySpecificFundDataDEType

Fund related data for Germany

CountrySpecificFundDataDKType

Fund related data for Denmark

CountrySpecificFundDataFRType

Fund related data for France

CountrySpecificFundDataLUType

Fund related data for Luxembourg

CountrySpecificFundDataNLType

Fund related data for the Netherlands

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="CountrySpecificData"
            type="CountrySpecificFundDataType">
   <xs:annotation>
      <xs:documentation>Country specific data of fund (as defined in 'FundsXML4_CountrySpecificData_xx.xsd')</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (CountrySpecificFundDataType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="CountrySpecificFundDataType">
   <xs:sequence>
      <xs:element minOccurs="0" name="AT" type="CountrySpecificFundDataATType">
         <xs:annotation>
            <xs:documentation>Fund related data for Austria</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DE" type="CountrySpecificFundDataDEType">
         <xs:annotation>
            <xs:documentation>Fund related data for Germany</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DK" type="CountrySpecificFundDataDKType">
         <xs:annotation>
            <xs:documentation>Fund related data for Denmark</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FR" type="CountrySpecificFundDataFRType">
         <xs:annotation>
            <xs:documentation>Fund related data for France</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="LU" type="CountrySpecificFundDataLUType">
         <xs:annotation>
            <xs:documentation>Fund related data for Luxembourg</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NL" type="CountrySpecificFundDataNLType">
         <xs:annotation>
            <xs:documentation>Fund related data for the Netherlands</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>