Definition Type: Element
Name: Form_ITR3
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Documentation:
Enter details of IT return form
Collapse XSD Schema Diagram:
Drilldown into FormVer in schema itr-3_2018_master_xsd Drilldown into SchemaVer in schema itr-3_2018_master_xsd Drilldown into AssessmentYear in schema itr-3_2018_master_xsd Drilldown into Description in schema itr-3_2018_master_xsd Drilldown into FormName in schema itr-3_2018_master_xsdXSD Diagram of Form_ITR3 in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="Form_ITR3">
    <xs:annotation>
        <xs:documentation>Enter details of IT return form</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FormName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="ITR-3" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Description" fixed="For indls and HUFs having income from  a proprietory business or profession">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="75" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AssessmentYear">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="4" />
                        <xs:minLength value="4" />
                        <xs:enumeration value="2018" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SchemaVer">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="10" />
                        <xs:minLength value="1" />
                        <xs:pattern value="Ver1.2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="FormVer">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="10" />
                        <xs:minLength value="1" />
                        <xs:pattern value="Ver1.0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormName ITRForm:FormName (1) (1)
Description ITRForm:Description (1) (1)
AssessmentYear ITRForm:AssessmentYear (1) (1)
SchemaVer ITRForm:SchemaVer (1) (1)
FormVer ITRForm:FormVer (1) (1)