AT
/FundsXML4/ControlData/CountrySpecificData/AT
Diagram
Properties
- Type
- CountrySpecificControlDataATType
- 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
- 3
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string | Valid options defined in documentation of fund data portal by OeKB |
ExampleText | |
| (anonymous) | Optional informations from fund data portal when downloading data |
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="AT"
type="CountrySpecificControlDataATType"/>
Referenced Type Definition
(CountrySpecificControlDataATType)
Referenced Type Definition (CountrySpecificControlDataATType)
<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="CountrySpecificControlDataATType">
<xs:sequence>
<xs:element minOccurs="0" name="FundDataPortalContent" type="xs:string">
<xs:annotation>
<xs:documentation>Valid options defined in documentation of fund data portal by OeKB</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FundDataPortalInfos">
<xs:annotation>
<xs:documentation>Optional informations from fund data portal when downloading data</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Info">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>