Definition Type: ComplexType
Name: RoutingInformationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AccountTypeString in schema components_xsd Drilldown into AccountID in schema components_xsd Drilldown into TransitRoutingNumberString in schema components_xsdXSD Diagram of RoutingInformationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransitRoutingNumberString star:TransitRoutingNumberString (1) (1)
AccountID star:AccountID (1) (1)
AccountTypeString star:AccountTypeString 0 (1)
Collapse Derivation Tree:
Collapse References:
star:RoutingInformation