Definition Type: Element
Name: EmailAddress
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Email Id is required for receiving copy of ITR-V
Collapse XSD Schema Diagram:
XSD Diagram of EmailAddress in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="EmailAddress">
    <xs:annotation>
        <xs:documentation>Email Id is required for receiving copy of ITR-V
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="125" />
            <xs:pattern value="([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 125
Pattern ([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+
Collapse Derivation Tree: