LegalStructure

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/GeneralInformation/LegalStructure

Diagram

LegalStructure

Documentation

EN

00060: Structured Securities or Structured Funds or UCITS or Non UCITS

DE

00060: Structured Wertpapiere oder Structured Funds oder UCITS oder Non UCITS

FR

00060: Structured Titres ou Structured Funds ou UCITS ou Non UCITS

NL

00060: Structured Effecten van Structured Funds van UCITS van Non UCITS

Properties

Type
xs:string
Cardinality
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
6
Sample Data
S
Restrictions
Base: xs:string
MinLength: 1
MaxLength: 2
Enumeration:
  • S
  • SF
  • SP
  • U
  • N

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="LegalStructure">
   <xs:annotation>
      <xs:documentation xml:lang="en">00060: Structured Securities or Structured Funds or UCITS or Non UCITS</xs:documentation>
      <xs:documentation xml:lang="de">00060: Structured Wertpapiere oder Structured Funds oder UCITS oder Non UCITS</xs:documentation>
      <xs:documentation xml:lang="fr">00060: Structured Titres ou Structured Funds ou UCITS ou Non UCITS</xs:documentation>
      <xs:documentation xml:lang="nl">00060: Structured Effecten van Structured Funds van UCITS van Non UCITS</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="1"/>
         <xs:maxLength value="2"/>
         <xs:enumeration value="S"/>
         <xs:enumeration value="SF"/>
         <xs:enumeration value="SP"/>
         <xs:enumeration value="U"/>
         <xs:enumeration value="N"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>