Definition Type: Element
Name: SplCodeRateTax
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into SplRateIncTax in schema itr-7_2018_master_xsd Drilldown into SplRateInc in schema itr-7_2018_master_xsd Drilldown into SplRatePercent in schema itr-7_2018_master_xsd Drilldown into SecCode in schema itr-7_2018_master_xsdXSD Diagram of SplCodeRateTax in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="SplCodeRateTax" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SecCode">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="1" />
                        <xs:enumeration value="1A" />
                        <xs:enumeration value="21" />
                        <xs:enumeration value="22" />
                        <xs:enumeration value="5A1a" />
                        <xs:enumeration value="FA" />
                        <xs:enumeration value="5Eacg" />
                        <xs:enumeration value="5ADiii" />
                        <xs:enumeration value="5ADii" />
                        <xs:enumeration value="5AB1a" />
                        <xs:enumeration value="5AB1b" />
                        <xs:enumeration value="5ACA1b" />
                        <xs:enumeration value="21ciii" />
                        <xs:enumeration value="5B" />
                        <xs:enumeration value="5BB" />
                        <xs:enumeration value="5BBA" />
                        <xs:enumeration value="5AC1c" />
                        <xs:enumeration value="5Ea" />
                        <xs:enumeration value="5Eb" />
                        <xs:enumeration value="DTAA" />
                        <xs:enumeration value="5A1ai" />
                        <xs:enumeration value="5A1aii" />
                        <xs:enumeration value="5AD" />
                        <xs:enumeration value="11A" />
                        <xs:enumeration value="4A1" />
                        <xs:enumeration value="4A2" />
                        <xs:enumeration value="7A" />
                        <xs:enumeration value="7B1" />
                        <xs:enumeration value="7B2" />
                        <xs:enumeration value="5BBD" />
                        <xs:enumeration value="5A1bA" />
                        <xs:enumeration value="5BBE" />
                        <xs:enumeration value="5A1aiia" />
                        <xs:enumeration value="5A1aiiaa" />
                        <xs:enumeration value="5A1aiii" />
                        <xs:enumeration value="5A1bB" />
                        <xs:enumeration value="5AC1ab" />
                        <xs:enumeration value="5ACA1a" />
                        <xs:enumeration value="5AD1i" />
                        <xs:enumeration value="5AD1iP" />
                        <xs:enumeration value="5A1aiiab" />
                        <xs:enumeration value="5AD1biip" />
                        <xs:enumeration value="5A1aiiac" />
                        <xs:enumeration value="5BBF" />
                        <xs:enumeration value="5BBG" />
                        <xs:enumeration value="5BBDA" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <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>
            <xs:element name="SplRateInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SplRateIncTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <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
SecCode ITRForm:SecCode (1) (1)
SplRatePercent ITRForm:SplRatePercent (1) (1)
SplRateInc ITRForm:SplRateInc (1) (1)
SplRateIncTax ITRForm:SplRateIncTax (1) (1)