Definition Type: ComplexType
Name: BankDetailType
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BankAccountNo in schema itr-5_2018_master_xsd Drilldown into BankName in schema itr-5_2018_master_xsd Drilldown into IFSCCode in schema itr-5_2018_master_xsdXSD Diagram of BankDetailType in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:complexType name="BankDetailType">
    <xs:sequence>
        <xs:element name="IFSCCode">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:pattern value="[A-Z]{4}[0][A-Z0-9]{6}" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="BankName">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:minLength value="1" />
                    <xs:maxLength value="125" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="BankAccountNo">
            <xs:simpleType>
                <xs:restriction base="nonZeroString">
                    <xs:pattern value="[a-zA-Z0-9]([/-]?(((\d*[1-9]\d*)*[a-zA-Z/-])|(\d*[1-9]\d*[a-zA-Z]*))+)*[0-9]*" />
                    <xs:minLength value="1" />
                    <xs:maxLength value="20" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IFSCCode ITRForm:IFSCCode (1) (1)
BankName ITRForm:BankName (1) (1)
BankAccountNo ITRForm:BankAccountNo (1) (1)
Collapse Derivation Tree:
Collapse References:
ITRForm:AddtnlBankDetails