Definition Type: ComplexType
Name: PmtInqRs_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PmtInq.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Token in schema ifx170_corelib_xsd Drilldown into PmtRec in schema ifx170_pmtlib_xsd Drilldown into IncHistory in schema ifx170_corelib_xsd Drilldown into IncToken in schema ifx170_corelib_xsd Drilldown into SPRefId in schema ifx170_corelib_xsd Drilldown into CSPRefId in schema ifx170_corelib_xsd Drilldown into DeliveryMethod in schema ifx170_corelib_xsd Drilldown into SelRangeCurAmt in schema ifx170_corelib_xsd Drilldown into SelRangePrcDt in schema ifx170_corelib_xsd Drilldown into SelRangeDueDt in schema ifx170_corelib_xsd Drilldown into PmtStatusCode in schema ifx170_pmtlib_xsd Drilldown into Nickname in schema ifx170_corelib_xsd Drilldown into StdPayeeId in schema ifx170_corelib_xsd Drilldown into Name in schema ifx170_corelib_xsd Drilldown into BillingAcct in schema ifx170_corelib_xsd Drilldown into CustPayeeId in schema ifx170_corelib_xsd Drilldown into PmtMethod in schema ifx170_corelib_xsd Drilldown into FICreditTrcNum in schema ifx170_corelib_xsd Drilldown into FIDebitTrcNum in schema ifx170_corelib_xsd Drilldown into ChkClrDt in schema ifx170_corelib_xsd Drilldown into ChkNum in schema ifx170_corelib_xsd Drilldown into Memo in schema ifx170_corelib_xsd Drilldown into Category in schema ifx170_corelib_xsd Drilldown into CardAcctIdFrom in schema ifx170_corelib_xsd Drilldown into DepAcctIdFrom in schema ifx170_corelib_xsd Drilldown into RecPmtId in schema ifx170_corelib_xsd Drilldown into PmtId in schema ifx170_corelib_xsd Drilldown into PmtType in schema ifx170_corelib_xsd Drilldown into RecCtrlOut in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsd Drilldown into AsyncRqUID in schema ifx170_corelib_xsd Drilldown into MsgRsHdr in schema ifx170_corelib_xsd Drilldown into MsgRqHdr in schema ifx170_corelib_xsd Drilldown into RqUID in schema ifx170_corelib_xsd Drilldown into Status in schema ifx170_corelib_xsdXSD Diagram of PmtInqRs_Type in schema ifx170_pmtinq_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="PmtInqRs_Type">
    <xsd:sequence>
        <xsd:sequence>
            <xsd:element ref="Status" minOccurs="0" />
            <xsd:element ref="RqUID" />
            <xsd:element ref="MsgRqHdr" minOccurs="0" />
            <xsd:element ref="MsgRsHdr" minOccurs="0" />
            <xsd:element ref="AsyncRqUID" minOccurs="0" />
            <xsd:element ref="CustId" minOccurs="0" />
        </xsd:sequence>
        <xsd:sequence minOccurs="0">
            <xsd:element ref="RecCtrlOut" minOccurs="0" />
            <xsd:element ref="PmtType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PmtId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="RecPmtId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:choice minOccurs="0">
                <xsd:element ref="DepAcctIdFrom" />
                <xsd:element ref="CardAcctIdFrom" />
            </xsd:choice>
            <xsd:element ref="Category" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Memo" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="ChkNum" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="ChkClrDt" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="FIDebitTrcNum" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="FICreditTrcNum" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PmtMethod" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="CustPayeeId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="BillingAcct" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="StdPayeeId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Nickname" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="PmtStatusCode" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="SelRangeDueDt" minOccurs="0" />
            <xsd:element ref="SelRangePrcDt" minOccurs="0" />
            <xsd:element ref="SelRangeCurAmt" minOccurs="0" />
            <xsd:element ref="DeliveryMethod" minOccurs="0" />
            <xsd:element ref="CSPRefId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="SPRefId" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="IncToken" minOccurs="0" />
            <xsd:element ref="IncHistory" minOccurs="0" />
            <xsd:element ref="PmtRec" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Token" minOccurs="0" />
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Status ifx:Status 0 (1)
RqUID ifx:RqUID (1) (1)
MsgRqHdr ifx:MsgRqHdr 0 (1)
MsgRsHdr ifx:MsgRsHdr 0 (1)
AsyncRqUID ifx:AsyncRqUID 0 (1)
CustId ifx:CustId 0 (1)
RecCtrlOut ifx:RecCtrlOut 0 (1)
PmtType ifx:PmtType 0 unbounded
PmtId ifx:PmtId 0 unbounded
RecPmtId ifx:RecPmtId 0 unbounded
DepAcctIdFrom ifx:DepAcctIdFrom (1) (1)
CardAcctIdFrom ifx:CardAcctIdFrom (1) (1)
Category ifx:Category 0 unbounded
Memo ifx:Memo 0 unbounded
ChkNum ifx:ChkNum 0 unbounded
ChkClrDt ifx:ChkClrDt 0 unbounded
FIDebitTrcNum ifx:FIDebitTrcNum 0 unbounded
FICreditTrcNum ifx:FICreditTrcNum 0 unbounded
PmtMethod ifx:PmtMethod 0 unbounded
CustPayeeId ifx:CustPayeeId 0 unbounded
BillingAcct ifx:BillingAcct 0 unbounded
Name ifx:Name 0 unbounded
StdPayeeId ifx:StdPayeeId 0 unbounded
Nickname ifx:Nickname 0 unbounded
PmtStatusCode ifx:PmtStatusCode 0 unbounded
SelRangeDueDt ifx:SelRangeDueDt 0 (1)
SelRangePrcDt ifx:SelRangePrcDt 0 (1)
SelRangeCurAmt ifx:SelRangeCurAmt 0 (1)
DeliveryMethod ifx:DeliveryMethod 0 (1)
CSPRefId ifx:CSPRefId 0 unbounded
SPRefId ifx:SPRefId 0 unbounded
IncToken ifx:IncToken 0 (1)
IncHistory ifx:IncHistory 0 (1)
PmtRec ifx:PmtRec 0 unbounded
Token ifx:Token 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:PmtInqRs