created

The created element contains the date and time that the parent element was created and is 
represented in an ISO 8601 format.  The created element may appear zero or one time.

Element Information

Model

Source

<xs:element name="created" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The created element contains the date and time that the parent element was created and is represented in an ISO 8601 format. The created element may appear zero or one time.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< asset xmlns = "http://www.collada.org/2008/03/COLLADASchema" >

< contributor>

< author/>

< authoring_tool>

RenderMonkey

</ authoring_tool>

< comments>

Output from RenderMonkey COLLADA Exporter

</ comments>

< copyright/>

< source_data/>

</ contributor>

< created>

2008-03-27T20:31:16Z

</ created>

< modified>

2008-03-27T20:31:16Z

</ modified>

< unit meter = "0.01" name = "centimeter" />

< up_axis>

Y_UP

</ up_axis>

</ asset>