http://dbai.tuwien.ac.at/proj/arte/GES
complexType DayCollection

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

Documentation

This type provides different variants to specify a collection of days within the planning horizon.

Properties
This component is not nillable.

Model
<...>
((Day | WeekDay | Range)* , Exclude )
</...>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period.  
 Exclude
          Allows to specify days to exclude from this collection.  
DayRangeRange
          A range of days within the planning period. 
WeekDayWeekDay
          Any week day in the planning period.  
Source
<xs:complexType name="DayCollection">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Day" type="DateOrDay">
</xs:element>
<xs:element name="WeekDay" type="WeekDay">
</xs:element>
<xs:element name="Range" type="DayRange">
</xs:element>
</xs:choice>
<xs:element minOccurs="0" name="Exclude">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Day" type="DateOrDay">
</xs:element>
<xs:element name="WeekDay" type="WeekDay">
</xs:element>
<xs:element name="Range" type="DayRange">
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>


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