OpenClosedEnded

/FundsXML4/Funds/Fund/FundStaticData/OpenClosedEnded

Diagram

OpenClosedEnded

Documentation

EN

Defines whether shares can be bought or not: OPEN or CLOSED

DE

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

FR

Defines whether shares can be bought ou pas: OPEN ou CLOSED

NL

Defines whether shares can be bought van niet: 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
4
Sample Data
OPEN
Restrictions
Base: xs:string
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 or not: 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 ou pas: OPEN ou CLOSED</xs:documentation>
      <xs:documentation xml:lang="nl">Defines whether shares can be bought van niet: OPEN van CLOSED</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="OPEN"/>
         <xs:enumeration value="CLOSED"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>