CountrySpecificData

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V3/FinancialInstrument/CountrySpecificData

Diagram

CountrySpecificData AT CountrySpecificEMTATType [0..1] DE CountrySpecificEMTDEType [0..1] DK CountrySpecificEMTDKType [0..1] FR CountrySpecificEMTFRType [0..1] LU CountrySpecificEMTLUType [0..1] NL CountrySpecificEMTNLType [0..1]

Properties

Type
CountrySpecificEMTDataType
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
5

Child Elements & Attributes

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

Shareclass related data for Austria

CountrySpecificEMTDEType

Shareclass related data for Germany

CountrySpecificEMTDKType

Shareclass related data for Denmark

CountrySpecificEMTFRType

Shareclass related data for France

CountrySpecificEMTLUType

Shareclass related data for Luxembourg

CountrySpecificEMTNLType

Shareclass 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:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="CountrySpecificData"
            type="CountrySpecificEMTDataType"/>

Referenced Type Definition (CountrySpecificEMTDataType)

<xs:complexType 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"
                name="CountrySpecificEMTDataType">
   <xs:sequence>
      <xs:element minOccurs="0" name="AT" type="CountrySpecificEMTATType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for Austria</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DE" type="CountrySpecificEMTDEType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for Germany</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DK" type="CountrySpecificEMTDKType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for Denmark</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FR" type="CountrySpecificEMTFRType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for France</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="LU" type="CountrySpecificEMTLUType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for Luxembourg</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NL" type="CountrySpecificEMTNLType">
         <xs:annotation>
            <xs:documentation>Shareclass related data for the Netherlands</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>