Definition Type: Element
Name: Form_ITR7
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
Enter details of IT return form
Collapse XSD Schema Diagram:
Drilldown into FormVer in schema itr-7_2018_master_xsd Drilldown into SchemaVer in schema itr-7_2018_master_xsd Drilldown into AssessmentYear in schema itr-7_2018_master_xsd Drilldown into Description in schema itr-7_2018_master_xsd Drilldown into FormName in schema itr-7_2018_master_xsdXSD Diagram of Form_ITR7 in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="Form_ITR7">
    <xs:annotation>
        <xs:documentation>Enter details of IT return form</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FormName" fixed="ITR-7">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="ITR-7" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Description" fixed="For persons including companies required to furnish return under section 139(4A) or section 139(4B) or section 139(4C) or section 139(4D)">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="150" />
                        <xs:minLength value="0" />
                    </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:pattern 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.4" />
                    </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)