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