Definition Type: Element
Name: DepositStateCode
Namespace: http://www.irs.gov/efile
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: IRS944.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. 14
Collapse XSD Schema Diagram:
XSD Diagram of DepositStateCode in schema irs944_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>
            <LineNumber>14</LineNumber>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:union memberTypes="StateType MultiStateType" />
    </xsd:simpleType>
</xsd:element>