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