Definition Type: Attribute
Name: liabilityMonth
Namespace: http://www.irs.gov/efile
Type: nsA:IntegerPosType
Containing Schema: IRS941ScheduleB.xsd
ContentType Restriction
Use Required
Documentation:
Month of Quarter number. Use 1, 2, or 3, as appropriate, in order. Do not repeat month number.
Collapse XSD Schema Diagram:
XSD Diagram of liabilityMonth in schema irs941scheduleb_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:attribute name="liabilityMonth" use="required">
    <xsd:annotation>
        <xsd:documentation>
            <Description>Month of Quarter number.  Use 1, 2, or 3, as appropriate, in order. Do not repeat month number.</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IntegerPosType">
            <xsd:maxInclusive value="3" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
MaxInclusive 3
Collapse Derivation Tree: