xmlclass/po.xml
author laurent
Sun, 08 Jan 2012 19:16:58 +0100
changeset 616 8a60ffcfd70b
parent 151 aaa80b48bead
permissions -rwxr-xr-x
Adding support for drag'n dropping variable from global defined in configurations and resources to POU variable panel or body editor for declaring external variables
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
151
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     1
<?xml version="1.0"?>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     2
<purchaseOrder orderDate="1999-10-20">
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     3
  <shipTo country="US">
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     4
    <name>Alice Smith</name>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     5
    <street>123 Maple Street</street>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     6
    <city>Mill Valley</city>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     7
    <state>CA</state>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     8
    <zip>90952</zip>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
     9
  </shipTo>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    10
  <billTo country="US">
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    11
    <name>Robert Smith</name>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    12
    <street>8 Oak Avenue</street>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    13
    <city>Old Town</city>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    14
    <state>PA</state>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    15
    <zip>95819</zip>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    16
  </billTo>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    17
  <comment>Hurry, my lawn is going wild!</comment>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    18
  <items>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    19
    <item partNum="872-AA">
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    20
      <productName>Lawnmower</productName>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    21
      <quantity>1</quantity>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    22
      <USPrice>148.95</USPrice>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    23
      <comment>Confirm this is electric</comment>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    24
    </item>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    25
    <item partNum="926-AA">
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    26
      <productName>Baby Monitor</productName>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    27
      <quantity>1</quantity>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    28
      <USPrice>39.98</USPrice>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    29
      <shipDate>1999-05-21</shipDate>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    30
    </item>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    31
  </items>
aaa80b48bead Adding support for the new version of xmlclass
lbessard
parents:
diff changeset
    32
</purchaseOrder>