Definition Type: ComplexType
Name: MultiplierType
Namespace: http://www.hr-xml.org/3
Type: oa:NumericType
Containing Schema: Fields.xsd
Abstract
Documentation:
A coefficient. A constant multiplicative factor. Multipliers typically apply to a billing our remuneration rate.
Collapse XSD Schema Diagram:
Drilldown into typeCode in schema fields_xsdXSD Diagram of MultiplierType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MultiplierType">
    <xsd:annotation>
        <xsd:documentation>A coefficient. A constant multiplicative factor. Multipliers typically apply to a billing our remuneration rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oa:NumericType">
            <xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Multiplier