Status

/FundsXML4/Funds/Fund/CHOICE_2819/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/RegistrationCountries/RegistrationCountry/Status

Diagram

Status Give additional information about the registration in a specific country.

Documentation

Give additional information about the registration in a specific country.

Properties

Type
(anonymous)
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
14
Sample Data
Registered
Restrictions
Base: xs:string
Enumeration:
  • Registered
  • De-registered

XML Snippet

<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="Status">
   <xs:annotation>
      <xs:documentation>Give additional information about the registration in a specific country.</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Registered"/>
         <xs:enumeration value="De-registered"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>