ManagementType

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/ManagementType

Diagram

ManagementType

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
7
Sample Data
ACTIVE
Restrictions
Base: xs:string
MinLength: 6
MaxLength: 7
Enumeration:
  • ACTIVE
  • PASSIVE

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:minLength value="6"/>
         <xs:maxLength value="7"/>
         <xs:enumeration value="ACTIVE"/>
         <xs:enumeration value="PASSIVE"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>