CountrySpecificData

/FundsXML4/ControlData/CountrySpecificData

Diagram

CountrySpecificData AT CountrySpecificControlDataATType [0..1] DE CountrySpecificControlDataDEType [0..1] DK CountrySpecificControlDataDKType [0..1] FR CountrySpecificControlDataFRType [0..1] LU CountrySpecificControlDataLUType [0..1] NL CountrySpecificControlDataNLType [0..1]

Documentation

EN

Country specific document data

DE

Länderspezifische Dokumentdaten

FR

Données de document spécifiques au pays

NL

Landspecifieke documentgegevens

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
2

Child Elements & Attributes

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

Austria-specific control data for OeKB Fund Data Portal integration including content type specifications and portal information

Österreich-spezifische Steuerungsdaten für OeKB Fund Data Portal Integration einschließlich Content-Typ-Spezifikationen und Portal-Informationen

Données de contrôle spécifiques à l'Autriche pour l'intégration OeKB Fund Data Portal incluant spécifications de type de contenu et informations du portail

Oostenrijk-specifieke controlegegevens voor OeKB Fund Data Portal integratie inclusief content-type specificaties en portaal informatie

CountrySpecificControlDataDEType

Germany-specific control data extensions for BVI reporting and data portal integration

Deutschland-spezifische Steuerungsdaten-Erweiterungen für BVI Reporting und Datenportal-Integration

Extensions de données de contrôle spécifiques à l'Allemagne pour BVI reporting et intégration de portail de données

Duitsland-specifieke controlegegevens uitbreidingen voor BVI reporting en data portaal integratie

CountrySpecificControlDataDKType

Placeholder for Denmark-specific control data extensions (not yet implemented)

[AUTO] Platzhalter für Dänemark-spezifische Kontrolldaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Danemark-spécifique control extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Denemarken-specifiek control gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificControlDataFRType

Placeholder for France-specific control data extensions (not yet implemented)

[AUTO] Platzhalter für Frankreich-spezifische Kontrolldaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour France-spécifique control extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Frankrijk-specifiek control gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificControlDataLUType

Placeholder for Luxembourg-specific control data extensions (not yet implemented)

[AUTO] Platzhalter für Luxemburg-spezifische Kontrolldaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Luxembourg-spécifique control extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Luxemburg-specifiek control gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificControlDataNLType

Placeholder for Netherlands-specific control data extensions (not yet implemented)

[AUTO] Platzhalter für Niederlande-spezifische Kontrolldaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Pays-Bas-spécifique control extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Nederland-specifiek control gegevens-uitbreidingen (nog niet geïmplementeerd)

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="CountrySpecificData">
   <xs:annotation>
      <xs:documentation xml:lang="en">Country specific document data</xs:documentation>
      <xs:documentation xml:lang="de">Länderspezifische Dokumentdaten</xs:documentation>
      <xs:documentation xml:lang="fr">Données de document spécifiques au pays</xs:documentation>
      <xs:documentation xml:lang="nl">Landspecifieke documentgegevens</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="AT" type="CountrySpecificControlDataATType"/>
         <xs:element minOccurs="0" name="DE" type="CountrySpecificControlDataDEType"/>
         <xs:element minOccurs="0" name="DK" type="CountrySpecificControlDataDKType"/>
         <xs:element minOccurs="0" name="FR" type="CountrySpecificControlDataFRType"/>
         <xs:element minOccurs="0" name="LU" type="CountrySpecificControlDataLUType"/>
         <xs:element minOccurs="0" name="NL" type="CountrySpecificControlDataNLType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>