<?xml version ="1.0"?>
<!DOCTYPE CoreAck SYSTEM "CoreAckV0.1.dtd">
<CoreAck><!-- (DocumentLevel , Party )-->
	<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>
</CoreAck>
