Definition Type: ComplexType
Name: PaymentInstrument
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDirectory.xsd
Abstract
Documentation:
The OFX element "PAYMENTINSTRUMENT" is of type "PaymentInstrument"
Collapse XSD Schema Diagram:
Drilldown into BRAND in schema ofx_billerdirectory_xsd Drilldown into PMTINSTRUMENTTYPE in schema ofx_billerdirectory_xsdXSD Diagram of PaymentInstrument in schema ofx_billerdirectory_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentInstrument">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PAYMENTINSTRUMENT" is of type "PaymentInstrument"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PMTINSTRUMENTTYPE" type="ofx:PaymentInstrumentEnum" />
        <xsd:element name="BRAND" type="ofx:GenericNameType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PMTINSTRUMENTTYPE ofx:PMTINSTRUMENTTYPE (1) (1)
BRAND ofx:BRAND 0 1
Collapse Derivation Tree:
Collapse References:
ofx:PAYMENTINSTRUMENT