ProductType

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V4/FinancialInstrument/GeneralInformation/ProductType

Diagram

ProductType 00060: Structured Securities or Structured Funds or UCITS or Non UCITS or UCITS Money Market Funds or Non UCITS Money Market Funds or Exchanged Traded Commodities or Bonds

Documentation

00060: Structured Securities or Structured Funds or UCITS or Non UCITS or UCITS Money Market Funds or Non UCITS Money Market Funds or Exchanged Traded Commodities or Bonds

Properties

Type
xs:string
Cardinality
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
6
Sample Data
U
Restrictions
Base: xs:string
MinLength: 1
MaxLength: 3
Enumeration:
  • S
  • SF
  • U
  • N
  • LM
  • NM
  • ETC
  • B

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"
            name="ProductType">
   <xs:annotation>
      <xs:documentation>00060: Structured Securities or Structured Funds or UCITS or Non UCITS or UCITS Money Market Funds or Non UCITS Money Market Funds or Exchanged Traded Commodities or Bonds</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="1"/>
         <xs:maxLength value="3"/>
         <xs:enumeration value="S"/>
         <xs:enumeration value="SF"/>
         <xs:enumeration value="U"/>
         <xs:enumeration value="N"/>
         <xs:enumeration value="LM"/>
         <xs:enumeration value="NM"/>
         <xs:enumeration value="ETC"/>
         <xs:enumeration value="B"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>