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