Definition Type: Element
Name: Form_ITR5
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Enter details of IT return form
Collapse XSD Schema Diagram:
Drilldown into FormVer in schema itr-5_2018_master_xsd Drilldown into SchemaVer in schema itr-5_2018_master_xsd Drilldown into AssessmentYear in schema itr-5_2018_master_xsd Drilldown into Description in schema itr-5_2018_master_xsd Drilldown into FormName in schema itr-5_2018_master_xsdXSD Diagram of Form_ITR5 in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="Form_ITR5">
    <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:pattern value="ITR-5" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Description" fixed="For firms, AOPs and BOIs">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="75" />
                        <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.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)