Definition Type: ComplexType
Name: DistributionMethodType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DistributionYear in schema fields_xsd Drilldown into DistributionPeriod in schema components_xsd Drilldown into InstallmentNumber in schema fields_xsd Drilldown into LumpSumIndicator in schema fields_xsdXSD Diagram of DistributionMethodType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DistributionMethodType">
    <xsd:sequence>
        <xsd:element ref="LumpSumIndicator" minOccurs="0" />
        <xsd:element ref="InstallmentNumber" minOccurs="0" />
        <xsd:element ref="DistributionPeriod" minOccurs="0" />
        <xsd:element ref="DistributionYear" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LumpSumIndicator nsA:LumpSumIndicator 0 (1)
InstallmentNumber nsA:InstallmentNumber 0 (1)
DistributionPeriod nsA:DistributionPeriod 0 (1)
DistributionYear nsA:DistributionYear 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DistributionMethod