http://dbai.tuwien.ac.at/proj/arte/GES
group DayOptions

Documentation

Provides a set of options to specify either a specific day, a week day or an arbitrary collection of days.

Properties
This component is not nillable.

Model

(Day | WeekDay | Days)


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:group name="DayOptions">
<xs:choice>
<xs:element name="Day" type="DateOrDay">
</xs:element>
<xs:element name="WeekDay" type="WeekDay">
</xs:element>
<xs:element name="Days" type="DayCollection">
</xs:element>
</xs:choice>
</xs:group>


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