Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b687442208f5b7b7fa0b4a2aff0759f2 > files > 61

python-tal-1.5.0-13mdv2010.0.noarch.rpm

<?xml version="1.0" ?>
<biztalk_1 xmlns="urn:schemas-biztalk-org:biztalk:biztalk_1">

<foo:header xmlns:foo="whomping-willow" plain="guido" quote='"' apostrophe="'" both="&quot;'" lt="&lt;" gt="&gt;" amp="&amp;" foo="">
	<manifest>
		<document>
			<name>sample1</name>
			<description>a simple invoice</description>
		</document>
	</manifest>
</foo:header>

<body>

<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->

<Invoice xmlns="urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml">
	<Header>
		<InvoiceNumber>01786</InvoiceNumber>
		<InvoiceDate>2000-03-17</InvoiceDate>	<!-- March 17th, 2000 -->
		<OrderNo>55377</OrderNo>
		<OrderDate>2000-03-15</OrderDate>	<!-- March 15th, 2000 -->
		<CustomerPO>GJ03405</CustomerPO>
		<ShipMethod>DAVE 1</ShipMethod>
		<ShipDate>2000-03-17</ShipDate>	<!-- March 17th, 2000 -->
		<CustomerID>K5211(34)</CustomerID>
		<SalesPersonCode>23</SalesPersonCode>
		<TaxID>23</TaxID>
	</Header>
	<InvoiceTo>
		<Name>SHIPWRIGHT RESTAURANTS LIMITED</Name>
		<AddressLine>125 NORTH SERVICE ROAD W</AddressLine>
		<AddressLine>WESTLAKE ACCESS</AddressLine>
		<City>NORTH BAY</City>
		<PostCode>L8B1O5</PostCode>
		<State>ONTARIO</State>
		<Country>CANADA</Country>
	</InvoiceTo>
	<ShipTo>
		<Name/>
		<AddressLine>ATTN: PAULINE DEGRASSI</AddressLine>		
		<City/>
		<PostCode/>
		<State/>
		<Country/>
	</ShipTo>
	<DetailLines>
		<DetailLine>
			<QuantityShipped>1</QuantityShipped>
			<UnitOfMeasure>CS</UnitOfMeasure>
			<PartNumber>DM 5309</PartNumber>
			<PartDescription>#1013 12 OZ.MUNICH STEIN</PartDescription>
			<UnitPrice>37.72</UnitPrice>
			<LineTotal>37.72</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>6</QuantityShipped>
			<UnitOfMeasure>DZ</UnitOfMeasure>
			<PartNumber>ON 6420</PartNumber>
			<PartDescription>PROVINCIAL DINNER FORK</PartDescription>
			<UnitPrice>17.98</UnitPrice>
			<LineTotal>107.88</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>72</QuantityShipped>
			<UnitOfMeasure>EA</UnitOfMeasure>
			<PartNumber>JR20643</PartNumber>
			<PartDescription>PLASTIC HANDLED STEAK KNIFE</PartDescription>
			<UnitPrice>.81</UnitPrice>
			<LineTotal>58.32</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>6</QuantityShipped>
			<UnitOfMeasure>DZ</UnitOfMeasure>
			<PartNumber>ON 6410</PartNumber>
			<PartDescription>PROVINCIAL TEASPOONS</PartDescription>
			<UnitPrice>12.16</UnitPrice>
			<LineTotal>72.96</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>0</QuantityShipped>
			<UnitOfMeasure>DZ</UnitOfMeasure>
			<PartNumber>ON 6411</PartNumber>
			<PartDescription>PROVINCIAL RD BOWL SPOON</PartDescription>
			<QuantityBackOrdered>6</QuantityBackOrdered>
			<UnitPrice>17.98</UnitPrice>
			<LineTotal>0.00</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>1</QuantityShipped>
			<UnitOfMeasure>EA</UnitOfMeasure>
			<PartNumber>DO 3218</PartNumber>
			<PartDescription>34 OZ DUAL DIAL SCALE AM3218</PartDescription>
			<UnitPrice>70.00</UnitPrice>
			<DiscountPercentage>5.0</DiscountPercentage>
			<LineTotal>66.50</LineTotal>
		</DetailLine>
		<DetailLine>
			<QuantityShipped>1</QuantityShipped>
			<UnitOfMeasure>CS</UnitOfMeasure>
			<PartNumber>DM 195</PartNumber>
			<PartDescription>20 OZ.BEER PUB GLASS</PartDescription>
			<UnitPrice>55.90</UnitPrice>
			<LineTotal>55.90</LineTotal>
		</DetailLine>
	</DetailLines>
	<Totals>
		<SubTotal>399.28</SubTotal>
		<DiscountTotal>3.50</DiscountTotal>
		<FreightTotal>23.75</FreightTotal>
		<GSTTotal>29.61</GSTTotal>
		<ProvTaxTotal>33.84</ProvTaxTotal>
		<OtherTotal>33.84</OtherTotal>
		<InvoiceTotal>486.48</InvoiceTotal>
	</Totals>
</Invoice>

</body>
</biztalk_1>