Definition Type: Element
Name: ReturnFileSec
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into NoticeDate in schema itr-6_2018_master_xsd Drilldown into NoticeNo in schema itr-6_2018_master_xsd Drilldown into AckNoOriginalReturn in schema itr-6_2018_master_xsd Drilldown into IncomeTaxSec in schema itr-6_2018_master_xsdXSD Diagram of ReturnFileSec in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="ReturnFileSec">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="IncomeTaxSec" default="11">
                <xs:annotation>
                    <xs:documentation>
									1) "11' - Voluntarily On or before the due date under section 139(1)
									2) "12" - Voluntarily after the due date under section 139(4)
									3) "13" - In response to notice under section 142(1)
									4) "14" - In response to notice under section 148
									5) "15" - In response to notice under section 153A
									6)"16" - In response to notice under section 153C read with section 153A
									7) "17" - Revised return filed u/s 139(5)
									8) "18" - In response to a notice (u/s 139(9))where the original return filed was a Defective return
									9)"19" - section 139 read with section 92 CD
									10) "20" - section 139(4) read with section 119(2)(b)  	
									</xs:documentation>
                </xs:annotation>
                <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="AckNoOriginalReturn" minOccurs="0">
                <xs:annotation>
                    <xs:documentation> Enter the Acknowledgement number of the
										original return.
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="15" />
                    </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:element name="NoticeDate" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Enter date when the notice was issued to the
										assessee to file a fresh return Sec139(9))
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2018-04-01" />
                    </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)
AckNoOriginalReturn ITRForm:AckNoOriginalReturn 0 (1)
NoticeNo ITRForm:NoticeNo 0 (1)
NoticeDate ITRForm:NoticeDate 0 (1)