<?xml version ="1.0"?>
<!DOCTYPE AdvancedShipNotice SYSTEM "ASNV0.1.dtd">
<AdvancedShipNotice><!-- (DocumentLevel , Party , Product , Packaging , Requirements , ShipmentReconciliation , TransportDetail )-->
	<DocumentLevel><!-- (DateTime , Type , Identification )-->
		<DateTime TimeZone = "EDT" Role = "">20001010,0920</DateTime>
		<Type>Original</Type>
		<Identification><!-- (ID , Type , Purpose , Reference , DateTime )-->
			<ID>1234</ID>
			<Type>Shipping</Type>
			<Purpose>Advance Notice</Purpose>
			<Reference><!-- (RefFunction , RefName , RefValue )*-->
				<RefFunction>BLDA</RefFunction>
				<RefName>Project A</RefName>
				<RefValue>1234</RefValue>
			</Reference>
			<DateTime TimeZone = "EDT" Role = "">20000310,0914</DateTime>
		</Identification>
	</DocumentLevel>
	<Party Role = "name"><!-- (Name , OrganizationParty , Address , Contact , Reference )+-->
		<Name>CDE Manufacturing</Name>
		<OrganizationParty Role = "Agent" PartyID = "123044"><!-- (Name )-->
			<Name>DUNS</Name>
		</OrganizationParty>
		<Address><!-- (StreetAddress1 , StreetAddress2 , City , State? , PostalCode? , Region? , Country )-->
			<StreetAddress1>1294</StreetAddress1>
			<StreetAddress2>Local Street</StreetAddress2>
			<City>New York</City>
			<State>NY</State>
			<PostalCode>10001</PostalCode>
			<Region></Region>
			<Country>USA</Country>
		</Address>
		<Contact><!-- (Name , Telephone , Fax , Email )*-->
			<Name>A.B. Works</Name>
			<Telephone><!-- (AreaCode , Exchange , PhoneNumber )-->
				<AreaCode>1-212</AreaCode>
				<Exchange>795</Exchange>
				<PhoneNumber>0124</PhoneNumber>
			</Telephone>
			<Fax>1-212-795-9876</Fax>
			<Email>clear@abworks.com</Email>
		</Contact>
		<Reference><!-- (RefFunction , RefName , RefValue )*-->
			<RefFunction>AAAA</RefFunction>
			<RefName>blda</RefName>
			<RefValue>10</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>
	<Requirements>
		<Quantity>
			<Qty>1</Qty>
			<UnitOfMeasure>1000</UnitOfMeasure>
		</Quantity>
		<DateTime TimeZone = "EDT" Role = "string">20000930,1115:00</DateTime>
		<SubjectProduct>Returnable Plastic Container</SubjectProduct>
	</Requirements>
	<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>
</AdvancedShipNotice>
