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

Documentation

A group of shift types.

Properties
This component is not nillable.

Model
<ShiftGroup
  ID = ID>
Shift+
</ShiftGroup>


Nested Element Summary
IDShift
          

Attribute Summary
 IDID
          A unique ID for this shift group.  

Attribute Detail

ID

A unique ID for this shift group.

Type:
ID
Use:
required
Form:
unqualified

Source
<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>


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