CountrySpecificData

/FundsXML4/ControlData/CountrySpecificData

Diagram

CountrySpecificData Country specific document data. 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

Country specific document data.

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
2
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>Country specific document data.</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>