Definition Type: ComplexType
Name: SecurityRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_SecuritiesList_Messages.xsd
Abstract
Documentation:
The OFX element "SECRQ" is of type "SecurityRequest"
Collapse XSD Schema Diagram:
Drilldown into FIID in schema ofx_securitieslist_messages_xsd Drilldown into TICKER in schema ofx_securitieslist_messages_xsd Drilldown into SECID in schema ofx_securitieslist_messages_xsdXSD Diagram of SecurityRequest in schema ofx_securitieslist_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SecurityRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SECRQ" is of type "SecurityRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="SECID" type="ofx:SecurityId" />
        <xsd:element name="TICKER" type="ofx:TickerType" />
        <xsd:element name="FIID" type="ofx:FinancialInstitutionIdType" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SECID ofx:SECID (1) (1)
TICKER ofx:TICKER (1) (1)
FIID ofx:FIID (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SECRQ