revision

The revision element contains the revision information for the parent element. The revision 
element may appear zero or one time.

Element Information

Model

Source

<xs:element name="revision" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The revision element contains the revision information for the parent element. The revision element may appear zero or one time.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

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

< created>

2005-11-14T02:16:38Z

</ created>

< modified>

2005-11-15T11:36:38Z

</ modified>

< revision>

1.0

</ revision>

</ asset>