Definition Type: Element
Name: RemunerationInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Benefits in schema newhire_xsd Drilldown into OtherPay in schema newhire_xsd Drilldown into BasePay in schema newhire_xsdXSD Diagram of RemunerationInfo in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="RemunerationInfo">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="BasePay" minOccurs="0">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:decimal">
                            <xsd:attribute name="currencyCode" type="CurrencyCodeType" />
                            <xsd:attribute name="baseInterval" type="FrequencyType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OtherPay" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:decimal">
                            <xsd:attribute name="currencyCode" type="CurrencyCodeType" />
                            <xsd:attribute name="baseInterval" type="FrequencyType" />
                            <xsd:attribute name="type" type="OtherPayTypeTypes" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Benefits" type="BenefitsType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BasePay hr:BasePay 0 (1)
OtherPay hr:OtherPay 0 unbounded
Benefits hr:Benefits 0 (1)