EMT

/FundsXML4/RegulatoryReportings/DirectReporting/EMT

Diagram

EMT FinancialInstrument EMTFinancialInstrumentType [1..*]

Documentation

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

EN

Used for the EWG MIFID TEMPLATE V1.0

DE

Used für EWG MIFID TEMPLATE V1.0

FR

Used pour EWG MIFID TEMPLATE V1.0

NL

Used voor EWG MIFID TEMPLATE V1.0

ES

Used para EWG MIFID TEMPLATE V1.0

Deprecated

will no longer be supported in a future FundsXML schema version

Properties

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

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
EMTFinancialInstrumentType

EMT Report

EMT Report

EMT Report

EMT Report

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:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="EMT"
            type="EMTType">
   <xs:annotation>
      <xs:appinfo source="@deprecated will no longer be supported in a future FundsXML schema version"/>
      <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:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="EMTType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Used for the EWG MIFID TEMPLATE V1.0
</xs:documentation>
      <xs:documentation xml:lang="de">Used für EWG MIFID TEMPLATE V1.0</xs:documentation>
      <xs:documentation xml:lang="fr">Used pour EWG MIFID TEMPLATE V1.0</xs:documentation>
      <xs:documentation xml:lang="nl">Used voor EWG MIFID TEMPLATE V1.0</xs:documentation>
      <xs:documentation xml:lang="es">Used para EWG MIFID TEMPLATE V1.0</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded"
                  name="FinancialInstrument"
                  type="EMTFinancialInstrumentType">
         <xs:annotation>
            <xs:documentation xml:lang="en">EMT Report</xs:documentation>
            <xs:documentation xml:lang="de">EMT Report</xs:documentation>
            <xs:documentation xml:lang="fr">EMT Report</xs:documentation>
            <xs:documentation xml:lang="nl">EMT Report</xs:documentation>
            <xs:documentation xml:lang="es">EMT Report</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>