Definition Type: Element
Name: ShortTerm
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Short term gains
Collapse XSD Schema Diagram:
Drilldown into TotalShortTerm in schema itr-5_2018_master_xsd Drilldown into ShortTermSplRateDTAA in schema itr-5_2018_master_xsd Drilldown into ShortTermAppRate in schema itr-5_2018_master_xsd Drilldown into ShortTerm30Per in schema itr-5_2018_master_xsd Drilldown into ShortTerm15Per in schema itr-5_2018_master_xsdXSD Diagram of ShortTerm in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ShortTerm">
    <xs:annotation>
        <xs:documentation>Short term gains</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ShortTerm15Per">
                <xs:annotation>
                    <xs:documentation>Schedule CG</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShortTerm30Per">
                <xs:annotation>
                    <xs:documentation>Schedule CG</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShortTermAppRate">
                <xs:annotation>
                    <xs:documentation>Schedule CG</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShortTermSplRateDTAA">
                <xs:annotation>
                    <xs:documentation>Schedule CG</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalShortTerm">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
ShortTerm15Per ITRForm:ShortTerm15Per (1) (1)
ShortTerm30Per ITRForm:ShortTerm30Per (1) (1)
ShortTermAppRate ITRForm:ShortTermAppRate (1) (1)
ShortTermSplRateDTAA ITRForm:ShortTermSplRateDTAA (1) (1)
TotalShortTerm ITRForm:TotalShortTerm (1) (1)