ManagementType

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

Diagram

ManagementType

Documentation

EN

Management type: ACTIVE or PASSIVE

DE

Managementtyp: ACTIVE oder PASSIVE

FR

Management type: ACTIVE ou PASSIVE

NL

Management type: ACTIVE van PASSIVE

ES

Tipo de gestion: ACTIVE o PASSIVE

IT

Tipo di gestione: ATTIVA o PASSIVA

CS

Typ řízení: ACTIVE nebo PASSIVE

HU

Kezelési típus: ACTIVE vagy PASSIVE

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
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: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"
            minOccurs="0"
            name="ManagementType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Management type: ACTIVE or PASSIVE</xs:documentation>
      <xs:documentation xml:lang="de">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:documentation xml:lang="es">Tipo de gestion: ACTIVE o PASSIVE</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di gestione: ATTIVA o PASSIVA</xs:documentation>
      <xs:documentation xml:lang="cs">Typ řízení: ACTIVE nebo PASSIVE</xs:documentation>
      <xs:documentation xml:lang="hu">Kezelési típus: ACTIVE vagy 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>