Definition Type: ComplexType
Name: PayrollDeductionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PayrollFrequencyCode in schema components_xsd Drilldown into PayrollTypeString in schema components_xsd Drilldown into PayrollLocation in schema components_xsd Drilldown into AlternatePartyDocument in schema components_xsd Drilldown into SpecifiedPerson in schema components_xsdXSD Diagram of PayrollDeductionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PayrollDeductionType">
    <xsd:sequence>
        <xsd:element ref="SpecifiedPerson">
            <xsd:annotation>
                <xsd:documentation>This component is used to communicate the person�¢??s name information associated with the application.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AlternatePartyDocument">
            <xsd:annotation>
                <xsd:documentation>This component represents identification information for the business party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PayrollLocation" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>If the applicant is an employee of an OEM, finance source, etc., this code is used to differentiate between OEM, finance source, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PayrollTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>Indicates the type of payroll, e.g. salaried, hourly, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PayrollFrequencyCode" type="scl:PayrollFrequencyEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>Indicates how often the applicant is paid. HR = Hour, WK = Week, BWM = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecifiedPerson star:SpecifiedPerson (1) (1)
AlternatePartyDocument star:AlternatePartyDocument 0 unbounded
PayrollLocation star:PayrollLocation 0 (1)
PayrollTypeString star:PayrollTypeString 0 (1)
PayrollFrequencyCode star:PayrollFrequencyCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PayrollDeduction