Definition Type: Element
Name: TimeInterval
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: RoundingTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into unitOfTime in schema roundingtypes_xsd Drilldown into roundingMethod in schema roundingtypes_xsdXSD Diagram of TimeInterval in schema roundingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TimeInterval" minOccurs="0">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:decimal">
                <xsd:attribute name="roundingMethod" type="RoundingRuleEnumType" />
                <xsd:attribute name="unitOfTime" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
roundingMethod hr:roundingMethod (Optional)
unitOfTime hr:unitOfTime (Optional)