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