Definition Type: Element
Name: ScheduleHP
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Income from house property
Collapse XSD Schema Diagram:
Drilldown into TotalIncomeChargeableUnHP in schema itr-5_2018_master_xsd Drilldown into RentOfEarlierYrSec25AandAA in schema itr-5_2018_master_xsd Drilldown into PropertyDetails in schema itr-5_2018_master_xsdXSD Diagram of ScheduleHP in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ScheduleHP">
    <xs:annotation>
        <xs:documentation>Income from house property</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PropertyDetails" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="RentOfEarlierYrSec25AandAA" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalIncomeChargeableUnHP" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
PropertyDetails ITRForm:PropertyDetails 0 unbounded
RentOfEarlierYrSec25AandAA ITRForm:RentOfEarlierYrSec25AandAA 0 (1)
TotalIncomeChargeableUnHP ITRForm:TotalIncomeChargeableUnHP (1) (1)