element <accountRoutingNumber> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within accountType complexType in myWallet.xsd; see XML source
XML Representation Summary
<accountRoutingNumber>
   
Content: 
{ xsd:string }
</accountRoutingNumber>
Included in content model of elements (1):
account (in myWallet)
Annotation
This optional element contains the number that identifies the issuer of this account in a banking system. In the United States, it is the ACH routing transit number. This applies only to traditional banking.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="accountRoutingNumber" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This optional element contains the number that identifies the issuer of this account in a banking system.
In the United States, it is the ACH routing transit number. This applies only to traditional banking.
</xsd:documentation>
</xsd:annotation>
</xsd:element>