Definition Type: ComplexType
Name: PaymentType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Describes a payment either as an amount or a percentage.
Collapse XSD Schema Diagram:
Drilldown into PaymentPercentage in schema components_xsd Drilldown into Amount in schema fields_xsd1 Drilldown into PaymentTypeCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of PaymentType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentType">
    <xsd:annotation>
        <xsd:documentation>Describes a payment either as an amount or a percentage.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="PaymentTypeCode" minOccurs="0" />
        <xsd:element ref="oa:Amount" minOccurs="0" />
        <xsd:element ref="PaymentPercentage" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
PaymentTypeCode nsA:PaymentTypeCode 0 (1)
Amount oa:Amount 0 (1)
PaymentPercentage nsA:PaymentPercentage 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Payment