File: data.xml

package info (click to toggle)
python-xmlschema 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,208 kB
  • sloc: python: 39,174; xml: 1,282; makefile: 36
file content (18 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<ns:data xmlns:ns="ns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="ns ./simple-types.xsd">
    <decimal_value>1</decimal_value>
    <certification Year="1999">ISO-9001</certification>
    <certification Year="2009">ISO-27001</certification>
    <menù>baccalà mantecato</menù>
    <complex_boolean Type="2">true</complex_boolean>
    <complex_boolean Type="1">false</complex_boolean>
    <complex_boolean>true</complex_boolean>
    <complex_boolean>false</complex_boolean>
    <simple_boolean>true</simple_boolean>
    <simple_boolean>false</simple_boolean>
    <date_and_time>2020-03-05T23:04:10.047</date_and_time>
    <hexbin>AABBCCDD</hexbin>
    <list_of_floats>INF -INF</list_of_floats>
    <qname>ns:foo</qname>
</ns:data>