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