Definition Type: ComplexType
Name: OthersIncDtl
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OthAmount in schema itr-5_2018_master_xsd Drilldown into OthNatOfInc in schema itr-5_2018_master_xsdXSD Diagram of OthersIncDtl in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:complexType name="OthersIncDtl">
    <xs:sequence>
        <xs:element name="OthNatOfInc">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:maxLength value="75" />
                    <xs:minLength value="1" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="OthAmount">
            <xs:simpleType>
                <xs:restriction base="xs:unsignedLong">
                    <xs:totalDigits value="14" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OthNatOfInc ITRForm:OthNatOfInc (1) (1)
OthAmount ITRForm:OthAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
ITRForm:OthersIncDtls