Definition Type: Element
Name: IncOfferedSchNo
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 IncOfferedSchNo in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="IncOfferedSchNo" minOccurs="0">
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="50" />
            <xs:minLength value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 50
MinLength 1
Collapse Derivation Tree: