<xsd:complexType name="RoutingInformationType">
<xsd:sequence>
<xsd:element name="TransitRoutingNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>A nine-digit number (eight digits and a check digit) that identifies a specific financial institution. Also referred to as the ABA number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccountID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>Identifies an account number or similary identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AccountTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Identifies the type of account.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|