Definition Type: Element
Name: OtherDetailsUs2_15
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AggAnnualRecptsofInst in schema itr-7_2018_master_xsd Drilldown into PercntAnyTrade in schema itr-7_2018_master_xsd Drilldown into ActivityRendering2_15 in schema itr-7_2018_master_xsd Drilldown into PercntNatureOfTrade in schema itr-7_2018_master_xsd Drilldown into ActivityNature2_15 in schema itr-7_2018_master_xsd Drilldown into CharitablePurposeOfGeneralPublic in schema itr-7_2018_master_xsdXSD Diagram of OtherDetailsUs2_15 in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="OtherDetailsUs2_15">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CharitablePurposeOfGeneralPublic">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N|NA" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ActivityNature2_15" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PercntNatureOfTrade" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:totalDigits value="5" />
                        <xs:fractionDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ActivityRendering2_15" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PercntAnyTrade" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:totalDigits value="5" />
                        <xs:fractionDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AggAnnualRecptsofInst" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CharitablePurposeOfGeneralPublic ITRForm:CharitablePurposeOfGeneralPublic (1) (1)
ActivityNature2_15 ITRForm:ActivityNature2_15 0 (1)
PercntNatureOfTrade ITRForm:PercntNatureOfTrade 0 (1)
ActivityRendering2_15 ITRForm:ActivityRendering2_15 0 (1)
PercntAnyTrade ITRForm:PercntAnyTrade 0 (1)
AggAnnualRecptsofInst ITRForm:AggAnnualRecptsofInst 0 unbounded