Definition Type: Element
Name: RoundingElements
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: RoundingTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TimeRounding in schema roundingtypes_xsd Drilldown into Rounding in schema roundingtypes_xsdXSD Diagram of RoundingElements in schema roundingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="RoundingElements">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Rounding" type="RoundingRuleType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:sequence />
            <xsd:element name="TimeRounding" type="TimeRoundingRuleType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Rounding hr:Rounding 0 unbounded
TimeRounding hr:TimeRounding 0 unbounded