Definition Type: Element
Name: SplRatePercent
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default 1
Collapse XSD Schema Diagram:
XSD Diagram of SplRatePercent in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="SplRatePercent" default="1">
    <xs:simpleType>
        <xs:restriction base="xs:double">
            <xs:enumeration value="1" />
            <xs:enumeration value="5" />
            <xs:enumeration value="10" />
            <xs:enumeration value="15" />
            <xs:enumeration value="12.5" />
            <xs:enumeration value="20" />
            <xs:enumeration value="25" />
            <xs:enumeration value="30" />
            <xs:enumeration value="50" />
            <xs:enumeration value="60" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 5
Enumeration 10
Enumeration 15
Enumeration 12.5
Enumeration 20
Enumeration 25
Enumeration 30
Enumeration 50
Enumeration 60