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

Documentation

Shift types can be placed in groups to be easily referenced in other constraints.

Properties
This component is not nillable.

Model
<ShiftGroups>
ShiftGroup+
</ShiftGroups>


Nested Element Summary
 ShiftGroup
          A group of shift types. 
Source
<xs:element name="ShiftGroups">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="ShiftGroup">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Shift" type="ID">
</xs:element>
</xs:choice>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</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.