Definition Type: Element
Name: OtherNonCurrentAssets
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into NonCurrAsstDueShrHldr in schema itr-6_2018_master_xsd Drilldown into TotalNonCurrAsst in schema itr-6_2018_master_xsd Drilldown into OthersTotal in schema itr-6_2018_master_xsd Drilldown into OtherNonCurrAsst in schema itr-6_2018_master_xsd Drilldown into AdvancOthCapital in schema itr-6_2018_master_xsd Drilldown into CapitalAdvanc in schema itr-6_2018_master_xsdXSD Diagram of OtherNonCurrentAssets in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="OtherNonCurrentAssets">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CapitalAdvanc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AdvancOthCapital" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherNonCurrAsst" type="OthersNatureAmount" maxOccurs="unbounded" minOccurs="0" />
            <xs:element ref="OthersTotal" minOccurs="0" />
            <xs:element name="TotalNonCurrAsst" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NonCurrAsstDueShrHldr" 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
CapitalAdvanc ITRForm:CapitalAdvanc (1) (1)
AdvancOthCapital ITRForm:AdvancOthCapital (1) (1)
OtherNonCurrAsst ITRForm:OtherNonCurrAsst 0 unbounded
OthersTotal ITRForm:OthersTotal 0 (1)
TotalNonCurrAsst ITRForm:TotalNonCurrAsst (1) (1)
NonCurrAsstDueShrHldr ITRForm:NonCurrAsstDueShrHldr (1) (1)