Definition Type: Element
Name: NoBooksOfAccPL
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Enter only if No books of accounts are maintaned
Collapse XSD Schema Diagram:
Drilldown into NetProfit in schema itr-6_2018_master_xsd Drilldown into Expenses in schema itr-6_2018_master_xsd Drilldown into GrossProfit in schema itr-6_2018_master_xsd Drilldown into GrossReceipt in schema itr-6_2018_master_xsdXSD Diagram of NoBooksOfAccPL in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="NoBooksOfAccPL" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Enter only if No books of accounts are maintaned
						</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="GrossReceipt" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrossProfit" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Expenses" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NetProfit" default="0" minOccurs="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
GrossReceipt ITRForm:GrossReceipt 0 (1)
GrossProfit ITRForm:GrossProfit 0 (1)
Expenses ITRForm:Expenses 0 (1)
NetProfit ITRForm:NetProfit 0 (1)