Definition Type: Element
Name: OthCurrLiabilities
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotOthCurrLiabilities in schema itr-6_2018_master_xsd Drilldown into OthPayables in schema itr-6_2018_master_xsd Drilldown into UnpaidMatureDebenture in schema itr-6_2018_master_xsd Drilldown into UnpaidMatDeposits in schema itr-6_2018_master_xsd Drilldown into AppMonyRecvdAllotSecurities in schema itr-6_2018_master_xsd Drilldown into UnpaidDividend in schema itr-6_2018_master_xsd Drilldown into IncRecvdAdvance in schema itr-6_2018_master_xsd Drilldown into AccrInterest in schema itr-6_2018_master_xsd Drilldown into AccrInterestNotDue in schema itr-6_2018_master_xsd Drilldown into CurrMatFinanceOblg in schema itr-6_2018_master_xsd Drilldown into CurrMatOnLTDebt in schema itr-6_2018_master_xsdXSD Diagram of OthCurrLiabilities in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="OthCurrLiabilities">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CurrMatOnLTDebt" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CurrMatFinanceOblg" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <!-- Order Changed -->
            <xs:element name="AccrInterestNotDue" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AccrInterest" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <!-- Order Changed -->
            <xs:element name="IncRecvdAdvance" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnpaidDividend" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AppMonyRecvdAllotSecurities" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnpaidMatDeposits" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnpaidMatureDebenture" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthPayables" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotOthCurrLiabilities" 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
CurrMatOnLTDebt ITRForm:CurrMatOnLTDebt (1) (1)
CurrMatFinanceOblg ITRForm:CurrMatFinanceOblg (1) (1)
AccrInterestNotDue ITRForm:AccrInterestNotDue (1) (1)
AccrInterest ITRForm:AccrInterest (1) (1)
IncRecvdAdvance ITRForm:IncRecvdAdvance (1) (1)
UnpaidDividend ITRForm:UnpaidDividend (1) (1)
AppMonyRecvdAllotSecurities ITRForm:AppMonyRecvdAllotSecurities (1) (1)
UnpaidMatDeposits ITRForm:UnpaidMatDeposits (1) (1)
UnpaidMatureDebenture ITRForm:UnpaidMatureDebenture (1) (1)
OthPayables ITRForm:OthPayables (1) (1)
TotOthCurrLiabilities ITRForm:TotOthCurrLiabilities (1) (1)