Definition Type: ComplexType
Name: CustAuthModRq_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CustAuthMod.xsd
Abstract
Documentation:
Section 5.4.2.4.1
Collapse XSD Schema Diagram:
Drilldown into PINBlock in schema ifx170_corelib_xsd Drilldown into Certificate in schema ifx170_corelib_xsd Drilldown into CustPswd in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsd Drilldown into AsyncRqUID in schema ifx170_corelib_xsd Drilldown into MsgRqHdr in schema ifx170_corelib_xsd Drilldown into RqUID in schema ifx170_corelib_xsdXSD Diagram of CustAuthModRq_Type in schema ifx170_custauthmod_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="CustAuthModRq_Type">
    <xsd:annotation>
        <xsd:documentation>Section 5.4.2.4.1</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="RqUID" />
        <xsd:element ref="MsgRqHdr" minOccurs="0" />
        <xsd:element ref="AsyncRqUID" minOccurs="0" />
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="CustPswd" />
            <xsd:element ref="Certificate" />
            <xsd:element ref="PINBlock" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RqUID ifx:RqUID (1) (1)
MsgRqHdr ifx:MsgRqHdr 0 (1)
AsyncRqUID ifx:AsyncRqUID 0 (1)
CustId ifx:CustId 0 (1)
CustPswd ifx:CustPswd (1) (1)
Certificate ifx:Certificate (1) (1)
PINBlock ifx:PINBlock (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:CustAuthModRq