Definition Type: Element
Name: Tangible
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into NetBlock in schema itr-6_2018_master_xsd Drilldown into ImpairmentLosses in schema itr-6_2018_master_xsd Drilldown into Depreciation in schema itr-6_2018_master_xsd Drilldown into GrossBlock in schema itr-6_2018_master_xsdXSD Diagram of Tangible in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="Tangible">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="GrossBlock" default="0">
                <xs:annotation>
                    <xs:documentation>Gross Block will include value of
																			land.
																		</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Depreciation" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ImpairmentLosses" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NetBlock" 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
GrossBlock ITRForm:GrossBlock (1) (1)
Depreciation ITRForm:Depreciation (1) (1)
ImpairmentLosses ITRForm:ImpairmentLosses (1) (1)
NetBlock ITRForm:NetBlock (1) (1)