OpenClosedEnded
/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/OpenClosedEnded
Diagram
Documentation
EN
Defines whether shares can be bought: OPEN or CLOSED
DE
Definiert, ob Anteile gekauft werden können: OPEN oder CLOSED
FR
Définit si les parts peuvent être achetées: OPEN ou CLOSED
NL
Bepaalt of aandelen kunnen worden gekocht: OPEN of CLOSED
ES
Define si las participaciones pueden comprarse: OPEN o CLOSED
IT
Definisce se le azioni possono essere acquistate: 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
- 7
- Sample Data
- CLOSED
- Restrictions
- Base: xs:string
MinLength: 4
MaxLength: 6
Enumeration:OPENCLOSED
Element Definition
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: 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: OPEN ou CLOSED</xs:documentation>
<xs:documentation xml:lang="nl">Bepaalt of aandelen kunnen worden gekocht: OPEN of CLOSED</xs:documentation>
<xs:documentation xml:lang="es">Define si las participaciones pueden comprarse: OPEN o CLOSED</xs:documentation>
<xs:documentation xml:lang="it">Definisce se le azioni possono essere acquistate: 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:minLength value="4"/>
<xs:maxLength value="6"/>
<xs:enumeration value="OPEN"/>
<xs:enumeration value="CLOSED"/>
</xs:restriction>
</xs:simpleType>
</xs:element>