ManagementType
/FundsXML4/Funds/Fund/SingleFund/SingleFundStaticData/ManagementType
Diagram
Documentation
EN
Management type: ACTIVE or PASSIVE
DE
[AUTO] Managementtyp: ACTIVE oder PASSIVE
FR
Management type: ACTIVE ou PASSIVE
NL
Management type: ACTIVE van PASSIVE
Properties
- Type
- xs:string
- 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
- 6
- Sample Data
- ACTIVE
- Restrictions
- Base: xs:string
Enumeration:ACTIVEPASSIVE
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="ManagementType">
<xs:annotation>
<xs:documentation xml:lang="en">Management type: ACTIVE or PASSIVE</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Managementtyp: ACTIVE oder PASSIVE</xs:documentation>
<xs:documentation xml:lang="fr">Management type: ACTIVE ou PASSIVE</xs:documentation>
<xs:documentation xml:lang="nl">Management type: ACTIVE van PASSIVE</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ACTIVE"/>
<xs:enumeration value="PASSIVE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>