OpenClosedEnded

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/OpenClosedEnded

Diagram

OpenClosedEnded

Documentation

EN

Defines whether shares can be bought: OPEN or CLOSED

DE

[AUTO] Definiert, ob Anteile gekauft werden können: OPEN oder CLOSED

FR

Defines whether shares can be bought: OPEN ou CLOSED

NL

Defines whether shares can be bought: OPEN van CLOSED

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
CLOSED
Restrictions
Base: xs:string
MinLength: 4
MaxLength: 6
Enumeration:
  • OPEN
  • CLOSED

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="OpenClosedEnded">
   <xs:annotation>
      <xs:documentation xml:lang="en">Defines whether shares can be bought: OPEN or CLOSED</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Definiert, ob Anteile gekauft werden können: OPEN oder CLOSED</xs:documentation>
      <xs:documentation xml:lang="fr">Defines whether shares can be bought: OPEN ou CLOSED</xs:documentation>
      <xs:documentation xml:lang="nl">Defines whether shares can be bought: OPEN van CLOSED</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="4"/>
         <xs:maxLength value="6"/>
         <xs:enumeration value="OPEN"/>
         <xs:enumeration value="CLOSED"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>