Definition Type: Element
Name: KeyPersons
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DirectorIdNo in schema itr-6_2018_master_xsd Drilldown into KeyPerPAN in schema itr-6_2018_master_xsd Drilldown into AddressDetailWithZipCode in schema itr-6_2018_master_xsd Drilldown into Designation in schema itr-6_2018_master_xsd Drilldown into PersonName in schema itr-6_2018_master_xsdXSD Diagram of KeyPersons in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="KeyPersons">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PersonName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Designation">
                <xs:annotation>
                    <xs:documentation>						           
									MD - Managing Director
									DIR - Director
									SEC - Secretary
									CEO - Cheif Executive Officer
									CFO - Cheif Financial Officer
									MGR - Manager
									OPO - Any other Principal Officer                               									
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="MD" />
                        <xs:enumeration value="DIR" />
                        <xs:enumeration value="SEC" />
                        <xs:enumeration value="CEO" />
                        <xs:enumeration value="CFO" />
                        <xs:enumeration value="MGR" />
                        <xs:enumeration value="OPO" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AddressDetailWithZipCode" />
            <xs:element name="KeyPerPAN" minOccurs="0">
                <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 name="DirectorIdNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[0-9]{8}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName ITRForm:PersonName (1) (1)
Designation ITRForm:Designation (1) (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode (1) (1)
KeyPerPAN ITRForm:KeyPerPAN 0 (1)
DirectorIdNo ITRForm:DirectorIdNo 0 (1)