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

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

Documentation

This type provides a range of days in the planning period.

Properties
This component is not nillable.

Model
<...>
(StartDay?, EndDay? )
</...>


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
DateOrDayStartDay
          The start day of the range, inclusive. 
Source
<xs:complexType name="DayRange">
<xs:sequence>
<xs:element minOccurs="0" name="StartDay" type="DateOrDay">
</xs:element>
<xs:element minOccurs="0" name="EndDay" type="DateOrDay">
</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.