Definition Type: Element
Name: ContributionHUFDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AadhaarCardNo in schema itr-7_2018_master_xsd Drilldown into PAN in schema itr-7_2018_master_xsd Drilldown into Address in schema itr-7_2018_master_xsd Drilldown into Name in schema itr-7_2018_master_xsdXSD Diagram of ContributionHUFDtls in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ContributionHUFDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Name">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Address">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </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:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name ITRForm:Name (1) (1)
Address ITRForm:Address (1) (1)
PAN ITRForm:PAN 0 (1)
AadhaarCardNo ITRForm:AadhaarCardNo 0 (1)