Definition Type: Element
Name: TotalMonthLiability
Namespace: http://www.irs.gov/efile
Type: nsA:DecimalPosType
Containing Schema: IRS941ScheduleB.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Parts A, B, C - Total tax liability for the specified month of quarter Total Month Liability amounts must be greater than zero A,B,C
Collapse XSD Schema Diagram:
XSD Diagram of TotalMonthLiability in schema irs941scheduleb_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxInclusive +9999999999999.99
TotalDigits 15
Collapse Derivation Tree: