<xsd:complexType name="PresentmentGroupAccountInfoTransactionRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "PRESGRPACCTINFOTRNRQ" is of type "PresentmentGroupAccountInfoTransactionRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionRequest">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="USERID" type="ofx:IdType" />
<xsd:element name="GROUPID" type="ofx:IdType" />
</xsd:choice>
<xsd:element name="ACCTINFORQ" type="ofx:AccountInfoRequest" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|