param

param is used to supply a named property value. In XML it would seem natural to follow RDF and support an abbreviated syntax where the param elements are replaced by attribute value pairs on the object start tag.

PARAM Tag#

A PARAM is used to supply a named property value. In XML it would seem natural to follow RDF and support an abbreviated syntax where the param elements are replaced by attribute value pairs on the object start tag. Attributes are:

Attribute Description Default Value Values Required
id no
name no
value no
valuetype data data,ref,object no
type media type, as per [RFC2045](http://www.ietf.org/rfc/rfc2045.txt) no

Example:

<param 
id="" 
name="" 
value="" 
valuetype="data" 
type="" 
>
</param>