Definition Type: Element
Name: SummaryFromDeprSchCG
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 BuildingSummaryCG in schema itr-5_2018_master_xsd Drilldown into PlantMachinerySummaryCG in schema itr-5_2018_master_xsdXSD Diagram of SummaryFromDeprSchCG in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="SummaryFromDeprSchCG">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PlantMachinerySummaryCG" minOccurs="0" />
            <xs:element ref="BuildingSummaryCG" minOccurs="0" />
            <xs:element name="FurnitureSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntangibleAssetSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShipsSummary" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalDepreciation" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
PlantMachinerySummaryCG ITRForm:PlantMachinerySummaryCG 0 (1)
BuildingSummaryCG ITRForm:BuildingSummaryCG 0 (1)
FurnitureSummary ITRForm:FurnitureSummary 0 (1)
IntangibleAssetSummary ITRForm:IntangibleAssetSummary 0 (1)
ShipsSummary ITRForm:ShipsSummary 0 (1)
TotalDepreciation ITRForm:TotalDepreciation (1) (1)