Definition Type: Element
Name: PARTA_QD
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Required if liable U/s 44AB
Collapse XSD Schema Diagram:
Drilldown into ManfactrConcern in schema itr-5_2018_master_xsd Drilldown into TradingConcern in schema itr-5_2018_master_xsdXSD Diagram of PARTA_QD in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="PARTA_QD">
    <xs:annotation>
        <xs:documentation>Required if liable U/s 44AB</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TradingConcern" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="QuantitDet" type="TradingConcernQD" maxOccurs="20" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="ManfactrConcern" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="RawMaterial">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="QuantitDet" type="RawMaterialQD" maxOccurs="20" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="FinishrByProd">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="QuantitDet" type="FinishrByProdQD" maxOccurs="20" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TradingConcern ITRForm:TradingConcern 0 (1)
ManfactrConcern ITRForm:ManfactrConcern 0 (1)