CountrySpecificData
/FundsXML4/CountrySpecificData
Diagram
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"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 1
- Sample Data
Child Elements & Attributes
| 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
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"
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)
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: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>