Definition Type: SimpleType
Name: PaymentInstrumentEnum
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDirectory.xsd
Documentation:
The OFX element "PMTINSTRUMENTENUM" is of type "PaymentInstrumentEnum"
Collapse XSD Schema Diagram:
XSD Diagram of PaymentInstrumentEnum in schema ofx_billerdirectory_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="PaymentInstrumentEnum">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PMTINSTRUMENTENUM" is of type "PaymentInstrumentEnum"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:whiteSpace value="collapse" />
        <xsd:enumeration value="CONCENTRATOR" />
        <xsd:enumeration value="CHECKINGACCOUNT" />
        <xsd:enumeration value="CREDITCARD" />
        <xsd:enumeration value="ECOIN" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration CONCENTRATOR
Enumeration CHECKINGACCOUNT
Enumeration CREDITCARD
Enumeration ECOIN
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:PMTINSTRUMENTTYPE