Definition Type: Element
Name: PartnerOrMemberInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Status in schema itr-7_2018_master_xsd Drilldown into AadhaarCardNo in schema itr-7_2018_master_xsd Drilldown into PAN in schema itr-7_2018_master_xsd Drilldown into SharePercentage in schema itr-7_2018_master_xsd Drilldown into AddressDetailWithZipCode in schema itr-7_2018_master_xsd Drilldown into PartnerOrMemberName in schema itr-7_2018_master_xsdXSD Diagram of PartnerOrMemberInfo in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="PartnerOrMemberInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PartnerOrMemberName" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="75" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AddressDetailWithZipCode" minOccurs="0" />
            <xs:element name="SharePercentage" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:maxInclusive value="100" />
                        <xs:minInclusive value="0" />
                        <xs:fractionDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PAN" 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="AadhaarCardNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="|[1-9][0-9]{11}|[1-9][0-9]{27}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Status" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="INDIVIDUAL" />
                        <xs:enumeration value="HUF" />
                        <xs:enumeration value="FIRM" />
                        <xs:enumeration value="LLP" />
                        <xs:enumeration value="DOMESTIC_COMPANY" />
                        <xs:enumeration value="FOREIGN_COMPANY" />
                        <xs:enumeration value="CO_OPERATIVE_SOCIETY" />
                        <xs:enumeration value="LOCAL_AUTHORITY" />
                        <xs:enumeration value="TRUST" />
                        <xs:enumeration value="AOP_BOI" />
                        <xs:enumeration value="ANY_OTHER_AJP" />
                        <xs:enumeration value="SETTLER" />
                        <xs:enumeration value="TRUSTEE" />
                        <xs:enumeration value="BENEFICIARY" />
                        <xs:enumeration value="PRINCIPAL_OFFICER" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartnerOrMemberName ITRForm:PartnerOrMemberName 0 (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode 0 (1)
SharePercentage ITRForm:SharePercentage 0 (1)
PAN ITRForm:PAN 0 (1)
AadhaarCardNo ITRForm:AadhaarCardNo 0 (1)
Status ITRForm:Status 0 (1)