Definition Type: Element
Name: ITRScheduleAMT
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Computation of Alternate Minimum Tax payable under section 115JC.
Collapse XSD Schema Diagram:
Drilldown into TaxPayableUnderSec115JC in schema itr-5_2018_master_xsd Drilldown into AdjustedUnderSec115JC in schema itr-5_2018_master_xsd Drilldown into AdjustmentSec115JC in schema itr-5_2018_master_xsd Drilldown into TotalIncItem11 in schema itr-5_2018_master_xsdXSD Diagram of ITRScheduleAMT in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ITRScheduleAMT">
    <xs:annotation>
        <xs:documentation> Computation of Alternate Minimum Tax payable
				under
				section 115JC.
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TotalIncItem11" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AdjustmentSec115JC" maxOccurs="unbounded" />
            <xs:element name="AdjustedUnderSec115JC" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxPayableUnderSec115JC" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalIncItem11 ITRForm:TotalIncItem11 (1) (1)
AdjustmentSec115JC ITRForm:AdjustmentSec115JC (1) unbounded
AdjustedUnderSec115JC ITRForm:AdjustedUnderSec115JC (1) (1)
TaxPayableUnderSec115JC ITRForm:TaxPayableUnderSec115JC (1) (1)