Definition Type: Element
Name: ITR
Namespace: http://incometaxindiaefiling.gov.in/main
Containing Schema: ITR-1_2018_Main.xsd
Abstract
Documentation:
This is root node. Irrespective of Individual or bulk IT returns filed, ITMain.xsd will form the starting point and base structure for all returns xml generation.
Collapse XSD Schema Diagram:
Drilldown into ITR1 in schema itr-1_2018_xsdXSD Diagram of ITR in schema itr-1_2018_main_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="ITR">
    <xs:annotation>
        <xs:documentation>This is root node. Irrespective of Individual or bulk IT returns filed, ITMain.xsd will form the starting point and base structure for all returns xml generation. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ITR1FORM:ITR1" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ITR1 ITR1FORM:ITR1 (1) (1)