image

There must be at least one image element.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
The id attribute is a text string containing the unique identifier of this element. This value 
must be unique within the instance document. Optional attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.
sid sid_type optional
sub identifier

Source

<xs:element name="image" type="image_type" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>There must be at least one image element.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

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

< image id = "base" name = "base" >

< init_from>

< ref>

./Textured_Bump_GLSL/Fieldstone.tga

</ ref>

</ init_from>

</ image>

< image id = "bump" name = "bump" >

< init_from>

< ref>

./Textured_Bump_GLSL/FieldstoneBumpDOT3.tga

</ ref>

</ init_from>

</ image>

</ library_images>