Definition Type: Element
Name: OtherDetailsFC
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PurposeOfReceivedAmt in schema itr-7_2018_master_xsd Drilldown into AmtReceivedFromOutSideIndia in schema itr-7_2018_master_xsd Drilldown into DateOfRegistration in schema itr-7_2018_master_xsd Drilldown into RegistrationNo in schema itr-7_2018_master_xsd Drilldown into RegUnForeignContribution in schema itr-7_2018_master_xsdXSD Diagram of OtherDetailsFC in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="OtherDetailsFC">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RegUnForeignContribution">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RegistrationNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="25" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DateOfRegistration" type="xs:date" minOccurs="0" />
            <xs:element name="AmtReceivedFromOutSideIndia" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PurposeOfReceivedAmt" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RegUnForeignContribution ITRForm:RegUnForeignContribution (1) (1)
RegistrationNo ITRForm:RegistrationNo 0 (1)
DateOfRegistration ITRForm:DateOfRegistration 0 (1)
AmtReceivedFromOutSideIndia ITRForm:AmtReceivedFromOutSideIndia 0 (1)
PurposeOfReceivedAmt ITRForm:PurposeOfReceivedAmt 0 (1)