Definition Type: ComplexType
Name: IndRemunerationDetailType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: RemunerationInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RemunerationType in schema remunerationinfotypes_xsd Drilldown into PayRateFrequency in schema remunerationinfotypes_xsd Drilldown into PayRate in schema remunerationinfotypes_xsd Drilldown into validTo in schema remunerationinfotypes_xsd Drilldown into validFrom in schema remunerationinfotypes_xsdXSD Diagram of IndRemunerationDetailType in schema remunerationinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndRemunerationDetailType">
    <xsd:sequence>
        <xsd:element name="PayRate" type="IndPayRateType" />
        <xsd:element name="PayRateFrequency" type="IndPayRateFrequencyEnumExtensionType" />
        <xsd:element name="RemunerationType" type="IndRemunerationEnumExtensionType" />
    </xsd:sequence>
    <xsd:attribute name="validFrom" type="LocalDateType" />
    <xsd:attribute name="validTo" type="LocalDateType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayRate hr:PayRate (1) (1)
PayRateFrequency hr:PayRateFrequency (1) (1)
RemunerationType hr:RemunerationType (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)
Collapse Derivation Tree:
Collapse References:
hr:RemunerationDetail