http://dbai.tuwien.ac.at/proj/arte/GES
simpleType WorkUnit

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

Documentation

Specifies whether constraints counting working time should also count breaks (ShiftLength), or only actual time spent working (WorkLength). Both options are case-insensitive. Default: WorkTime.

Properties
This component is not nillable.

Model

([Ss][Hh][Ii][Ff][Tt][Ll][Ee][Nn][Gg][Tt][Hh])|([Ww][Oo][Rr][Kk][Tt][Ii][Mm][Ee])


Source
<xs:simpleType name="WorkUnit">
<xs:restriction base="xs:string">
<xs:pattern value="([Ss][Hh][Ii][Ff][Tt][Ll][Ee][Nn][Gg][Tt][Hh])|([Ww][Oo][Rr][Kk][Tt][Ii][Mm][Ee])"/>
</xs:restriction>
</xs:simpleType>


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