Definition Type: ComplexType
Name: OtherPayDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PrehireRemunerationPackage.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema prehireremunerationpackage_xsd Drilldown into OtherPayCalculation in schema prehireremunerationpackage_xsd Drilldown into OtherPayAmountMax in schema prehireremunerationpackage_xsd Drilldown into OtherPayAmountMin in schema prehireremunerationpackage_xsd Drilldown into otherPayType in schema prehireremunerationpackage_xsd Drilldown into otherInterval in schema prehireremunerationpackage_xsd Drilldown into currencyCode in schema prehireremunerationpackage_xsdXSD Diagram of OtherPayDataType in schema prehireremunerationpackage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OtherPayDataType">
    <xsd:sequence>
        <xsd:element name="OtherPayAmountMin" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="OtherPayAmountMax" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="OtherPayCalculation" type="xsd:string" minOccurs="0" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="currencyCode" type="CurrencyCodeType" />
    <xsd:attribute name="otherInterval" type="OtherIntervalType" />
    <xsd:attribute name="otherPayType" type="OtherPayTypeTypes" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherPayAmountMin hr:OtherPayAmountMin 0 (1)
OtherPayAmountMax hr:OtherPayAmountMax 0 (1)
OtherPayCalculation hr:OtherPayCalculation 0 (1)
Comments hr:Comments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
currencyCode hr:currencyCode (Optional)
otherInterval hr:otherInterval (Optional)
otherPayType hr:otherPayType (Optional)
Collapse Derivation Tree:
Collapse References:
hr:OtherPay