ModuleUsage

/FundsXML4/ControlData/ModuleUsage

Diagram

ModuleUsage Module (anonymous) [1..*]

Documentation

EN

List of used schema modules

DE

Liste der verwendeten Schema-Module

FR

Liste des modules de schéma utilisés

NL

Lijst van gebruikte schemamodules

ES

Lista de módulos de esquema utilizados

IT

Elenco dei moduli dello schema utilizzati

HU

A használt sémamodulok listája

CS

Seznam použitých modulů schématu

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
2

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
(anonymous)

Schema module with optional sub-module specification

Schema-Modul mit optionaler Sub-Modul-Spezifikation

Module de schéma avec spécification optionnelle de sous-module

Schemamodule met optionele sub-modulespecificatie

Módulo de esquema con especificación opcional de sub-módulo

Modulo dello schema con specifica opzionale di sotto-modulo

Sémamodul opcionális al-modul specifikációval

Modul schématu s volitelnou specifikací sub-modulu

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="ModuleUsage">
   <xs:annotation>
      <xs:documentation xml:lang="en">List of used schema modules</xs:documentation>
      <xs:documentation xml:lang="de">Liste der verwendeten Schema-Module</xs:documentation>
      <xs:documentation xml:lang="fr">Liste des modules de schéma utilisés</xs:documentation>
      <xs:documentation xml:lang="nl">Lijst van gebruikte schemamodules</xs:documentation>
      <xs:documentation xml:lang="es">Lista de módulos de esquema utilizados</xs:documentation>
      <xs:documentation xml:lang="it">Elenco dei moduli dello schema utilizzati</xs:documentation>
      <xs:documentation xml:lang="hu">A használt sémamodulok listája</xs:documentation>
      <xs:documentation xml:lang="cs">Seznam použitých modulů schématu</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Module">
            <xs:annotation>
               <xs:documentation xml:lang="en">Schema module with optional sub-module specification</xs:documentation>
               <xs:documentation xml:lang="de">Schema-Modul mit optionaler Sub-Modul-Spezifikation</xs:documentation>
               <xs:documentation xml:lang="fr">Module de schéma avec spécification optionnelle de sous-module</xs:documentation>
               <xs:documentation xml:lang="nl">Schemamodule met optionele sub-modulespecificatie</xs:documentation>
               <xs:documentation xml:lang="es">Módulo de esquema con especificación opcional de sub-módulo</xs:documentation>
               <xs:documentation xml:lang="it">Modulo dello schema con specifica opzionale di sotto-modulo</xs:documentation>
               <xs:documentation xml:lang="hu">Sémamodul opcionális al-modul specifikációval</xs:documentation>
               <xs:documentation xml:lang="cs">Modul schématu s volitelnou specifikací sub-modulu</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Name">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Module name as listed in enumeration. Can be used to optimize imports.</xs:documentation>
                        <xs:documentation xml:lang="de">Modulname wie in der Enumeration aufgeführt. Kann zur Optimierung von Importen verwendet werden.</xs:documentation>
                        <xs:documentation xml:lang="fr">Nom du module tel que listé dans l'énumération. Peut être utilisé pour optimiser les imports.</xs:documentation>
                        <xs:documentation xml:lang="nl">Modulenaam zoals vermeld in de enumeratie. Kan worden gebruikt om imports te optimaliseren.</xs:documentation>
                        <xs:documentation xml:lang="es">Nombre del módulo como se lista en la enumeración. Puede usarse para optimizar importaciones.</xs:documentation>
                        <xs:documentation xml:lang="it">Nome del modulo come elencato nell'enumerazione. Può essere utilizzato per ottimizzare le importazioni.</xs:documentation>
                        <xs:documentation xml:lang="hu">Modulnév a felsorolásban megadottak szerint. Az importálás optimalizálásához használható.</xs:documentation>
                        <xs:documentation xml:lang="cs">Název modulu podle výčtu. Lze použít k optimalizaci importů.</xs:documentation>
                     </xs:annotation>
                     <xs:simpleType>
                        <xs:restriction base="xs:string">
                           <xs:enumeration value="AssetMasterData"/>
                           <xs:enumeration value="AssetMgmtCompDynData"/>
                           <xs:enumeration value="CountrySpecificData_AT"/>
                           <xs:enumeration value="CountrySpecificData_DE"/>
                           <xs:enumeration value="CountrySpecificData_DK"/>
                           <xs:enumeration value="CountrySpecificData_FR"/>
                           <xs:enumeration value="CountrySpecificData_LU"/>
                           <xs:enumeration value="CountrySpecificData_NL"/>
                           <xs:enumeration value="FundDynamicData"/>
                           <xs:enumeration value="FundStaticData"/>
                           <xs:enumeration value="PortfolioData"/>
                           <xs:enumeration value="RegulatoryReporting_EMIR"/>
                           <xs:enumeration value="RegulatoryReporting_EMT"/>
                           <xs:enumeration value="RegulatoryReporting_KIID"/>
                           <xs:enumeration value="RegulatoryReporting_PRIIPS"/>
                           <xs:enumeration value="RegulatoryReporting_SolvencyII"/>
                           <xs:enumeration value="ShareClassData"/>
                           <xs:enumeration value="TransactionData"/>
                           <xs:enumeration value="RegulatoryReporting_EFT"/>
                           <xs:enumeration value="RegulatoryReporting_EET"/>
                        </xs:restriction>
                     </xs:simpleType>
                  </xs:element>
                  <xs:element maxOccurs="unbounded"
                              minOccurs="0"
                              name="SubModule"
                              type="xs:string">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Sub-module specification within a module</xs:documentation>
                        <xs:documentation xml:lang="de">Sub-Modul-Spezifikation innerhalb eines Moduls</xs:documentation>
                        <xs:documentation xml:lang="fr">Spécification de sous-module au sein d'un module</xs:documentation>
                        <xs:documentation xml:lang="nl">Sub-modulespecificatie binnen een module</xs:documentation>
                        <xs:documentation xml:lang="es">Especificación de sub-módulo dentro de un módulo</xs:documentation>
                        <xs:documentation xml:lang="it">Specifica di sotto-modulo all'interno di un modulo</xs:documentation>
                        <xs:documentation xml:lang="hu">Al-modul specifikáció egy modulon belül</xs:documentation>
                        <xs:documentation xml:lang="cs">Specifikace sub-modulu v rámci modulu</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>