<xsd:complexType name="TimeCardAllowanceType">
<xsd:annotation>
<xsd:documentation>Allows for the reporting of allowances
that may be associated with the particular time worked. For example, some workers may
be due per diems to cover expenses incurred during an assignment or may receive
allowances to cover the cost of items such as uniforms.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="OrderLineID" minOccurs="0" />
<xsd:element ref="AllowanceTypeCode" minOccurs="0" />
<xsd:element ref="BillableIndicator" minOccurs="0" />
<xsd:element ref="PayableIndicator" minOccurs="0" />
<xsd:element ref="FreeFormEffectivePeriod" minOccurs="0" />
<xsd:element ref="oa:Amount" minOccurs="0" />
<xsd:element ref="PayRateIntervalCode" minOccurs="0" />
<xsd:element ref="oa:Quantity" minOccurs="0" />
<xsd:element ref="Submitter" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Approver" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TimeWorkedRounding" minOccurs="0" />
<xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|