http://dbai.tuwien.ac.at/proj/arte/GES
element Exclude

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES} (restriction)

Documentation

Allows to specify days to exclude from this collection.

Properties
This component is not nillable.

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


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period.  
DayRangeRange
          A range of days within the planning period. 
WeekDayWeekDay
          Any week day in the planning period.  
Source
<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>


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