Definition Type: Attribute
Name: createDateTime
Namespace: http://www.rixml.org/2005/3/RIXML
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: RIXML-2_2.xsd
Use Required
Documentation:
This marks the date/time at which this research bundle was formed. It is expressed using ISO 8601 as refined by the World Wide Web Consortium's note http://www.w3.org/TR/NOTE-datetime. In addition, RIXML requires the use of Zulu time or Z-time (GMT +/- n hours:minute:seconds). All times are absolute and easier to compute, rather than using a relative (i.e. 08:30 +5) time.
Collapse XSD Schema Diagram:
XSD Diagram of createDateTime in schema rixml-2_2_xsd (RIXML - Research Information Markup Language)
Collapse XSD Schema Code:
<xs:attribute name="createDateTime" type="xs:dateTime" use="required">
    <xs:annotation>
        <xs:documentation>This marks the date/time at which this research bundle was formed.  It is expressed using ISO 8601 as refined by the World Wide Web Consortium's note http://www.w3.org/TR/NOTE-datetime.  In addition, RIXML requires the use of Zulu time or Z-time (GMT +/- n hours:minute:seconds).  All times are absolute and easier to compute, rather than using a relative (i.e. 08:30 +5) time.  </xs:documentation>
    </xs:annotation>
</xs:attribute>