<?xml version ="1.0"?>
<!DOCTYPE ReceivingAdvice SYSTEM "ReceiptV0.1.dtd">

<ReceivingAdvice><!-- (DocumentLevel , Party , Product , Packaging , ShipmentReconciliation , TransportDetail , DiscrepancyDetail )-->
	<DocumentLevel><!-- (DateTime , Type , Identification )-->
		<DateTime TimeZone = "EDT" Role = "">20001010,2015:00</DateTime>
		<Type>Original</Type>
		<Identification><!-- (ID , Type , Purpose , Reference , DateTime )-->
			<ID>1234</ID>
			<Type>Receipt</Type>
			<Purpose>Advice</Purpose>
			<Reference><!-- (RefFunction , RefName , RefValue )*-->
				<RefFunction>Builda</RefFunction>
				<RefName>AA</RefName>
				<RefValue>BB</RefValue>
			</Reference>
		<DateTime TimeZone = "EDT" Role = "">20001010,2015:00</DateTime>
		</Identification>
	</DocumentLevel>
	<Party Role = "name"><!-- (Name , OrganizationParty , Address , Contact , Reference )+-->
		<Name>Agent</Name>
		<OrganizationParty Role = "Agent" PartyID = "ABC Manufacturing"><!-- (Name )-->
			<Name>A.B. Clerk</Name>
		</OrganizationParty>
		<Address><!-- (StreetAddress1 , StreetAddress2 , City , State? , PostalCode? , Region? , Country )-->
			<StreetAddress1>123-45</StreetAddress1>
			<StreetAddress2>Main Street</StreetAddress2>
			<City>Bronx</City>
			<State>NY</State>
			<PostalCode>10461</PostalCode>
			<Region></Region>
			<Country>USA</Country>
		</Address>
		<Contact><!-- (Name , Telephone , Fax , Email )*-->
			<Name>A.B. Clerk</Name>
			<Telephone><!-- (AreaCode , Exchange , PhoneNumber )-->
				<AreaCode>1-718</AreaCode>
				<Exchange>555</Exchange>
				<PhoneNumber>1234</PhoneNumber>
			</Telephone>
			<Fax>1-718-555-3456</Fax>
			<Email>shipper@abc.com</Email>
		</Contact>
		<Reference><!-- (RefFunction , RefName , RefValue )*-->
			<RefFunction>BLDA</RefFunction>
			<RefName>AA</RefName>
			<RefValue>BB</RefValue>
		</Reference>
	</Party>
	<Product><!-- (PartNumber , PartDescription , UnitOfMeasure , QualifyingProductID , Reference )-->
		<PartNumber>Z-12345</PartNumber>
		<PartDescription><!-- (Description )?-->
			<Description>Wire Flanges</Description>
		</PartDescription>
		<UnitOfMeasure>1000</UnitOfMeasure>
		<QualifyingProductID>123A</QualifyingProductID>
		<Reference><!-- (RefFunction , RefName , RefValue )*-->
			<RefFunction>BLDA</RefFunction>
			<RefName>AA</RefName>
			<RefValue>BB</RefValue>
		</Reference>
	</Product>
	<Packaging><!-- (Quantity , Reference , Type )-->
		<Quantity><!-- (Qty , UnitOfMeasure )*-->
			<Qty>10</Qty>
			<UnitOfMeasure>Shipping Box</UnitOfMeasure>
		</Quantity>
		<Reference><!-- (RefFunction , RefName , RefValue )*-->
			<RefFunction>BLDA</RefFunction>
			<RefName>AA</RefName>
			<RefValue>BB</RefValue>
		</Reference>
		<Type>Ship</Type>
	</Packaging>
	<ShipmentReconciliation><!-- (PartNumber , Reference , Location , ShipperIDNumber , YTDCumQty , UnitOfMeasure , LastShipped )-->
		<PartNumber>Z-12345</PartNumber>
		<Reference><!-- (RefFunction , RefName , RefValue )*-->
			<RefFunction>BLDA</RefFunction>
			<RefName>AA</RefName>
			<RefValue>BB</RefValue>
		</Reference>
		<Location>Plant A</Location>
		<ShipperIDNumber>1992-87</ShipperIDNumber>
		<YTDCumQty>200000</YTDCumQty>
		<UnitOfMeasure>1000</UnitOfMeasure>
		<LastShipped><!-- (DateTime , Quantity )-->
			<DateTime TimeZone = "EDT" Role = "string">20000930,1115:00</DateTime>
			<Quantity><!-- (Qty , UnitOfMeasure )*-->
				<Qty>10</Qty>
				<UnitOfMeasure>string</UnitOfMeasure>
			</Quantity>
		</LastShipped>
	</ShipmentReconciliation>
	<TransportDetail><!-- (CarrierID , TrailerNumber , EquipmentDesc , WeightOfPayload , VolumeOfPayload , NumberOfContainer , MaterialUsage , TransportCapacity , SealInfo )-->
		<CarrierID>1998-073</CarrierID>
		<TrailerNumber>1234string</TrailerNumber>
		<EquipmentDesc>Returnable Plastic Container</EquipmentDesc>
		<WeightOfPayload>10000</WeightOfPayload>
		<VolumeOfPayload>1000</VolumeOfPayload>
		<NumberOfContainer>10</NumberOfContainer>
		<MaterialUsage>Plastic</MaterialUsage>
		<TransportCapacity>20000</TransportCapacity>
		<SealInfo><!-- (SealNumber , SealDate , SealCondition )-->
			<SealNumber>ZX987</SealNumber>
			<SealDate><!-- (DateTime )-->
				<DateTime TimeZone = "EDT" Role = "string">20000930,0915:00</DateTime>
			</SealDate>
			<SealCondition>locked</SealCondition>
		</SealInfo>
	</TransportDetail>
	<DiscrepancyDetail>
	</DiscrepancyDetail>
</ReceivingAdvice>
