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