<xsd:element name="NumberOfEmployees" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Number of employees who received wages, tips, or other compensation for the pay period including Mar. 12 (Quarter 1), June 12 (Quarter 2), Sept. 12 (Quarter 3), Dec. 12 (Quarter 4)</Description>
<LineNumber>Part 1 Line 1</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IntegerNNType">
<xsd:totalDigits value="7" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|