Definition Type: Element
Name: PartnerOrMemberInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RemunerationPaid in schema itr-5_2018_master_xsd Drilldown into RateOfInterest in schema itr-5_2018_master_xsd Drilldown into Status in schema itr-5_2018_master_xsd Drilldown into LLPIdentificationNo in schema itr-5_2018_master_xsd Drilldown into AadhaarCardNo in schema itr-5_2018_master_xsd Drilldown into PAN in schema itr-5_2018_master_xsd Drilldown into SharePercentage in schema itr-5_2018_master_xsd Drilldown into AddressDetailWithZipCode in schema itr-5_2018_master_xsd Drilldown into PartnerOrMemberName in schema itr-5_2018_master_xsd Drilldown into TotIncFrmMemberOfAop in schema itr-5_2018_master_xsd Drilldown into PercentageOfShareForeignComp in schema itr-5_2018_master_xsd Drilldown into PartnerForeignCompFlg in schema itr-5_2018_master_xsdXSD Diagram of PartnerOrMemberInfo in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="PartnerOrMemberInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PartnerForeignCompFlg" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Any member of the AOP/BOI a foreign
							company.
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="YES" />
                        <xs:enumeration value="NO" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PercentageOfShareForeignComp" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:minInclusive value="0" />
                        <xs:maxInclusive value="100" />
                        <xs:fractionDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotIncFrmMemberOfAop" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PartnerOrMemberName">
                <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="SharePercentage">
                <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="LLPIdentificationNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[A-Z0-9-]{8}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Status">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="INDIVIDUAL" />
                        <xs:enumeration value="IND_WORKING" />
                        <xs:enumeration value="IND_RETIRED" />
                        <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:element name="RateOfInterest">
                <xs:simpleType>
                    <xs:restriction base="xs:decimal">
                        <xs:minInclusive value="0" />
                        <xs:maxInclusive value="100" />
                        <xs:fractionDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RemunerationPaid">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartnerForeignCompFlg ITRForm:PartnerForeignCompFlg 0 (1)
PercentageOfShareForeignComp ITRForm:PercentageOfShareForeignComp 0 (1)
TotIncFrmMemberOfAop ITRForm:TotIncFrmMemberOfAop 0 (1)
PartnerOrMemberName ITRForm:PartnerOrMemberName (1) (1)
AddressDetailWithZipCode ITRForm:AddressDetailWithZipCode (1) (1)
SharePercentage ITRForm:SharePercentage (1) (1)
PAN ITRForm:PAN 0 (1)
AadhaarCardNo ITRForm:AadhaarCardNo 0 (1)
LLPIdentificationNo ITRForm:LLPIdentificationNo 0 (1)
Status ITRForm:Status (1) (1)
RateOfInterest ITRForm:RateOfInterest (1) (1)
RemunerationPaid ITRForm:RemunerationPaid (1) (1)