Module

/FundsXML4/ControlData/ModuleUsage/Module

Diagram

Module Name (anonymous) SubModule xs:string 0..∞

Properties

Type
(anonymous)
Cardinality
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
/ControlData/.../Name (anonymous)

Module name as listed in enumeration. Can be used to optimize imports.

CountrySpecificData_LU
/ControlData/.../SubModule xs:string ExampleText

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"
            maxOccurs="unbounded"
            name="Module">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Name">
            <xs:annotation>
               <xs:documentation>Module name as listed in enumeration. Can be used to optimize imports.</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:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element maxOccurs="unbounded"
                     minOccurs="0"
                     name="SubModule"
                     type="xs:string"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>