File: data3.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 (13 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>abc</decimal_value>
    <celsiusBodyTemp>37.0</celsiusBodyTemp>
    <celsiusBodyTemp>zero</celsiusBodyTemp>
    <celsiusBodyTemp>500.00</celsiusBodyTemp>
    <celsiusBodyTemp>50000.0</celsiusBodyTemp>
    <certification Year="1999">ISO-9001</certification>
    <certification Year="2009">ISO-27001</certification>
    <menù>baccalà mantecato</menù>
    <date_and_time> 2017-10-21T13:00:00 </date_and_time>
</ns:data>