File: simple6b.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (24 lines) | stat: -rw-r--r-- 759 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<customers>
  <count>4</count>
  <customerA>
    <wrapper repeat-customer="true" state="WA" zip="98059" customer-id="12345"
      order-count="3"/>
  </customerA>
  <customerA>
    <wrapper repeat-customer="false" state="WA" zip="98059" customer-id="83838"/>
  </customerA>
  <customerB>
    <wrapper repeat-customer="true" state="WA" zip="98095">
      <customer-id>12346</customer-id>
      <name first-name="Larry" last-name="Adams"/>
      <order-count>4</order-count>
    </wrapper>
  </customerB>
  <customerB>
    <wrapper 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>
    </wrapper>
  </customerB>
</customers>