Definition Type: Element
Name: InStcgAppRate
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CurrYrCapGain in schema itr-5_2018_master_xsd Drilldown into StclSetoff30Per in schema itr-5_2018_master_xsd Drilldown into StclSetoff15Per in schema itr-5_2018_master_xsd Drilldown into CurrYearIncome in schema itr-5_2018_master_xsd Drilldown into TypeOfCapGain in schema itr-5_2018_master_xsdXSD Diagram of InStcgAppRate in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="InStcgAppRate">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TypeOfCapGain">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="STCG_PER_APP_RATE" />
                        <xs:minLength value="5" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CurrYearIncome">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="StclSetoff15Per">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="StclSetoff30Per">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CurrYrCapGain">
                <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
TypeOfCapGain ITRForm:TypeOfCapGain (1) (1)
CurrYearIncome ITRForm:CurrYearIncome (1) (1)
StclSetoff15Per ITRForm:StclSetoff15Per (1) (1)
StclSetoff30Per ITRForm:StclSetoff30Per (1) (1)
CurrYrCapGain ITRForm:CurrYrCapGain (1) (1)