<xsd:element name="CobraAssistance" minOccurs="0">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
<Description>COBRA assistance payments and number of employees receiving assistance</Description>
<LineNumber>Part 1 Lines 9a, 9b</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Total Cobra Payments -->
<xsd:element name="CobraPremiumPayments">
<xsd:annotation>
<xsd:documentation>
<Description>Total COBRA premium assistance payments you paid</Description>
<LineNumber>Part 1 Line 9a</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalPosType">
<xsd:maxInclusive value="+9999999999999.99" />
<xsd:totalDigits value="15" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<!-- Total Number Of Recipients Receiving Assistance -->
<xsd:element name="NumberOfRecipients">
<xsd:annotation>
<xsd:documentation>
<Description>Number of recipients who received COBRA premium assistance payments reported on line 9a</Description>
<LineNumber>Part 1 Line 9b</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IntegerPosType">
<xsd:totalDigits value="7" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|