Definition Type: Element
Name: TaxDeductedSpouseOthPrsnPAN
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of TaxDeductedSpouseOthPrsnPAN in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="TaxDeductedSpouseOthPrsnPAN" minOccurs="0">
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:pattern value="[A-Z]{5}[0-9]{4}[A-Z]" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Pattern [A-Z]{5}[0-9]{4}[A-Z]
Collapse Derivation Tree: