Definition Type: ComplexType
Name: TimeCardPayRateType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Associates billing and/or pay rate information with time worked information reported on a time card.
Collapse XSD Schema Diagram:
Drilldown into PayableIndicator in schema fields_xsd Drilldown into BillableIndicator in schema fields_xsd Drilldown into Markup in schema fields_xsd Drilldown into Multiplier in schema fields_xsd Drilldown into CustomerRateBaseClass in schema fields_xsd Drilldown into CustomerRateClass in schema fields_xsd Drilldown into RateTypeCode in schema fields_xsd Drilldown into PayRateIntervalCode in schema fields_xsd Drilldown into Amount in schema fields_xsd1XSD Diagram of TimeCardPayRateType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TimeCardPayRateType">
    <xsd:annotation>
        <xsd:documentation>Associates billing and/or pay rate information with time worked information reported on a time card.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oa:Amount" minOccurs="0" />
        <xsd:element ref="PayRateIntervalCode" minOccurs="0" />
        <xsd:element ref="RateTypeCode" minOccurs="0" />
        <xsd:element ref="CustomerRateClass" minOccurs="0" />
        <xsd:element ref="CustomerRateBaseClass" minOccurs="0" />
        <xsd:element ref="Multiplier" minOccurs="0" />
        <xsd:element ref="Markup" minOccurs="0" />
        <xsd:element ref="BillableIndicator" minOccurs="0" />
        <xsd:element ref="PayableIndicator" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount oa:Amount 0 (1)
PayRateIntervalCode nsA:PayRateIntervalCode 0 (1)
RateTypeCode nsA:RateTypeCode 0 (1)
CustomerRateClass nsA:CustomerRateClass 0 (1)
CustomerRateBaseClass nsA:CustomerRateBaseClass 0 (1)
Multiplier nsA:Multiplier 0 (1)
Markup nsA:Markup 0 (1)
BillableIndicator nsA:BillableIndicator 0 (1)
PayableIndicator nsA:PayableIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:TimeCardPayRate