Definition Type: Element
Name: OtherDetailsSEBI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DateOfRegistration in schema itr-7_2018_master_xsd Drilldown into RegistrationNo in schema itr-7_2018_master_xsd Drilldown into RegWithSEBI in schema itr-7_2018_master_xsdXSD Diagram of OtherDetailsSEBI in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="OtherDetailsSEBI">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RegWithSEBI">
                <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:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RegWithSEBI ITRForm:RegWithSEBI (1) (1)
RegistrationNo ITRForm:RegistrationNo 0 (1)
DateOfRegistration ITRForm:DateOfRegistration 0 (1)