Definition Type: Element
Name: ShortTrmBorrowings
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotShortTrmBorrowings in schema itr-6_2018_master_xsd Drilldown into OthDeposits in schema itr-6_2018_master_xsd Drilldown into OthLoansAndAdv in schema itr-6_2018_master_xsd Drilldown into LoansAndAdv in schema itr-6_2018_master_xsd Drilldown into DepositsFrmRelatedParties in schema itr-6_2018_master_xsd Drilldown into LoansRepaybleOnDemand in schema itr-6_2018_master_xsdXSD Diagram of ShortTrmBorrowings in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="ShortTrmBorrowings">
    <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="FrmNonBanking" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="OthFinanceInst" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="Others" 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="DepositsFrmRelatedParties" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LoansAndAdv" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthLoansAndAdv" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthDeposits" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotShortTrmBorrowings" 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)
DepositsFrmRelatedParties ITRForm:DepositsFrmRelatedParties (1) (1)
LoansAndAdv ITRForm:LoansAndAdv (1) (1)
OthLoansAndAdv ITRForm:OthLoansAndAdv (1) (1)
OthDeposits ITRForm:OthDeposits (1) (1)
TotShortTrmBorrowings ITRForm:TotShortTrmBorrowings (1) (1)