Schema Central  >  XHTML 1.0 Strict  >  xhtml1-strict.xsd  >  param
Advanced search

Recommended Reading:

Definitive XML Schema

 

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-strict.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Empty content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:ID
name [0..1]xsd:anySimpleType
value [0..1]xsd:anySimpleType
valuetype [0..1]AnonymousDefault value is "data".
type [0..1]ContentType

Used in

  • Anonymous type of element object

Sample instance

<param> <--any elements or text--> </param>