CountrySpecificData

/FundsXML4/AssetMasterData/Asset/CountrySpecificData

Diagram

CountrySpecificData Country specific data: information about the asset relevant for a specific country only Landesspezifische Daten eines Asset: Unterhalb der landesspezifischen Daten werden alle Informationen eines Asset abgelegt, die nur fuer ein bestimmtes Land gueltig sind. AT CountrySpecificAssetMasterDataATType [0..1] DE CountrySpecificAssetMasterDataDEType [0..1] DK CountrySpecificAssetMasterDataDKType [0..1] FR CountrySpecificAssetMasterDataFRType [0..1] LU CountrySpecificAssetMasterDataLUType [0..1] NL CountrySpecificAssetMasterDataNLType [0..1]

Documentation

de

Landesspezifische Daten eines Asset: Unterhalb der landesspezifischen Daten werden alle Informationen eines Asset abgelegt, die nur fuer ein bestimmtes Land gueltig sind.

en

Country specific data: information about the asset relevant for a specific country only

Properties

Type
(anonymous)
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

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">
   <xs:annotation>
      <xs:documentation xml:lang="en">Country specific data: information about the asset relevant for a specific country only</xs:documentation>
      <xs:documentation xml:lang="de">Landesspezifische Daten eines Asset: Unterhalb der landesspezifischen Daten werden alle Informationen eines Asset abgelegt, die nur fuer ein bestimmtes Land gueltig sind. </xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="AT" type="CountrySpecificAssetMasterDataATType"/>
         <xs:element minOccurs="0" name="DE" type="CountrySpecificAssetMasterDataDEType"/>
         <xs:element minOccurs="0" name="DK" type="CountrySpecificAssetMasterDataDKType"/>
         <xs:element minOccurs="0" name="FR" type="CountrySpecificAssetMasterDataFRType"/>
         <xs:element minOccurs="0" name="LU" type="CountrySpecificAssetMasterDataLUType"/>
         <xs:element minOccurs="0" name="NL" type="CountrySpecificAssetMasterDataNLType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>