<?xml version="1.0"?>
<bat:Batch xmlns:bat="urn:uk.org.telcob2b/tML/Fulfilment.Batch" BatchID="1234" NoOfEntries="1">
	<btw:AddOrder xmlns:btw="urn:com.btwholesale.Fulfilment">
		<ord:PurchaseOrder xmlns:sro="urn:uk.org.telcob2b/tML/Fulfilment.Order.ServiceRequest"
		                   xmlns:ord="urn:uk.org.telcob2b/tML/Fulfilment.Order" xmlns:llu="urn:uk.org.telcob2b/tML/Fulfilment/LLU"
		                   xmlns:bt="urn:uk.org.telcob2b/tML/Fulfillment.Order.BT">
			<ord:OrderHeader>
				<ord:POIssuedDate>2003-11-14T09:57:36</ord:POIssuedDate>
				<ord:OrderReference>
					<ord:AccountCode>
						<ord:Reference>
							<ord:RefNum>YourBillingCode</ord:RefNum>
						</ord:Reference>
					</ord:AccountCode>
					<ord:BuyerRefNum>
						<ord:Reference>
							<ord:RefNum>YourOrderRef</ord:RefNum>
						</ord:Reference>
					</ord:BuyerRefNum>
					<ord:SupplierRefNum>
						<ord:Reference>
							<ord:RefNum>BTOrderRef</ord:RefNum>
						</ord:Reference>
					</ord:SupplierRefNum>
				</ord:OrderReference>
				<ord:OrderParty>
					<ord:BuyerParty>
						<ord:Party PartyID="00123" AgencyID="Other" AgencyOther="LOPID">
							<ord:OrderContact>
								<sro:DetailedContact>
									<ord:ContactName>Bloggs</ord:ContactName>
									<ord:Telephone>01473614235</ord:Telephone>
									<sro:Title>Mrs</sro:Title>
									<sro:FirstName>Jo</sro:FirstName>
									<sro:Initials>E</sro:Initials>
								</sro:DetailedContact>
							</ord:OrderContact>
						</ord:Party>
					</ord:BuyerParty>
					<ord:SupplierParty>
						<ord:Party PartyID="001" AgencyID="Other" AgencyOther="LOPID"/>
					</ord:SupplierParty>
				</ord:OrderParty>
			</ord:OrderHeader>
			<ord:ListOfOrderDetail>
				<ord:OrderDetail>
					<sro:ServiceRequestOrder ItemType="Provision">
						<ord:LineItemNum>1</ord:LineItemNum>
						<ord:SupplierPartNum>
							<ord:PartNum>
								<ord:Agency AgencyID="AssignedBySupplier"/>
								<ord:PartID>LLU Shared MPF</ord:PartID>
							</ord:PartNum>
						</ord:SupplierPartNum>
						<sro:Site End="B">
							<sro:Address>
								<sro:BritishAddress>
									<sro:ThoroughfareNumber>166</sro:ThoroughfareNumber>
									<sro:PostCode>G4 0TG</sro:PostCode>
								</sro:BritishAddress>
							</sro:Address>
							<ord:Contact>
								<ord:ContactName>EndUserContact</ord:ContactName>
								<ord:Telephone>01231234567</ord:Telephone>
							</ord:Contact>
						</sro:Site>
						<sro:Features>
							<llu:LLUFeatureSet>
								<llu:Cease>
									<llu:CeaseAEnd MPFId="12321"/>
								</llu:Cease>
							</llu:LLUFeatureSet>
						</sro:Features>
					</sro:ServiceRequestOrder>
					<ord:RequestedDeliveryDate>2003-04-23T12:30:00</ord:RequestedDeliveryDate>
				</ord:OrderDetail>
			</ord:ListOfOrderDetail>
		</ord:PurchaseOrder>
	</btw:AddOrder>
</bat:Batch>