File: simple6a.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<customers>
  <count>4</count>
  <customerA repeat-customer="true" state="WA" zip="98059" customer-id="12345"
    order-count="3"/>
  <customerA repeat-customer="false" state="WA" zip="98059" customer-id="83838"/>
  <customerB repeat-customer="true" state="WA" zip="98095">
    <customer-id>12346</customer-id>
    <name first-name="Larry" last-name="Adams"/>
    <order-count>4</order-count>
  </customerB>
  <customerB repeat-customer="true" state="WA" zip="98095" discount="0.9">
    <customer-id>83222</customer-id>
    <name first-name="Gary" last-name="Adams"/>
    <order-count>2</order-count>
  </customerB>
</customers>