Definition Type: Element
Name: ScheduleAL
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LiabilityInRelatAssets in schema itr-4_2018_master_xsd Drilldown into InterestHeldInaAsset in schema itr-4_2018_master_xsd Drilldown into InterstAOPFlag in schema itr-4_2018_master_xsd Drilldown into MovableAsset in schema itr-4_2018_master_xsd Drilldown into ImmovableDetails in schema itr-4_2018_master_xsd Drilldown into ImmovableFlag in schema itr-4_2018_master_xsdXSD Diagram of ScheduleAL in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="ScheduleAL">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ImmovableFlag">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ImmovableDetails" type="ImmovableDetails" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="MovableAsset" />
            <xs:element name="InterstAOPFlag">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="InterestHeldInaAsset" type="InterestHeldInaAsset" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="LiabilityInRelatAssets">
                <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
ImmovableFlag ITRForm:ImmovableFlag (1) (1)
ImmovableDetails ITRForm:ImmovableDetails 0 unbounded
MovableAsset ITRForm:MovableAsset (1) (1)
InterstAOPFlag ITRForm:InterstAOPFlag (1) (1)
InterestHeldInaAsset ITRForm:InterestHeldInaAsset 0 unbounded
LiabilityInRelatAssets ITRForm:LiabilityInRelatAssets (1) (1)