Definition Type: Element
Name: SummaryFromDeprSch
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalDepreciation in schema itr-5_2018_master_xsd Drilldown into ShipsSummary in schema itr-5_2018_master_xsd Drilldown into IntangibleAssetSummary in schema itr-5_2018_master_xsd Drilldown into FurnitureSummary in schema itr-5_2018_master_xsd Drilldown into BuildingSummary in schema itr-5_2018_master_xsd Drilldown into PlantMachinerySummary in schema itr-5_2018_master_xsdXSD Diagram of SummaryFromDeprSch in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="SummaryFromDeprSch">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PlantMachinerySummary" minOccurs="0" />
            <xs:element ref="BuildingSummary" minOccurs="0" />
            <xs:element name="FurnitureSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntangibleAssetSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShipsSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalDepreciation" 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
PlantMachinerySummary ITRForm:PlantMachinerySummary 0 (1)
BuildingSummary ITRForm:BuildingSummary 0 (1)
FurnitureSummary ITRForm:FurnitureSummary 0 (1)
IntangibleAssetSummary ITRForm:IntangibleAssetSummary 0 (1)
ShipsSummary ITRForm:ShipsSummary 0 (1)
TotalDepreciation ITRForm:TotalDepreciation (1) (1)