Definition Type: Element
Name: PropFund
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotPropFund in schema itr-3_2018_master_xsd Drilldown into ResrNSurp in schema itr-3_2018_master_xsd Drilldown into PropCap in schema itr-3_2018_master_xsdXSD Diagram of PropFund in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="PropFund">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PropCap" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ResrNSurp">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="RevResr" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="CapResr" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="StatResr" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="OthResr" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="TotResrNSurp" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="TotPropFund" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
PropCap ITRForm:PropCap (1) (1)
ResrNSurp ITRForm:ResrNSurp (1) (1)
TotPropFund ITRForm:TotPropFund (1) (1)