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

Properties

Type
(anonymous)
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
2

Child Elements & Attributes

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

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:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Module">
            <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: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:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>