Module
/FundsXML4/ControlData/ModuleUsage/Module
Diagram
Properties
- Type
- (anonymous)
- Cardinality
- 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 |
|---|---|---|---|
| xs:string |
Module name as listed in enumeration. Can be used to optimize imports. Modulname wie in der Enumeration aufgeführt. Kann zur Optimierung von Importen verwendet werden. Nom du module tel que listé dans l'énumération. Peut être utilisé pour optimiser les imports. Modulenaam zoals vermeld in de enumeratie. Kan worden gebruikt om imports te optimaliseren. |
AssetMasterData | |
| xs:string | ExampleText |
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"
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>