ClosedType

/FundsXML4/Funds/Fund/FundStaticData/ClosedType

Diagram

ClosedType HARD ... Nobody can buy new shares SOFT ... Only existing investors can buy new shares

Documentation

HARD ... Nobody can buy new shares
SOFT ... Only existing investors can buy new shares

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4
Sample Data
HARD
Restrictions
Base: xs:string
Enumeration:
  • HARD
  • SOFT

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ClosedType">
   <xs:annotation>
      <xs:documentation>HARD ... Nobody can buy new shares
SOFT ... Only existing investors can buy new shares</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="HARD"/>
         <xs:enumeration value="SOFT"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>