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

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

Documentation

Single days can either be specified using a date (only if the start and end date of the scheduling period are given) or as an index of the day within the scheduling period (the 1st day has index 0).

Properties
This component is not nillable.

Model

(xs:date xs:integer)

Source
<xs:simpleType name="DateOrDay">
<xs:union memberTypes="xs:date xs:integer"/>
</xs:simpleType>


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