Definition Type: Element
Name: FilingStatus
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-1_2018_Master.xsd
Abstract
Documentation:
Filing status of assessee
Collapse XSD Schema Diagram:
Drilldown into NoticeDateUnderSec in schema itr-1_2018_master_xsd Drilldown into PANOfSpouse in schema itr-1_2018_master_xsd Drilldown into PortugeseCC5A in schema itr-1_2018_master_xsd Drilldown into OrigRetFiledDate in schema itr-1_2018_master_xsd Drilldown into ReceiptNo in schema itr-1_2018_master_xsd Drilldown into ReturnType in schema itr-1_2018_master_xsd Drilldown into DefRetOrigRetFiledDate in schema itr-1_2018_master_xsd Drilldown into NoticeNo in schema itr-1_2018_master_xsd Drilldown into AckNoOriginalReturn in schema itr-1_2018_master_xsd Drilldown into ReturnFileSec in schema itr-1_2018_master_xsdXSD Diagram of FilingStatus in schema itr-1_2018_master_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="FilingStatus">
    <xs:annotation>
        <xs:documentation> Filing status of assessee</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ReturnFileSec" default="11">
                <xs:annotation>
                    <xs:documentation>
                            "11":"11 - On or Before Due Date 139(1)",
							"12":"12 - After Due Date 139(4)",
							"13":"13 - u/s 142(1)",
							"14":"14 - u/s 148",
							"15":"15 - u/s 153A",
							"16":"16 - u/s 153C r/w 153A",
							"17":"17 - Revised Return - 139(5)",
							"18":"18 - u/s 139(9)",
							"20":"20 - u/s 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="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:token">
                        <xs:maxLength value="15" />
                        <xs:pattern value="[0-9]{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="DefRetOrigRetFiledDate" 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:element name="ReturnType">
                <xs:annotation>
                    <xs:documentation>
						    "O":"Original",
                            "R":"Revised"
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="1" />
                        <xs:enumeration value="O" />
                        <xs:enumeration value="R" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ReceiptNo" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Enter e-filing or other Ack No of Original return
							here in case of revised return
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:token">
                        <xs:pattern value="[0-9]{15}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OrigRetFiledDate" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Enter Date of filing of Original return
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2018-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PortugeseCC5A">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PANOfSpouse" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[A-Z]{3}[P][A-Z][0-9]{4}[A-Z]" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NoticeDateUnderSec" minOccurs="0">
                <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
ReturnFileSec ITRForm:ReturnFileSec (1) (1)
AckNoOriginalReturn ITRForm:AckNoOriginalReturn 0 (1)
NoticeNo ITRForm:NoticeNo 0 (1)
DefRetOrigRetFiledDate ITRForm:DefRetOrigRetFiledDate 0 (1)
ReturnType ITRForm:ReturnType (1) (1)
ReceiptNo ITRForm:ReceiptNo 0 (1)
OrigRetFiledDate ITRForm:OrigRetFiledDate 0 (1)
PortugeseCC5A ITRForm:PortugeseCC5A (1) (1)
PANOfSpouse ITRForm:PANOfSpouse 0 (1)
NoticeDateUnderSec ITRForm:NoticeDateUnderSec 0 (1)