File: simple2d.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 (24 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<customer>
  <name>
    <first-and-last>
      <can-be-any element="true"/>
      <last-name>Poincaré</last-name>
      <anyting>Anything at all</anyting>
      <first-name>Émile</first-name>
      <nothing/>
      <something>
        <with>with</with>
        <multiple>multiple</multiple>
        <layers text="layers">
          <of text="of"><children>children</children></of>
        </layers>
      </something>
    </first-and-last>
  </name>
  <street1>rte st Antoine de Ginestière</street1>
  <city>Paris</city>
  <state>FR</state>
  <zip>98059</zip>
  <phone>01 44 27 67 93</phone>
</customer>