Name
xs:time — Point in time recurring each day.
Derived from:
xs:anySimpleType
Primary:
xs:time
Known subtypes:
none
Facets:
xs:enumeration, xs:maxExclusive, xs:maxInclusive, xs:minExclusive, xs:minInclusive, xs:pattern, xs:whiteSpace
<xs:simpleType name="time" id="time"> <xs:restriction base="xs:anySimpleType"> <xs:whiteSpace value="collapse" fixed="true"/> </xs:restriction> </xs:simpleType>
Description
The lexical space of xs:time
is identical to the
time part of xs:dateTime
(“hh:mm:ss[Z|(+|-)hh:mm]”); and its
value space is the set of points in time recurring daily.
Restrictions
The period (one day) is fixed and no calendars other than the Gregorian are supported.
Example
Valid values include "21:32:52"
,
"21:32:52+02:00"
, "19:32:52Z"
,
"19:32:52+00:00"
, or
"21:32:52.12679"
.
Invalid values include "21:32"
(all the parts must
be specified), "25:25:10"
(the hour part is out of
range), "-10:00:00"
(the hour part is out of
range), or "1:20:10"
(all the digits must be
supplied).
Get XML Schema now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.