<xsd:element name="TotalMonthLiability">
<xsd:annotation>
<xsd:documentation>
<Description>Parts A, B, C - Total tax liability for the specified month of quarter</Description>
<Description>Total Month Liability amounts must be greater than zero</Description>
<LineNumber>A,B,C</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>
|