http://dbai.tuwien.ac.at/proj/arte/GES
simpleType TimePoint

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://dbai.tuwien.ac.at/proj/arte/GES}TimePoint (restriction)

Documentation

A time point during the day in the format [ddddddd.]hh:mm, e.g. 09:15, can also be used to denote timepoints on following days via the offset at the beginning, e.g. 1.05:30 is 5:30 on the next day.

Properties
This component is not nillable.

Model

([0-9]{1,7}\.)?([01]?[0-9]|2[0-3]):[0-5]?[0-9]


Source
<xs:simpleType name="TimePoint">
<xs:restriction base="xs:string">
<xs:pattern value="([0-9]{1,7}\.)?([01]?[0-9]|2[0-3]):[0-5]?[0-9]"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.