<xsd:complexType name="ExemptionType">
<xsd:sequence>
<!-- Fringe Benefits Exemption Checkbox -->
<xsd:element name="FringeBenefits" type="CheckboxType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Indicates the exemption was for Fringe Benefits</Description>
<LineNumber>Part 2 Line 4a</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Group Term Life Insurance Exemption Checkbox -->
<xsd:element name="GroupTermLifeIns" type="CheckboxType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Indicates the exemption was for Group Term Life Insurance</Description>
<LineNumber>Part 2 Line 4b</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Retirement Pension Exemption Checkbox -->
<xsd:element name="RetirementPension" type="CheckboxType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Indicates the exemption was for Retirement Pension</Description>
<LineNumber>Part 2 Line 4c</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Dependent Care Exemption Checkbox -->
<xsd:element name="DependentCare" type="CheckboxType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Indicates the exemption was for Dependent Care</Description>
<LineNumber>Part 2 Line 4d</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Other Exemption Checkbox -->
<xsd:element name="OtherExemption" type="CheckboxType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Indicates the exemption was for a category not listed</Description>
<LineNumber>Part 2 Line 4e</LineNumber>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|