<?xml version="1.0" encoding="UTF-8"?>
<!-- Product version : 6.21.189 -->
<xs:schema
        targetNamespace="http://www.deutsche-boerse.com/m7-reporter"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        xmlns="http://www.deutsche-boerse.com/m7-reporter"
        elementFormDefault="qualified">

    <xs:include schemaLocation="reports_data_types.xsd"/>

    <xs:complexType name="headerType">
        <xs:sequence>
            <xs:element name="reportCode" type="stringType5">
                <xs:annotation>
                    <xs:documentation>
The naming code of the XML report. Valid values:

**TC540**
                            
**TC550**
                            
**TC810**
                            
**TC820**
                            
**TC840**
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="startTime" type="utcTimeType">
                <xs:annotation>
                    <xs:documentation>
The start date and time of report period in the UTC time in the ISO 8601 format.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="endTime" type="utcTimeType">
            <xs:annotation>
                <xs:documentation>
The end date and time of report period in the UTC time in the ISO 8601 format.
                </xs:documentation>
            </xs:annotation>
            </xs:element>
            <xs:element name="environment" type="stringType4">
                <xs:annotation>
                    <xs:documentation>
The type of environment the report was created for. Valid values:

**ACUT**

**CTPB**
                        
**CUTE**

**LIPA**

**PROD**
                        
**SIMU**

**ASIM**
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="exchangeName" type="stringType4">
                <xs:annotation>
                    <xs:documentation>
Customer name
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="applicationVersion" type="stringType255">
                <xs:annotation>
                    <xs:documentation>
The schema and application version.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="reportCreationTime" type="utcTimeType">
                <xs:annotation>
                    <xs:documentation>
                        The date and time when the report was created in the UTC time in the ISO 8601 format.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
        </xs:sequence>
        <xs:anyAttribute processContents="lax"/>
    </xs:complexType>

</xs:schema>
