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

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

Documentation

A common type for counter constraints representing either total or consecutive working weekends.

Properties
This component is not nillable.

Model
<...>
(StartDay?, EndDay? ) (Min | Max)+
</...>


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
WeightedIntegerMax
          The maximum length or count.  
WeightedIntegerMin
          The minimum length or count.  
DateOrDayStartDay
          The start day of the range, inclusive. 
Source
<xs:complexType name="WeekendSequenceCount">
<xs:complexContent>
<xs:extension base="DayRange">
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Max" type="WeightedInteger">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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