Definition Type: Element
Name: ReturnFileSec
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
"11"-On or before the due date u/s 139(1) "12"-After due date u/s 139(4) "13"-In response to notice u/s 142(1) "14"-In response to notice u/s 148 "15"-In response to notice u/s 153A "16"-In response to notice u/s 153C read with section 153A "17"-Revised return u/s 139(5) "18"-In response to a notice u/s 139(9)Defective return "19"-Section 139 read with section 92CD "20"-Section 139 read with section 119(2)(\b)
Collapse XSD Schema Diagram:
Drilldown into NoticeNo in schema itr-7_2018_master_xsd Drilldown into ReturnFurnishedSec in schema itr-7_2018_master_xsd Drilldown into IncomeTaxSec in schema itr-7_2018_master_xsdXSD Diagram of ReturnFileSec in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ReturnFileSec">
    <xs:annotation>
        <xs:documentation>
							"11"-On or  before the due date u/s 139(1)
							"12"-After due date u/s 139(4)
							"13"-In response to notice u/s 142(1)
							"14"-In response to notice u/s 148
							"15"-In response to notice u/s 153A
							"16"-In response to notice u/s 153C read with section 153A
							"17"-Revised return u/s 139(5)
							"18"-In response to a notice u/s 139(9)Defective return
							"19"-Section 139 read with section 92CD
							"20"-Section 139 read with section 119(2)(\b)
						</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="IncomeTaxSec" default="11">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedInt">
                        <xs:totalDigits value="2" />
                        <xs:enumeration value="11" />
                        <xs:enumeration value="12" />
                        <xs:enumeration value="13" />
                        <xs:enumeration value="14" />
                        <xs:enumeration value="15" />
                        <xs:enumeration value="16" />
                        <xs:enumeration value="17" />
                        <xs:enumeration value="18" />
                        <xs:enumeration value="19" />
                        <xs:enumeration value="20" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ReturnFurnishedSec">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="139-4A" />
                        <xs:enumeration value="139-4B" />
                        <xs:enumeration value="139-4C" />
                        <xs:enumeration value="139-4D" />
                        <xs:enumeration value="139-4E" />
                        <xs:enumeration value="139-4F" />
                        <xs:enumeration value="OTH" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NoticeNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="23" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncomeTaxSec ITRForm:IncomeTaxSec (1) (1)
ReturnFurnishedSec ITRForm:ReturnFurnishedSec (1) (1)
NoticeNo ITRForm:NoticeNo 0 (1)