EMT

/FundsXML4/RegulatoryReportings/DirectReporting/EMT

Diagram

EMT According to EUROPEAN MIFID TEMPLATE - EMT V1.0 as of 2017-08-03 FinancialInstrument EMTFinancialInstrumentType [1..*]

Documentation

According to EUROPEAN MIFID TEMPLATE - EMT V1.0 as of 2017-08-03

Properties

Type
EMTType
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
3
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
EMTFinancialInstrumentType

EMT Report

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="EMT"
            type="EMTType">
   <xs:annotation>
      <xs:documentation>According to EUROPEAN MIFID TEMPLATE - EMT V1.0 as of 2017-08-03</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (EMTType)

<xs:complexType 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="EMTType">
   <xs:sequence>
      <xs:element maxOccurs="unbounded"
                  name="FinancialInstrument"
                  type="EMTFinancialInstrumentType">
         <xs:annotation>
            <xs:documentation>EMT Report</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>