<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2020 DAKOSY AG (http://www.dakosy.de) -->
<!-- XSD-Version 2.0.4 / 03-Jun-2013 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="http://xsd.dakosy.de/ac03v2.0/AC03CoreDataTypes.xsd"/>
	<xs:include schemaLocation="http://xsd.dakosy.de/ac03v2.0/MessageEnvelope.xsd"/>
	<xs:element name="Document">
		<xs:annotation>
			<xs:documentation xml:lang="DE">AC03 v2 Dokument-Wurzel</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Metainfo" type="MetaInfoDef"/>
				<xs:element name="Messages">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Message">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Status" maxOccurs="unbounded">
											<xs:complexType>
												<xs:choice>
													<xs:element name="StatusInformation">
														<xs:annotation>
															<xs:documentation xml:lang="DE">Statusinformation</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Type" type="statusInformationType">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Art der Statusinformation:
T = Transportauftrag, d.h. der Status bezieht sich auf den gesamten Auftrag
C = Container, d.h. der Status bezieht sich auf eine konkrete Ladeeinheit des Auftrags</xs:documentation>
																		<xs:documentation xml:lang="EN">
type of statusinformation:

T = transport order

C = container
          </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Position" type="itemPosition" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Position der Ladeeinheit; Pflichtelement für Statusinformationen zu Ladeeinheiten (Type = C)</xs:documentation>
																		<xs:documentation xml:lang="EN">required data element for type of statusinformation Type = 'C'</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ReferenceValue" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Struktur zur Kommunikation zusätzlicher Referenzen zur Identifikation des Auftrags oder der Ladeeinheit</xs:documentation>
																		<xs:documentation xml:lang="EN">additional references to identify the transport order or container</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ReferenceQualifier" type="qualifierType">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Kennzeichen zur Spefikation des Referenztyps; Wertemenge gemäß DAKOSY Schlüsselverzeichnis</xs:documentation>
																					<xs:documentation xml:lang="EN">Qualifier to identify the type of reference; values according to DAKOSY AC03 reference qualifier list</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Reference" type="referenceString">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Referenz</xs:documentation>
																					<xs:documentation xml:lang="EN">reference</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="StatusValue" minOccurs="0" maxOccurs="unbounded">
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="StatusQualifier" type="qualifierType">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Kennzeichen zur Spezifikation der Art des Statuswerts; Wertemenge gemäß DAKOSY Schlüsselverzeichnis</xs:documentation>
																					<xs:documentation xml:lang="EN">Qualifier to identify the type of statusvalue reported; values according to DAKOSY AC03 status qualifier list</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StatusCode" type="code5">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Statuscode</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Status" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Beschreibung / Text zum Statuscode</xs:documentation>
																					<xs:documentation xml:lang="EN">status text</xs:documentation>
																				</xs:annotation>
																				<xs:simpleType>
																					<xs:restriction base="xs:string">
																						<xs:minLength value="1"/>
																						<xs:maxLength value="35"/>
																					</xs:restriction>
																				</xs:simpleType>
																			</xs:element>
																			<xs:element name="StatusRemark" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Bemerkung</xs:documentation>
																				</xs:annotation>
																				<xs:simpleType>
																					<xs:restriction base="xs:string"/>
																				</xs:simpleType>
																			</xs:element>
																			<xs:element name="StatusTime" minOccurs="0" maxOccurs="unbounded">
																				<xs:annotation>
																					<xs:documentation xml:lang="DE">Statuszeit; es können verschiedene Zeitpunkte in Bezug zu dem Statuswert spezifiziert werden, z.B.:
- der Zeitpunkt zu dem der Status, bzw. das dem Status zugrunde liegenden Ereignis eingetreten ist
- Zeitpunkt zu dem der Status, bzw. das dem Status zugrunde liegenden Ereignis gemeldet worden ist
- Zeitpunkt zu dem der Status, bzw. das dem Status zugrunde liegenden Ereignis eintreten sollte</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="StatusTimeQualifier">
																							<xs:annotation>
																								<xs:documentation xml:lang="DE">Kennzeichen zur Spezifikation der Bedeutung / Art der Statuszeit; Wertemenge gemäß DAKOSY Schlüsselverzeichnis</xs:documentation>
																								<xs:documentation xml:lang="EN">Qualifier to identify the type of time; values according to DAKOSY AC03 status time qualifier list</xs:documentation>
																							</xs:annotation>
																							<xs:simpleType>
																								<xs:restriction base="qualifierType"/>
																							</xs:simpleType>
																						</xs:element>
																						<xs:element name="Time" type="xs:dateTime">
																							<xs:annotation>
																								<xs:documentation xml:lang="DE">Statuszeit</xs:documentation>
																								<xs:documentation xml:lang="EN">status time</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="OperatorCustomerNumber" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Kundennummer</xs:documentation>
																		<xs:documentation xml:lang="EN">operator customer number</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="12"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="LocationCode" type="code4" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Code der Lade- oder Entladestelle</xs:documentation>
																		<xs:documentation xml:lang="EN">code of the loading or discharge location</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Container" minOccurs="0">
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="Number" type="containerNumber" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>container number</xs:documentation>
																					<xs:documentation>
Format: 
bytes content
1 -  4 Prefix
5 - 12 Number

corresponds to AC02 field number 714/715
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Length" type="code2" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>container length</xs:documentation>
																					<xs:documentation>
length of the container in feet
according to HABIS code directory A18

corresponds to AC02 field number 711
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Height" type="code2" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>container height</xs:documentation>
																					<xs:documentation>
height of the container
according to HABIS code directory A19

corresponds to AC02 field number 712
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Type" type="code2" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>container type</xs:documentation>
																					<xs:documentation>
according to HABIS code directory A05


corresponds to AC02 field number 713
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="WagonNumber" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>wagon number</xs:documentation>
																					<xs:documentation>number of the rail road wagon the container has been loaded onto</xs:documentation>
																				</xs:annotation>
																				<xs:simpleType>
																					<xs:restriction base="xs:string">
																						<xs:minLength value="1"/>
																						<xs:maxLength value="12"/>
																					</xs:restriction>
																				</xs:simpleType>
																			</xs:element>
																			<xs:element name="Quay" type="code4" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>quay</xs:documentation>
																					<xs:documentation>
code of the quay operator answering the status query

corresponds to AC02 field number 710
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="OceanCarrier" type="code4" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ocean carrier</xs:documentation>
																					<xs:documentation>
code of the ocean carrier
according to DAKOSY key directory ocean carrier / customer code

corresponds to AC02 field number 716
          </xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DispatchInformation" minOccurs="0">
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="DispatchAttribute" type="code3" minOccurs="0" maxOccurs="4">
																							<xs:annotation>
																								<xs:documentation>dispatch attribute</xs:documentation>
																								<xs:documentation>
according to DAKOSY key directory error / status code transaction TR02
If the dispacth attribute is &gt;500 or 401, 420, 421 and 422 it is an indication for a serious error, that should be resolved before the transport.

corresponds to AC02 field number 717
          </xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="DispatchArea" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>dispatch area</xs:documentation>
																								<xs:documentation>corresponds to AC02 field number 718</xs:documentation>
																							</xs:annotation>
																							<xs:simpleType>
																								<xs:restriction base="xs:string">
																									<xs:minLength value="1"/>
																									<xs:maxLength value="12"/>
																								</xs:restriction>
																							</xs:simpleType>
																						</xs:element>
																						<xs:element name="Block" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>block</xs:documentation>
																								<xs:documentation>
block of the depot area the container is stored

corresponds to AC02 field number 719
          </xs:documentation>
																							</xs:annotation>
																							<xs:simpleType>
																								<xs:restriction base="xs:string">
																									<xs:minLength value="1"/>
																									<xs:maxLength value="5"/>
																								</xs:restriction>
																							</xs:simpleType>
																						</xs:element>
																						<xs:element name="Row" type="code3" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>row</xs:documentation>
																								<xs:documentation>
row within the block of the depot area the container is stored

corresponds to AC02 field number 720
          </xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="Position" type="code3" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>position</xs:documentation>
																								<xs:documentation>
place/position of the container within the row fo the depot area

corresponds to AC02 field number 721
          </xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="Level" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>level</xs:documentation>
																								<xs:documentation>
place/position of the container within the row fo the depot area

corresponds to AC02 field number 722
          </xs:documentation>
																							</xs:annotation>
																							<xs:simpleType>
																								<xs:restriction base="xs:string">
																									<xs:length value="1"/>
																								</xs:restriction>
																							</xs:simpleType>
																						</xs:element>
																					</xs:sequence>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="SealNumber" minOccurs="0" maxOccurs="99">
																				<xs:annotation>
																					<xs:documentation>official seal number</xs:documentation>
																					<xs:documentation>
(e.g. customs seal)

corresponds to AC02 field number 128
          </xs:documentation>
																				</xs:annotation>
																				<xs:simpleType>
																					<xs:restriction base="xs:string">
																						<xs:minLength value="1"/>
																						<xs:maxLength value="20"/>
																					</xs:restriction>
																				</xs:simpleType>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="ErrorMessage">
														<xs:annotation>
															<xs:documentation xml:lang="DE">Rückweisung</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="GeneralErrorCode">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Allgemeiner EDI-Fehlercode</xs:documentation>
																		<xs:documentation xml:lang="EN">general EDI-error code</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:integer">
																			<xs:totalDigits value="3"/>
																			<xs:fractionDigits value="0"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="ErrorType">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Fehlertyp / Art der Rückweisung:
A = automatische Rückweisung (Auslöser ist die Anwendung)
M = manuelle Rückweisung (Auslöser ist ein Sachbearbeiter)</xs:documentation>
																		<xs:documentation xml:lang="EN">error type:

A = automatic rejection

M = manual rejection
        </xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:enumeration value="A"/>
																			<xs:enumeration value="M"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="Initiator">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Initiator / Auslöser der Rückweisung</xs:documentation>
																		<xs:documentation xml:lang="EN">initiator of the error message</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="20"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="Position" type="itemPosition" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">optionales Element zur Spezifikation einer Auftragsposition, d.h. Ladeeinheit, auf die sich die Rückweisung bezieht.</xs:documentation>
																		<xs:documentation xml:lang="DE">Das Element wird nicht in der Kommunikation mit ACTION, UNIKAT, TRAFIC oder UnikatGE verwendet. Ein Rückweisung bezieht sich immer auf den gesamten Auftrag.</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ShortText">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Kurztext:
Kurztext zur Beschreibung der Rückweisung</xs:documentation>
																		<xs:documentation xml:lang="EN">short text:</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="45"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="Text" minOccurs="0" maxOccurs="99">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Beschreibung;
ausführliche Beschreibung der Rückweisung / Fehlermeldung</xs:documentation>
																		<xs:documentation xml:lang="EN">text</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="70"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="IncorrectContent" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">fehlerhafter Inhalt</xs:documentation>
																		<xs:documentation xml:lang="EN">incorrect content</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="160"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="OrderConfirmation">
														<xs:annotation>
															<xs:documentation xml:lang="DE">Buchungsbestätigung</xs:documentation>
															<xs:documentation xml:lang="DE">In der Kommunikation mit ACTION, UNIKAT, TRAFIC und UnikatGE wird zurzeit keine Buchungsbestätigung verwendet.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Reference" type="reference">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Referenz des bestätigten Auftrags</xs:documentation>
																		<xs:documentation xml:lang="EN">reference of the confirmed transport order</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="NumberOfPositions">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Anzahl der Positionen (Ladeeinheiten) des Auftrags</xs:documentation>
																		<xs:documentation xml:lang="EN">number of positions (containers) contained in the transport order</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:integer">
																			<xs:minInclusive value="1"/>
																			<xs:maxInclusive value="999"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="DateOfAcceptance" type="xs:dateTime">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Zeitpunkt Buchungsbestätigung</xs:documentation>
																		<xs:documentation xml:lang="EN">date of acceptance</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Dispatcher" type="contact">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Sachbearbeiter (der die Buchungsbestätigung ausgesprochen hat)</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="Deletion">
														<xs:annotation>
															<xs:documentation xml:lang="DE">Löschung (Storno)</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Type" type="statusInformationType">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Art der Löschung:
T = Löschung des gesamten Auftrags
C = Löschung einer einzelnen Ladeeinheit</xs:documentation>
																		<xs:documentation xml:lang="DE">In der Kommunikation mit ACTION, UNIKAT, TRAFIC und UnikatGE werden nur Löschungen eines kompletten Auftrags verwendet. Die Löschung einzelner Ladeeinheiten erfolgt implizit durch die Übermittlung eines entsprechend geänderten Auftrags, d.h. einer Auftragsänderung, die die zu löschenden Ladeeinheiten nicht mehr enthält.</xs:documentation>
																		<xs:documentation xml:lang="EN">type of the deletion (transport order = T / container = C)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Remarks" type="remarks" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">Bemerkung (nur Type = T)</xs:documentation>
																		<xs:documentation xml:lang="EN">remarks for type T</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:sequence minOccurs="0" maxOccurs="999">
																	<xs:annotation>
																		<xs:documentation xml:lang="DE">nur bei Type = C</xs:documentation>
																		<xs:documentation xml:lang="DE">In der Kommunikation mit ACTION, UNIKAT, TRAFIC und UnikatGE werden nur Löschungen eines kompletten Auftrags verwendet. Die Löschung einzelner Ladeeinheiten erfolgt implizit durch die Übermittlung eines entsprechend geänderten Auftrags, d.h. einer Auftragsänderung, die die zu löschenden Ladeeinheiten nicht mehr enthält.</xs:documentation>
																	</xs:annotation>
																	<xs:element name="Position" type="itemPosition">
																		<xs:annotation>
																			<xs:documentation xml:lang="DE">Position der zu löschenden Ladeeinheit (nur Type = C)</xs:documentation>
																			<xs:documentation xml:lang="EN">position for type C</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Remarks" type="remarks" minOccurs="0">
																		<xs:annotation>
																			<xs:documentation xml:lang="DE">Bemerkung (nur Type = C)</xs:documentation>
																			<xs:documentation xml:lang="EN">remarks for type C</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																</xs:sequence>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:choice>
												<xs:attribute name="referenceType" use="required">
													<xs:annotation>
														<xs:documentation xml:lang="DE">Typ oder Bedeutung der StatusInformation passend zur nachfolgenden, gleichnamigen Struktur:
Deletion = Löschung
ErrorMessage = Rückweisung
OrderConfirmation = Buchungsbestätigung
StatusInformation = Statusinformation</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="35"/>
															<xs:enumeration value="Deletion"/>
															<xs:enumeration value="ErrorMessage"/>
															<xs:enumeration value="OrderConfirmation"/>
															<xs:enumeration value="StatusInformation"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="reference" use="required">
													<xs:annotation>
														<xs:documentation xml:lang="DE">fachliche Referenz zur Indentifikation des Auftrags, auf den sich die Statusinformation bezieht</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="35"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="version" use="required">
													<xs:annotation>
														<xs:documentation xml:lang="DE">fachliche Version des Auftrags (in Verbindung mit der Referenz), auf die sich die Statusinformation bezieht.</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:integer">
															<xs:totalDigits value="2"/>
															<xs:fractionDigits value="0"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="referenceNumber" type="referenceString" use="required">
										<xs:annotation>
											<xs:documentation xml:lang="DE">Nachrichtenreferenz
Die Nachrichtenreferenz wird für die technische Quittierung der Nachricht verwendet.</xs:documentation>
										</xs:annotation>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
