Definition Type: Element
Name: IncomePerVehicle
Namespace: http://incometaxindiaefiling.gov.in/master
Type: unsignedLong:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of IncomePerVehicle in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="IncomePerVehicle">
    <xs:simpleType>
        <xs:restriction base="xs:unsignedLong">
            <xs:minInclusive value="7500" />
            <xs:totalDigits value="14" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MinInclusive 7500
TotalDigits 14