Definition Type: Element
Name: PropertyDetails
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Individual property details
Collapse XSD Schema Diagram:
Drilldown into Rentdetails in schema itr-5_2018_master_xsd Drilldown into TenantDetails in schema itr-5_2018_master_xsd Drilldown into ifLetOut in schema itr-5_2018_master_xsd Drilldown into CoOwners in schema itr-5_2018_master_xsd Drilldown into AssessePercentShareProp in schema itr-5_2018_master_xsd Drilldown into PropCoOwnedFlg in schema itr-5_2018_master_xsd Drilldown into AddressDetailWithZipCode in schema itr-5_2018_master_xsd Drilldown into HPSNo in schema itr-5_2018_master_xsdXSD Diagram of PropertyDetails in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="PropertyDetails">
    <xs:annotation>
        <xs:documentation>Individual property details</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="HPSNo">
                <xs:simpleType>
                    <xs:restriction base="xs:int" />
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AddressDetailWithZipCode" />
            <xs:element name="PropCoOwnedFlg">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="YES" />
                        <xs:enumeration value="NO" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AssessePercentShareProp" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:double">
                        <xs:minInclusive value="0" />
                        <xs:maxInclusive value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="CoOwners" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="ifLetOut" default="Y">
                <xs:annotation>
                    <xs:documentation>
						"Y" : Let Out
						"D" : Deemed let out
						"N" : Self Occupied
				</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="1" />
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                        <xs:enumeration value="D" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="TenantDetails" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Rentdetails" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HPSNo ITRForm:HPSNo (1) (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode (1) (1)
PropCoOwnedFlg ITRForm:PropCoOwnedFlg (1) (1)
AssessePercentShareProp ITRForm:AssessePercentShareProp 0 (1)
CoOwners ITRForm:CoOwners 0 unbounded
ifLetOut ITRForm:ifLetOut (1) (1)
TenantDetails ITRForm:TenantDetails 0 unbounded
Rentdetails ITRForm:Rentdetails (1) (1)