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