<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by OeKB (Oesterreichische Kontrollbank AG) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://schemas.oekb.at/meldeservice/xsd/v1.0/statusResponse.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://schemas.oekb.at/meldeservice/xsd/v1.0/statusResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.3" xsi:schemaLocation="http://schemas.oekb.at/meldeservice/xsd/v1.0/statusResponse.xsd https://schemas.oekb.at/meldeservice/xsd/v1.3/statusResponse.xsd">
	<xs:element name="statusResponse">
		<xs:annotation>
			<xs:documentation>Status Response</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="emission" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="statusCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>Status der Emission Code</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="statusText" type="xs:string">
								<xs:annotation>
									<xs:documentation>Status der Emission Text</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="externeReferenzIDEmission" use="required">
							<xs:annotation>
								<xs:documentation>externe Referenz der Emission</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="isin">
							<xs:annotation>
								<xs:documentation>ISIN</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:length value="12"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="CFICode">
							<xs:annotation>
								<xs:documentation>Classifcation of Financial Instruments</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:maxLength value="6"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="wkn">
							<xs:annotation>
								<xs:documentation>Wertpapierkennnummer</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:maxLength value="6"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="FISN" use="optional">
							<xs:annotation>
								<xs:documentation>Financial Instrument Short Name</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
									<xs:maxLength value="35"/>
									<xs:pattern value="[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,35}"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element name="statusGesamtCode" type="xs:string">
					<xs:annotation>
						<xs:documentation>Gesamtstatus der Meldung Code</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="statusGesamtText" type="xs:string">
					<xs:annotation>
						<xs:documentation>Gesamtstatus der Meldung Text</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="meldungsID" use="required">
				<xs:annotation>
					<xs:documentation>Status zur Meldung mit ID</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>
