Definition Type: ComplexType
Name: PayrollLimitType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LimitMinValue in schema payrollinstructions_xsd Drilldown into LimitMaxValue in schema payrollinstructions_xsd Drilldown into type in schema payrollinstructions_xsdXSD Diagram of PayrollLimitType in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PayrollLimitType">
    <xsd:sequence>
        <xsd:element name="LimitMaxValue" type="xsd:decimal" />
        <xsd:element name="LimitMinValue" type="xsd:decimal" />
    </xsd:sequence>
    <xsd:attribute name="type" type="PayrollLimitTypes" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LimitMaxValue hr:LimitMaxValue (1) (1)
LimitMinValue hr:LimitMinValue (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:AmountLimit