Definition Type: ComplexType
Name: StateInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_TaxW2.xsd
Abstract
Documentation:
The OFX element "STATEINFO" is of type "StateInfo"
Collapse XSD Schema Diagram:
Drilldown into STATETAXWH in schema ofx_taxw2_xsd Drilldown into STATEWAGES in schema ofx_taxw2_xsd Drilldown into EMPLOYERSTID in schema ofx_taxw2_xsd Drilldown into STATECODE in schema ofx_taxw2_xsdXSD Diagram of StateInfo in schema ofx_taxw2_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StateInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STATEINFO" is of type "StateInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="STATECODE" type="ofx:StateCodeType" />
        <xsd:element name="EMPLOYERSTID" type="ofx:IdType" minOccurs="0" />
        <xsd:element name="STATEWAGES" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="STATETAXWH" type="ofx:AmountType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
STATECODE ofx:STATECODE (1) (1)
EMPLOYERSTID ofx:EMPLOYERSTID 0 (1)
STATEWAGES ofx:STATEWAGES 0 (1)
STATETAXWH ofx:STATETAXWH 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STATEINFO, ofx:STATEINFO