Definition Type: Element
Name: InheritanceAmount
Namespace: http://www.hr-xml.org/3
Type: oa:AmountType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currencyID in schema unqualifieddatatypes_xsd Drilldown into AmountType in schema unqualifieddatatypes_xsd Drilldown into AmountType in schema fields_xsd1 Drilldown into inheritanceType in schema components_xsdXSD Diagram of InheritanceAmount in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="InheritanceAmount">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="oa:AmountType">
                <xsd:attribute name="inheritanceType" type="InheritanceAmountContentType" use="required" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
currencyID udt:currencyID Required
inheritanceType nsA:inheritanceType Required
Collapse Derivation Tree: