Definition Type: Element
Name: OrgFirmInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
Enter personal information
Collapse XSD Schema Diagram:
Drilldown into SubStatus in schema itr-7_2018_master_xsd Drilldown into StatusOrCompanyType in schema itr-7_2018_master_xsd Drilldown into DateOFFormOrIncorp in schema itr-7_2018_master_xsd Drilldown into Address in schema itr-7_2018_master_xsd Drilldown into PAN in schema itr-7_2018_master_xsd Drilldown into AssesseeName in schema itr-7_2018_master_xsdXSD Diagram of OrgFirmInfo in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="OrgFirmInfo">
    <xs:annotation>
        <xs:documentation>Enter personal information</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AssesseeName">
                <xs:annotation>
                    <xs:documentation>Assessee name with Sur Name or Org Name mandatory.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PAN">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="10" />
                        <xs:pattern value="[A-Z][A-Z][A-Z][A-Z][A-Z]\d\d\d\d[A-Z]" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="Address">
                <xs:annotation>
                    <xs:documentation> Address of assessee</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DateOFFormOrIncorp">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:maxInclusive value="2018-03-31" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="StatusOrCompanyType">
                <xs:annotation>
                    <xs:documentation>
						 3- Firm,
						 4-Local Authority,
						 5- AOP/BOI,
						 6-AJP (Artificial Juridical Person),
						 7- Company
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:token">
                        <xs:maxLength value="2" />
                        <xs:enumeration value="3" />
                        <xs:enumeration value="4" />
                        <xs:enumeration value="5" />
                        <xs:enumeration value="6" />
                        <xs:enumeration value="7" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SubStatus" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>
						    5i=Society Registered under Societies Registration Act-1860 or any law corresponding to that Act,
							5v=Trust/Institution Registered u/s 12A,
							5vi=Other Trust/Institution,
							5vii=Other AOP or BOI,
							7i=Domestic Company,
							7ii=Foreign Company
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:token">
                        <xs:maxLength value="4" />
                        <xs:enumeration value="5i" />
                        <xs:enumeration value="5v" />
                        <xs:enumeration value="5vi" />
                        <xs:enumeration value="5vii" />
                        <xs:enumeration value="7i" />
                        <xs:enumeration value="7ii" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AssesseeName ITRForm:AssesseeName (1) (1)
PAN ITRForm:PAN (1) (1)
Address ITRForm:Address (1) (1)
DateOFFormOrIncorp ITRForm:DateOFFormOrIncorp (1) (1)
StatusOrCompanyType ITRForm:StatusOrCompanyType (1) (1)
SubStatus ITRForm:SubStatus 0 (1)