<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Scheme for set of Receiving Acts</xs:documentation>
	</xs:annotation>
	<xs:include schemaLocation="OutDocType.xsd"/>
	<xs:element name="ReceivingActs" type="ReceivingActListType">
		<xs:annotation>
			<xs:documentation>Set of Receiving Acts (actually one Receiving Act)</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="ReceivingActListType">
		<xs:annotation>
			<xs:documentation>Receiving Acts as a list</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ReceivingAct" type="ReceivingActType" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ReceivingActType">
		<xs:annotation>
			<xs:documentation>Type: Receiving Act</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DocHead" type="DocHeadType">
				<xs:annotation>
					<xs:documentation>Document header information</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Warehouse" type="WarehouseType">
				<xs:annotation>
					<xs:documentation>Warehouse</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PartiesList" type="PartiesListType">
				<xs:annotation>
					<xs:documentation>Involved parties list</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="IsDirect" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Direct variant</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TTNNumber" type="xs:string">
				<xs:annotation>
					<xs:documentation>Bill of lading number</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TransportNumber" type="xs:string">
				<xs:annotation>
					<xs:documentation>Number of transport mean</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ContainerList" type="ContainerListType">
				<xs:annotation>
					<xs:documentation>List of containers</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Consignment" type="ConsignmentType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Consignment</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TTNType">
		<xs:annotation>
			<xs:documentation>Type: TTNType</xs:documentation>
		</xs:annotation>
	</xs:complexType>
</xs:schema>

