-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SampleOrder.tag
7 lines (7 loc) · 1.05 KB
/
SampleOrder.tag
1
2
3
4
5
6
7
# This is an example for a valid TAG file. Every line consists of one order, there are no nested parameters.
# Keywords supported: ItemNumber, ItemName, CustomerName, CustomerType, AmountOrdered, UnitPrice
<ItemNumber>1</ItemNumber><ItemName>Burger</ItemName><CustomerName>James T. Kirk</CustomerName><AmountOrdered>2</AmountOrdered><UnitPrice>8.00</UnitPrice>
<ItemNumber>2</ItemNumber><ItemName>IceCream</ItemName><CustomerName>S'chn T'gai Spock</CustomerName><AmountOrdered>7</AmountOrdered><UnitPrice>4.50</UnitPrice>
<ItemNumber>3</ItemNumber><ItemName>Bread</ItemName><CustomerName>Siemens AG</CustomerName><CustomerType>Company</CustomerType><AmountOrdered>6</AmountOrdered><UnitPrice>0.99</UnitPrice>
<ItemNumber>5</ItemNumber><ItemName>Chocolate</ItemName><CustomerName>David</CustomerName><CustomerType>Student</CustomerType><AmountOrdered>3</AmountOrdered><UnitPrice>3.50</UnitPrice>
<ItemNumber>2</ItemNumber><ItemName>IceCream</ItemName><CustomerName>David</CustomerName><CustomerType>Student</CustomerType><AmountOrdered>1</AmountOrdered><UnitPrice>4.50</UnitPrice>