Definition Type: ComplexType
Name: PrehireRemunerationPackageType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PrehireRemunerationPackage.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Benefits in schema prehireremunerationpackage_xsd Drilldown into OtherPay in schema prehireremunerationpackage_xsd Drilldown into BasePay in schema prehireremunerationpackage_xsdXSD Diagram of PrehireRemunerationPackageType in schema prehireremunerationpackage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PrehireRemunerationPackageType">
    <xsd:sequence>
        <xsd:element name="BasePay" type="BasePayType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OtherPay" type="OtherPayDataType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Benefits" type="BenefitsType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BasePay hr:BasePay 0 unbounded
OtherPay hr:OtherPay 0 unbounded
Benefits hr:Benefits 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:PrehireRemunerationhr:RemunerationPackage,