KIIDs
/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs
Diagram
Documentation
Container type for multiple UCITS Key Investor Information Documents (KIIDs) according to EU Commission Regulation 583/2010
Container-Typ für mehrere UCITS Key Investor Information Documents (KIIDs) gemäß EU-Kommissionsverordnung 583/2010
Type conteneur pour plusieurs UCITS Key Investor Information Documents (KIIDs) selon le règlement de la Commission européenne 583/2010
Container type voor meerdere UCITS Key Investor Information Documents (KIIDs) volgens EU Commissie Verordening 583/2010
Deprecated
Properties
- Type
- KIIDsType
- 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
- 3
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| KIIDType |
One Key Investor Information Document resulting from a merger of fixed texts (in the appropriate language) and data of a specific fund. Ein wesentliches Anlegerinformationsdokument (KIID), das aus der Zusammenführung von Standardtexten (in der jeweiligen Sprache) und Daten eines bestimmten Fonds entsteht. One Key Investisseur Information Document resulting de un merger de fixed texts (dans appropriate language) et données de un spécifique fonds. One Key Belegger Informatie Document resulting van een merger van fixed texts (in appropriate language) en gegevens van een specifiek fonds. |
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:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="KIIDs"
type="KIIDsType">
<xs:annotation>
<xs:appinfo source="@deprecated will no longer be supported in a future FundsXML schema version"/>
</xs:annotation>
</xs:element>
Referenced Type Definition
(KIIDsType)
Referenced Type Definition (KIIDsType)
<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="KIIDsType">
<xs:annotation>
<xs:documentation xml:lang="en">Container type for multiple UCITS Key Investor Information Documents (KIIDs) according to EU Commission Regulation 583/2010</xs:documentation>
<xs:documentation xml:lang="de">Container-Typ für mehrere UCITS Key Investor Information Documents (KIIDs) gemäß EU-Kommissionsverordnung 583/2010</xs:documentation>
<xs:documentation xml:lang="fr">Type conteneur pour plusieurs UCITS Key Investor Information Documents (KIIDs) selon le règlement de la Commission européenne 583/2010</xs:documentation>
<xs:documentation xml:lang="nl">Container type voor meerdere UCITS Key Investor Information Documents (KIIDs) volgens EU Commissie Verordening 583/2010</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="KIID" type="KIIDType"/>
</xs:sequence>
</xs:complexType>