Definition Type: Element
Name: MobileNo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: unsignedLong:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of MobileNo in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="MobileNo">
    <xs:simpleType>
        <xs:restriction base="xs:unsignedLong">
            <xs:totalDigits value="10" />
            <xs:pattern value="[1-9]{1}[0-9]{9}|[1-9]{1}[0-9]{4,9}" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Pattern [1-9]{1}[0-9]{9}|[1-9]{1}[0-9]{4,9}
TotalDigits 10