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 |
|---|---|---|---|
| /FundsXML4/CountrySpecificData/AT | CountrySpecificDataATType | Top level data for Austria |
|
| /FundsXML4/CountrySpecificData/DE | CountrySpecificDataDEType | Top level data for Germany |
|
| /FundsXML4/CountrySpecificData/DK | CountrySpecificDataDKType | Top level data for Denmark |
|
| /FundsXML4/CountrySpecificData/FR | CountrySpecificDataFRType | Top level data for France |
|
| /FundsXML4/CountrySpecificData/LU | CountrySpecificDataLUType | Top level data for Luxembourg |
|
| /FundsXML4/CountrySpecificData/NL | CountrySpecificDataNLType | Top level data for the Netherlands |
XML Snippet
<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>