Definition Type: Element
Name: ScheduleJUs11_5
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MaturityAmount in schema itr-7_2018_master_xsd Drilldown into TotalInvestmentAmt in schema itr-7_2018_master_xsd Drilldown into ScheduleJUs11_5Dtls in schema itr-7_2018_master_xsdXSD Diagram of ScheduleJUs11_5 in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ScheduleJUs11_5">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ScheduleJUs11_5Dtls" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="TotalInvestmentAmt">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="MaturityAmount" minOccurs="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
ScheduleJUs11_5Dtls ITRForm:ScheduleJUs11_5Dtls 0 unbounded
TotalInvestmentAmt ITRForm:TotalInvestmentAmt (1) (1)
MaturityAmount ITRForm:MaturityAmount 0 (1)