Definition Type: Element
Name: IncFromOS
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Income of other sources
Collapse XSD Schema Diagram:
Drilldown into TotIncFromOS in schema itr-5_2018_master_xsd Drilldown into FromOwnRaceHorse in schema itr-5_2018_master_xsd Drilldown into IncChargblSplRate in schema itr-5_2018_master_xsd Drilldown into OtherSrcThanOwnRaceHorse in schema itr-5_2018_master_xsdXSD Diagram of IncFromOS in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="IncFromOS">
    <xs:annotation>
        <xs:documentation> Income of other sources</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OtherSrcThanOwnRaceHorse" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncChargblSplRate" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="FromOwnRaceHorse" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotIncFromOS" 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
OtherSrcThanOwnRaceHorse ITRForm:OtherSrcThanOwnRaceHorse (1) (1)
IncChargblSplRate ITRForm:IncChargblSplRate (1) (1)
FromOwnRaceHorse ITRForm:FromOwnRaceHorse (1) (1)
TotIncFromOS ITRForm:TotIncFromOS (1) (1)