Definition Type: Element
Name: IncCredPL
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotExempInc in schema itr-5_2018_master_xsd Drilldown into OthExempInc in schema itr-5_2018_master_xsd Drilldown into OtherExmptIncDtls in schema itr-5_2018_master_xsd Drilldown into AOPBOISharInc in schema itr-5_2018_master_xsd Drilldown into FirmShareInc in schema itr-5_2018_master_xsdXSD Diagram of IncCredPL in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="IncCredPL">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FirmShareInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AOPBOISharInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherExmptIncDtls" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OperatingRevenueName">
                            <xs:simpleType>
                                <xs:restriction base="nonEmptyString">
                                    <xs:maxLength value="50" />
                                    <xs:minLength value="1" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="OperatingRevenueAmt" 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>
            <xs:element name="OthExempInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotExempInc" 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
FirmShareInc ITRForm:FirmShareInc (1) (1)
AOPBOISharInc ITRForm:AOPBOISharInc (1) (1)
OtherExmptIncDtls ITRForm:OtherExmptIncDtls 0 unbounded
OthExempInc ITRForm:OthExempInc (1) (1)
TotExempInc ITRForm:TotExempInc (1) (1)