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