Status

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/RegistrationCountries/RegistrationCountry/Status

Diagram

Status

Documentation

EN

Additional information about the registration in a specific country

DE

[AUTO] Zusätzliche Informationen zur Registrierung in einem bestimmten Land

FR

Supplémentaire information about registration dans un spécifique pays

NL

Aanvullend informatie about registration in een specifiek land

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
9
Sample Data
De-registered
Restrictions
Base: xs:string
Enumeration:
  • Registered
  • De-registered

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Status">
   <xs:annotation>
      <xs:documentation xml:lang="en">Additional information about the registration in a specific country</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Zusätzliche Informationen zur Registrierung in einem bestimmten Land</xs:documentation>
      <xs:documentation xml:lang="fr">Supplémentaire information about registration dans un spécifique pays</xs:documentation>
      <xs:documentation xml:lang="nl">Aanvullend informatie about registration in een specifiek land</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>