Definition Type: Element
Name: BadDebtDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into BadDebt in schema itr-5_2018_master_xsd Drilldown into OthersAmtLt1Lakh in schema itr-5_2018_master_xsd Drilldown into OthersWherePANNotAvlble in schema itr-5_2018_master_xsd Drilldown into BadDebtAmtDtls in schema itr-5_2018_master_xsdXSD Diagram of BadDebtDtls in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="BadDebtDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="BadDebtAmtDtls" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="PAN">
                            <xs:simpleType>
                                <xs:restriction base="nonEmptyString">
                                    <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="Amount" 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="OthersWherePANNotAvlble">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthersAmtLt1Lakh">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="BadDebt" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BadDebtAmtDtls ITRForm:BadDebtAmtDtls 0 unbounded
OthersWherePANNotAvlble ITRForm:OthersWherePANNotAvlble (1) (1)
OthersAmtLt1Lakh ITRForm:OthersAmtLt1Lakh (1) (1)
BadDebt ITRForm:BadDebt (1) (1)