Definition Type: ComplexType
Name: OFXHeaderMessage
Namespace: http://ofx.net/types/2003/04
Type: ofx:HeaderMessage
Containing Schema: OFX_TypeDefinitions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NEWFILEUID in schema ofx_typedefinitions_xsd Drilldown into OLDFILEUID in schema ofx_typedefinitions_xsd Drilldown into SECURITY in schema ofx_typedefinitions_xsd Drilldown into VERSION in schema ofx_typedefinitions_xsd Drilldown into OFXHEADER in schema ofx_typedefinitions_xsd Drilldown into HeaderMessage in schema ofx_messages_xsdXSD Diagram of OFXHeaderMessage in schema ofx_typedefinitions_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="OFXHeaderMessage">
    <xsd:complexContent>
        <xsd:extension base="ofx:HeaderMessage">
            <xsd:sequence>
                <xsd:element name="OFXHEADER" type="xsd:string" />
                <xsd:element name="VERSION" type="xsd:string" />
                <xsd:element name="SECURITY" type="ofx:SecurityEnum" />
                <xsd:element name="OLDFILEUID" type="xsd:string" />
                <xsd:element name="NEWFILEUID" type="xsd:string" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OFXHEADER ofx:OFXHEADER (1) (1)
VERSION ofx:VERSION (1) (1)
SECURITY ofx:SECURITY (1) (1)
OLDFILEUID ofx:OLDFILEUID (1) (1)
NEWFILEUID ofx:NEWFILEUID (1) (1)
Collapse Derivation Tree: