Definition Type: Element
Name: AssYr
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of AssYr in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="AssYr">
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="7" />
            <xs:pattern value="2012-13" />
            <xs:pattern value="2013-14" />
            <xs:pattern value="2014-15" />
            <xs:pattern value="2015-16" />
            <xs:pattern value="2016-17" />
            <xs:pattern value="2017-18" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 7
Pattern 2012-13
Collapse Derivation Tree: