1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/schemas/dur_0.xml
Daniel Veillard d3b9cd88d5 update from Charles Bozeman for date and duration types updated too Daniel
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
  update from Charles Bozeman for date and duration types
* test/schemas/date_0.* test/schemas/dur_0.*
  result/schemas/date_0.* result/schemas/dur_0.*: updated too
Daniel
2003-04-09 11:24:17 +00:00

14 lines
322 B
XML

<?xml version="1.0"?>
<duration>
<second1>PT0.9S</second1>
<second2>PT0.1S</second2>
<second2>PT0.999999S</second2>
<month1>P0Y27D</month1>
<month1>P27DT23H59M59S</month1>
<month2>P0Y</month2>
<year1>P367DT23H59M59S</year1>
<year1>P13M</year1>
<year2>P12M</year2>
<month3>PT86399S</month3>
</duration>