Definition Type: Element
Name: IFSCCode
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of IFSCCode in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Pattern [A-Z]{4}[0][A-Z0-9]{6}
Collapse Derivation Tree: