Definition Type: Element
Name: CurrLiabilities
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotCurrLiabilities in schema itr-3_2018_master_xsd Drilldown into AccrIntNotDue in schema itr-3_2018_master_xsd Drilldown into AccrIntonLeasedAsset in schema itr-3_2018_master_xsd Drilldown into LiabForLeasedAsset in schema itr-3_2018_master_xsd Drilldown into SundryCred in schema itr-3_2018_master_xsdXSD Diagram of CurrLiabilities in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="CurrLiabilities">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SundryCred" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LiabForLeasedAsset" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AccrIntonLeasedAsset" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AccrIntNotDue" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotCurrLiabilities" 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
SundryCred ITRForm:SundryCred (1) (1)
LiabForLeasedAsset ITRForm:LiabForLeasedAsset (1) (1)
AccrIntonLeasedAsset ITRForm:AccrIntonLeasedAsset (1) (1)
AccrIntNotDue ITRForm:AccrIntNotDue (1) (1)
TotCurrLiabilities ITRForm:TotCurrLiabilities (1) (1)