Definition Type: Element
Name: TypeOfHP
Namespace: http://incometaxindiaefiling.gov.in/master
Type: ITRForm:nonEmptyString
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
House Property income Type "S":"Self Occupied", "L":"Let Out",
Collapse XSD Schema Diagram:
XSD Diagram of TypeOfHP in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TypeOfHP" minOccurs="0">
    <xs:annotation>
        <xs:documentation>House Property income Type
						"S":"Self Occupied",
						"L":"Let Out",
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="1" />
            <xs:pattern value="|S|L" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 1
Pattern |S|L
Collapse Derivation Tree: