CountrySpecificData

/FundsXML4/CountrySpecificData

Diagram

CountrySpecificData AT CountrySpecificDataATType [0..1] DE CountrySpecificDataDEType [0..1] DK CountrySpecificDataDKType [0..1] FR CountrySpecificDataFRType [0..1] LU CountrySpecificDataLUType [0..1] NL CountrySpecificDataNLType [0..1]

Documentation

Country specific data on top level (as defined in 'FundsXML4_CountrySpecificData_xx.xsd')

Properties

Type
CountrySpecificDataType
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
1

Child Elements & Attributes

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

Top level data for Austria

CountrySpecificDataDEType

Top level data for Germany

CountrySpecificDataDKType

Top level data for Denmark

CountrySpecificDataFRType

Top level data for France

CountrySpecificDataLUType

Top level data for Luxembourg

CountrySpecificDataNLType

Top level 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="CountrySpecificDataType">
   <xs:annotation>
      <xs:documentation>Country specific data on top level (as defined in 'FundsXML4_CountrySpecificData_xx.xsd')</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (CountrySpecificDataType)

<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="CountrySpecificDataType">
   <xs:sequence>
      <xs:element minOccurs="0" name="AT" type="CountrySpecificDataATType">
         <xs:annotation>
            <xs:documentation>Top level data for Austria</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DE" type="CountrySpecificDataDEType">
         <xs:annotation>
            <xs:documentation>Top level data for Germany</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DK" type="CountrySpecificDataDKType">
         <xs:annotation>
            <xs:documentation>Top level data for Denmark</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FR" type="CountrySpecificDataFRType">
         <xs:annotation>
            <xs:documentation>Top level data for France</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="LU" type="CountrySpecificDataLUType">
         <xs:annotation>
            <xs:documentation>Top level data for Luxembourg</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NL" type="CountrySpecificDataNLType">
         <xs:annotation>
            <xs:documentation>Top level data for the Netherlands</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>