<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:include schemaLocation="OutDocType.xsd"/>

	<xsd:include schemaLocation="Inbill.xsd"/>

	<xsd:element name="TDU" type="TDUType">
		<xsd:annotation>
			<xsd:documentation>Customs account document</xsd:documentation>
		</xsd:annotation>
	</xsd:element>


	<xsd:complexType name="TDUType">
		<xsd:sequence>
			<xsd:element name="DocHead" type="DocHeadType">
				<xsd:annotation>
					<xsd:documentation>Document Header</xsd:documentation>
				</xsd:annotation>
			</xsd:element>

			<xsd:element name="LicenseNumber" type="xsd:string">
			<xsd:annotation>
				<xsd:documentation>Customs license number</xsd:documentation>
			</xsd:annotation>
			</xsd:element>

			<xsd:element name="BarCode" type="xsd:integer">
			<xsd:annotation>
				<xsd:documentation>Barcode number</xsd:documentation>
			</xsd:annotation>
			</xsd:element>

			<xsd:element name="Inbill" type="InbillType">
			<xsd:annotation>
				<xsd:documentation>Bill of lading</xsd:documentation>
			</xsd:annotation>
			</xsd:element>

			<xsd:element name="AdditionalInfo" type="xsd:string" minOccurs="0">
			<xsd:annotation>
				<xsd:documentation>Additional Information</xsd:documentation>
			</xsd:annotation>
			</xsd:element>
	
		</xsd:sequence>
	</xsd:complexType>


</xsd:schema>
