Definition Type: ComplexType
Name: PinChangeResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Signon_Messages.xsd
Abstract
Documentation:
The OFX element "PINCHRS" is of type "PinChangeResponse"
Collapse XSD Schema Diagram:
Drilldown into DTCHANGED in schema ofx_signon_messages_xsd Drilldown into USERID in schema ofx_signon_messages_xsdXSD Diagram of PinChangeResponse in schema ofx_signon_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PinChangeResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PINCHRS" is of type "PinChangeResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="USERID" type="ofx:IdType" />
        <xsd:element name="DTCHANGED" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
USERID ofx:USERID (1) (1)
DTCHANGED ofx:DTCHANGED 0 1
Collapse Derivation Tree:
Collapse References:
ofx:PINCHRS