Definition Type: Element
Name: DepositStateCode
Namespace: http://www.irs.gov/efile
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: IRS941SS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Union
Documentation:
State code for state in which deposits were made but only if is different from the one shown in your address. Enter MU if you deposit in more than one state.
Collapse XSD Schema Diagram:
XSD Diagram of DepositStateCode in schema irs941ss_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="DepositStateCode" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
            <Description>State code for state in which deposits were made but only if is different from the one shown in your address. Enter MU if you deposit in more than one state.</Description>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:union memberTypes="StateType MultiStateType" />
    </xsd:simpleType>
</xsd:element>