Definition Type: ComplexType
Name: PayrollAmountType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmountLimit in schema payrollinstructions_xsd Drilldown into AmountValue in schema payrollinstructions_xsd Drilldown into AmountEndDate in schema payrollinstructions_xsd Drilldown into AmountStartDate in schema payrollinstructions_xsd Drilldown into currency in schema payrollinstructions_xsd Drilldown into count in schema payrollinstructions_xsd Drilldown into duration in schema payrollinstructions_xsdXSD Diagram of PayrollAmountType in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PayrollAmountType">
    <xsd:sequence>
        <xsd:element name="AmountStartDate" type="LocalDateType" />
        <xsd:element name="AmountEndDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="AmountValue" type="CalculatedValueType" />
        <xsd:element name="AmountLimit" type="PayrollLimitType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="duration" type="PayrollAmountDurationType" />
    <xsd:attribute name="count" type="xsd:integer" />
    <xsd:attribute name="currency" type="CurrencyCodeType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AmountStartDate hr:AmountStartDate (1) (1)
AmountEndDate hr:AmountEndDate 0 (1)
AmountValue hr:AmountValue (1) (1)
AmountLimit hr:AmountLimit 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
duration hr:duration (Optional)
count hr:count (Optional)
currency hr:currency (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Amount, hr:Amount