<?xml version="1.0" encoding="utf-16"?>
<!-- Mit XMLSpy v2013 rel. 2 sp2 (x64) (http://www.altova.com) von Oesterreichische Kontrollbank AG (Oesterreichische Kontrollbank AG) bearbeitet -->
<xs:schema xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns:ns1="http://schemas.oekb.at/meldeservice/xsd/v1.0/dtgNotificationRequest.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://schemas.oekb.at/meldeservice/xsd/v1.0/dtgNotificationRequest.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.3" xsi:schemaLocation="http://schemas.oekb.at/meldeservice/xsd/v1.0/dtgNotificationRequest.xsd https://schemas.oekb.at/meldeservice/xsd/v1.3/dtgStatusRequest.xsd">
	<xs:annotation>
		<xs:documentation>DTG Notification Request</xs:documentation>
	</xs:annotation>
	<xs:element name="dtgStatus">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="deposit" maxOccurs="unbounded">
					<xs:complexType>
						<xs:attribute name="externeReferenzIDEmission">
							<xs:annotation>
								<xs:documentation>Request ID, definiert durch den Kunden (entspricht dem Request Feld "meldung/emission/@externeReferenzIDEmission")</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:maxLength value="2000"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="geschaeftfallNummer">
							<xs:annotation>
								<xs:documentation>Geschäftsfall ID des DTG-Systems</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:maxLength value="100"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
