File: test.xml

package info (click to toggle)
dom4j 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,332 kB
  • sloc: java: 26,365; xml: 24,952; makefile: 8
file content (45 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<records 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:noNamespaceSchemaLocation='test.xsd'>

  <record id="foo">
    <durationTag>P1Y2M3DT10H30M</durationTag>
    <dateTag>1999-05-03</dateTag>
    <timeTag>00:00:00</timeTag>
    <dateTimeTag>1999-05-31T13:20:00-05:00</dateTimeTag>
    <gYearMonthTag>1999-05</gYearMonthTag>
    <gYearTag>1999</gYearTag>

    <gMonthDayTag>--12-25</gMonthDayTag>
    <gDayTag>---15</gDayTag>
    <gMonthTag>--10--</gMonthTag>

    <booleanTag>true</booleanTag>
    <base64BinaryTag>cafebabe</base64BinaryTag>
    <hexBinaryTag>cafebabe</hexBinaryTag>
    <floatTag>123.45</floatTag>
    <doubleTag>123.45</doubleTag>

    <decimalTag>123</decimalTag>
    <integerTag>123</integerTag>

    <nonPositiveIntegerTag>-123</nonPositiveIntegerTag>
    <negativeIntegerTag>-123</negativeIntegerTag>

    <longTag>12345678901234</longTag>
    <intTag>12345</intTag>
    <shortTag>1234</shortTag>
    <byteTag>123</byteTag>

    <nonNegativeIntegerTag>123</nonNegativeIntegerTag>
    <unsignedLongTag>123</unsignedLongTag>
    <unsignedIntTag>123</unsignedIntTag>
    <unsignedShortTag>123</unsignedShortTag>
    <unsignedByteTag>123</unsignedByteTag>

    <positiveIntegerTag>123</positiveIntegerTag>

  </record>

</records>