Definition Type: Element
Name: CreationInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
This element will be used by third party vendors and intermediaries to give details of their software or xml creation.
Collapse XSD Schema Diagram:
Drilldown into Digest in schema itr-5_2018_master_xsd Drilldown into IntermediaryCity in schema itr-5_2018_master_xsd Drilldown into XMLCreationDate in schema itr-5_2018_master_xsd Drilldown into XMLCreatedBy in schema itr-5_2018_master_xsd Drilldown into SWCreatedBy in schema itr-5_2018_master_xsd Drilldown into SWVersionNo in schema itr-5_2018_master_xsdXSD Diagram of CreationInfo in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="CreationInfo">
    <xs:annotation>
        <xs:documentation>This element will be used by third party vendors and intermediaries to give details of their software or xml creation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SWVersionNo" default="1.0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="10" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SWCreatedBy">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[S][W][0-9]{8}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="XMLCreatedBy">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[S][W][0-9]{8}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="XMLCreationDate">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2018-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntermediaryCity" default="Delhi">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="25" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Digest">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="-|.{44}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SWVersionNo ITRForm:SWVersionNo (1) (1)
SWCreatedBy ITRForm:SWCreatedBy (1) (1)
XMLCreatedBy ITRForm:XMLCreatedBy (1) (1)
XMLCreationDate ITRForm:XMLCreationDate (1) (1)
IntermediaryCity ITRForm:IntermediaryCity (1) (1)
Digest ITRForm:Digest (1) (1)