Definition Type: ComplexType
Name: CreditcardRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX2_Protocol.xsd
Abstract
Documentation:
The OFX element "CREDITCARDMSGSRQV1" is of type "CreditcardRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into CCSTMTENDTRNRQ in schema ofx2_protocol_xsd Drilldown into CCSTMTTRNRQ in schema ofx2_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx2_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx2_protocol_xsdXSD Diagram of CreditcardRequestMessageSetV1 in schema ofx2_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="CreditcardRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CREDITCARDMSGSRQV1" is of type "CreditcardRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice minOccurs="1" maxOccurs="unbounded">
                <xsd:element name="CCSTMTTRNRQ" type="ofx:CreditCardStatementTransactionRequest" />
                <xsd:element name="CCSTMTENDTRNRQ" type="ofx:CreditCardStatementEndTransactionRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CCSTMTTRNRQ ofx:CCSTMTTRNRQ (1) (1)
CCSTMTENDTRNRQ ofx:CCSTMTENDTRNRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:CREDITCARDMSGSRQV1