Definition Type: ComplexType
Name: TimeCardAllowanceType
Namespace: http://www.hr-xml.org/3
Containing Schema: TimeCard.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into TimeWorkedRounding in schema components_xsd Drilldown into Approver in schema components_xsd Drilldown into Submitter in schema components_xsd Drilldown into Quantity in schema fields_xsd1 Drilldown into PayRateIntervalCode in schema fields_xsd Drilldown into Amount in schema fields_xsd1 Drilldown into FreeFormEffectivePeriod in schema components_xsd Drilldown into PayableIndicator in schema fields_xsd Drilldown into BillableIndicator in schema fields_xsd Drilldown into AllowanceTypeCode in schema fields_xsd Drilldown into OrderLineID in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of TimeCardAllowanceType in schema timecard_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
OrderLineID nsA:OrderLineID 0 (1)
AllowanceTypeCode nsA:AllowanceTypeCode 0 (1)
BillableIndicator nsA:BillableIndicator 0 (1)
PayableIndicator nsA:PayableIndicator 0 (1)
FreeFormEffectivePeriod nsA:FreeFormEffectivePeriod 0 (1)
Amount oa:Amount 0 (1)
PayRateIntervalCode nsA:PayRateIntervalCode 0 (1)
Quantity oa:Quantity 0 (1)
Submitter nsA:Submitter 0 unbounded
Approver nsA:Approver 0 unbounded
TimeWorkedRounding nsA:TimeWorkedRounding 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Allowance