<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>
|