Definition Type: Element
Name: Schedule5A2014
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Documentation:
Schedule 5A Information regarding apportionment of income between spouses governed by Portuguese Civil Code
Collapse XSD Schema Diagram:
Drilldown into TotalHeadIncome in schema itr-3_2018_master_xsd Drilldown into OtherSourcesHeadIncome in schema itr-3_2018_master_xsd Drilldown into CapGainHeadIncome in schema itr-3_2018_master_xsd Drilldown into BusHeadIncome in schema itr-3_2018_master_xsd Drilldown into HPHeadIncome in schema itr-3_2018_master_xsd Drilldown into PANOfSpouse in schema itr-3_2018_master_xsd Drilldown into NameOfSpouse in schema itr-3_2018_master_xsdXSD Diagram of Schedule5A2014 in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="Schedule5A2014">
    <xs:annotation>
        <xs:documentation>Schedule 5A Information regarding apportionment of
				income between spouses governed by Portuguese Civil Code
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NameOfSpouse">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PANOfSpouse">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="10" />
                        <xs:pattern value="[A-Z]{5}[0-9]{4}[A-Z]{1}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="HPHeadIncome" type="Sch5AIncType" />
            <xs:element name="BusHeadIncome" type="Sch5AIncType" />
            <xs:element name="CapGainHeadIncome" type="Sch5AIncType" />
            <xs:element name="OtherSourcesHeadIncome" type="Sch5AIncType" />
            <xs:element name="TotalHeadIncome" type="Sch5AIncType" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameOfSpouse ITRForm:NameOfSpouse (1) (1)
PANOfSpouse ITRForm:PANOfSpouse (1) (1)
HPHeadIncome ITRForm:HPHeadIncome (1) (1)
BusHeadIncome ITRForm:BusHeadIncome (1) (1)
CapGainHeadIncome ITRForm:CapGainHeadIncome (1) (1)
OtherSourcesHeadIncome ITRForm:OtherSourcesHeadIncome (1) (1)
TotalHeadIncome ITRForm:TotalHeadIncome (1) (1)