Definition Type: ComplexType
Name: RoundingRuleType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: RoundingTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RoundingMethod in schema roundingtypes_xsd Drilldown into resultDigit in schema roundingtypes_xsdXSD Diagram of RoundingRuleType in schema roundingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RoundingRuleType">
    <xsd:sequence>
        <xsd:element name="RoundingMethod" type="RoundingRuleEnumType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="resultDigit" type="xsd:integer" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RoundingMethod hr:RoundingMethod 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
resultDigit hr:resultDigit (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Rounding, hr:TaxRounding