param

The accessor element may have any number of param elements.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.
semantic xs:NMTOKEN optional
The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
sid sid_type optional
The sid attribute is a text string value containing the sub-identifier of this element. 
This value must be unique within the scope of the parent element. Optional attribute.
type xs:NMTOKEN required
The type attribute indicates the type of the value data. This text string must be understood 
by the application. Required attribute.

Source

<xs:element name="param" type="param_type" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The accessor element may have any number of param elements.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< bind_uniform xmlns = "http://www.collada.org/2008/03/COLLADASchema" symbol = "fSpecularPower" >

< param ref = "fSpecularPower_E0_P0" />

</ bind_uniform>