Definition Type: ComplexType
Name: Codes
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_TaxW2.xsd
Abstract
Documentation:
The OFX element "CODES" is of type "Codes"
Collapse XSD Schema Diagram:
Drilldown into CODEAMOUNT in schema ofx_taxw2_xsd Drilldown into CODE in schema ofx_taxw2_xsdXSD Diagram of Codes in schema ofx_taxw2_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Codes">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CODES" is of type "Codes"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CODE">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="2" />
                    <xsd:minLength value="1" />
                    <xsd:whiteSpace value="collapse" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="CODEAMOUNT" type="ofx:AmountType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CODE ofx:CODE (1) (1)
CODEAMOUNT ofx:CODEAMOUNT (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:CODES, ofx:CODES