Definition Type: Element
Name: Refund
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Refund details
Collapse XSD Schema Diagram:
Drilldown into BankAccountDtls in schema itr-5_2018_master_xsd Drilldown into RefundDue in schema itr-5_2018_master_xsdXSD Diagram of Refund in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="Refund">
    <xs:annotation>
        <xs:documentation>Refund details</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RefundDue" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="BankAccountDtls" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RefundDue ITRForm:RefundDue (1) (1)
BankAccountDtls ITRForm:BankAccountDtls (1) (1)