File: data4-mixed.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-- 480 bytes parent folder | download | duplicates (3)
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 ./mixed-content.xsd">
    A decimal value:
    <decimal_value>10.0</decimal_value>
    A datetime value:
    <date_and_time> 2017-10-21T13:00:00 </date_and_time>  <!-- spaces are collapsed -->
    A boolean value:
    <boolean_value>true</boolean_value>
    A string:
    <string_value>abc</string_value>
    End of data
</ns:data>