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.
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-transitional.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | ||
name | [1..1] | xsd:anySimpleType | ||
value | [0..1] | xsd:anySimpleType | ||
valuetype | [0..1] | Anonymous | Default value is "data". | |
type | [0..1] | ContentType |
Used in
Sample instance
<param> <--any elements or text--> </param>