OpenClosedEnded

/FundsXML4/Funds/Fund/FundStaticData/OpenClosedEnded

Diagram

OpenClosedEnded

Documentation

EN

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

DE

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

FR

Définit si les parts peuvent être achetées ou non: OPEN ou CLOSED

NL

Bepaalt of aandelen kunnen worden gekocht of niet: OPEN of CLOSED

ES

Define si las participaciones pueden comprarse o no: OPEN o CLOSED

IT

Definisce se le azioni possono essere acquistate o meno: APERTE o CHIUSE

CS

Definuje, zda lze akcie koupit: OPEN nebo CLOSED

HU

Meghatározza, hogy vásárolhatók-e jegyek: OPEN vagy CLOSED

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
4
Sample Data
OPEN
Restrictions
Base: xs:string
Enumeration:
  • OPEN
  • CLOSED

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="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">Definiert, ob Anteile gekauft werden können: OPEN oder CLOSED</xs:documentation>
      <xs:documentation xml:lang="fr">Définit si les parts peuvent être achetées ou non: OPEN ou CLOSED</xs:documentation>
      <xs:documentation xml:lang="nl">Bepaalt of aandelen kunnen worden gekocht of niet: OPEN of CLOSED</xs:documentation>
      <xs:documentation xml:lang="es">Define si las participaciones pueden comprarse o no: OPEN o CLOSED</xs:documentation>
      <xs:documentation xml:lang="it">Definisce se le azioni possono essere acquistate o meno: APERTE o CHIUSE</xs:documentation>
      <xs:documentation xml:lang="cs">Definuje, zda lze akcie koupit: OPEN nebo CLOSED</xs:documentation>
      <xs:documentation xml:lang="hu">Meghatározza, hogy vásárolhatók-e jegyek: OPEN vagy 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>