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

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}WorkloadType (extension)

Properties
This component is not nillable.

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


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
WeightedTimeSpanMax
          The minimum amount of time worked.  
WeightedTimeSpanMin
          The maximum amount of time worked.  
DateOrDayStartDay
          The start day of the range, inclusive. 
WorkUnitUnit
          Can have the value "ShiftLength" (count all time including breaks), or "WorkTime" (count only actual working time). 
Source
<xs:complexType name="WorkloadType">
<xs:complexContent>
<xs:extension base="DayRange">
<xs:sequence>
<xs:element minOccurs="0" name="Min" type="WeightedTimeSpan">
</xs:element>
<xs:element minOccurs="0" name="Max" type="WeightedTimeSpan">
</xs:element>
<xs:element minOccurs="0" name="Unit" type="WorkUnit">
</xs:element>
</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.