Definition Type: Element
Name: PlantMachinerySummaryCG
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotPlntMach in schema itr-5_2018_master_xsd Drilldown into DeprBlockTot40Percent in schema itr-5_2018_master_xsd Drilldown into DeprBlockTot30Percent in schema itr-5_2018_master_xsd Drilldown into DeprBlockTot15Percent in schema itr-5_2018_master_xsdXSD Diagram of PlantMachinerySummaryCG in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="PlantMachinerySummaryCG">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DeprBlockTot15Percent" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeprBlockTot30Percent" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeprBlockTot40Percent" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotPlntMach" 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
DeprBlockTot15Percent ITRForm:DeprBlockTot15Percent (1) (1)
DeprBlockTot30Percent ITRForm:DeprBlockTot30Percent (1) (1)
DeprBlockTot40Percent ITRForm:DeprBlockTot40Percent (1) (1)
TotPlntMach ITRForm:TotPlntMach (1) (1)