<xsd:complexType name="StaffingOvertimeType">
<xsd:annotation>
<xsd:documentation>A description of overtime requirements associated with a staffing assignment: an indicator as to whether or not overtime is mandatory; the number of estimated or expected hours overtime.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="MandatoryIndicator" minOccurs="0" />
<xsd:element ref="HoursMeasure" minOccurs="0" />
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|