Definition Type: Element
Name: ShareHolderInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShareHolderPAN in schema itr-6_2018_master_xsd Drilldown into PercentageOfShare in schema itr-6_2018_master_xsd Drilldown into AddressDetailWithZipCode in schema itr-6_2018_master_xsd Drilldown into ShareHolderInfoName in schema itr-6_2018_master_xsdXSD Diagram of ShareHolderInfo in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="ShareHolderInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ShareHolderInfoName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AddressDetailWithZipCode" />
            <xs:element name="PercentageOfShare">
                <xs:simpleType>
                    <xs:restriction base="xs:double">
                        <xs:minInclusive value="10" />
                        <xs:maxInclusive value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ShareHolderPAN" 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:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShareHolderInfoName ITRForm:ShareHolderInfoName (1) (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode (1) (1)
PercentageOfShare ITRForm:PercentageOfShare (1) (1)
ShareHolderPAN ITRForm:ShareHolderPAN 0 (1)