Definition Type: Element
Name: OwnershipInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OwnerPAN 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 OwnerName in schema itr-6_2018_master_xsdXSD Diagram of OwnershipInfo in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="OwnershipInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OwnerName">
                <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="OwnerPAN" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="10" />
                        <xs:pattern value="[A-Z]{5}[0-9]{4}[A-Z]" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OwnerName ITRForm:OwnerName (1) (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode (1) (1)
PercentageOfShare ITRForm:PercentageOfShare (1) (1)
OwnerPAN ITRForm:OwnerPAN 0 (1)