Definition Type: Attribute
Name: inheritanceType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: USRateBasedCoverage.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of inheritanceType in schema usratebasedcoverage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:attribute name="inheritanceType" use="required">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Percentage" />
            <xsd:enumeration value="MonetaryAmount" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration Percentage
Enumeration MonetaryAmount