<xs:element name="CheckAuthorization" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies check information about the customer seeking authorization.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="BankAcct" type="BankAcctType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies bank account information about the customer seeking authorization.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The amount of money for which the the requester is seeking authorization.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|