Definition Type: Element
Name: CODE
Namespace: http://ofx.net/types/2003/04
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OFX_TaxW2.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of CODE in schema ofx_taxw2_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 2
MinLength 1
Whitespace Collapse