XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element param

Documentation
      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.
      

Model
<param
  id = xs:ID
  name = <TODO local simpleType in attribute>
  type = ContentType
  value = <TODO local simpleType in attribute>
  valuetype = <TODO local simpleType in attribute> : data>

</param>


Attribute Summary
 xs:IDid
          
 <TODO local simpleType in attribute>name
          
 ContentTypetype
          
 <TODO local simpleType in attribute>value
          
 <TODO local simpleType in attribute>valuetype
          

Attribute Detail

id

xs:ID id


name

<TODO local simpleType in attribute> name


type

ContentType type


value

<TODO local simpleType in attribute> value


valuetype

<TODO local simpleType in attribute> valuetype

Default: data
Source
<xs:element name="param">
<xs:complexType>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="name"/>
<xs:attribute name="value"/>
<xs:attribute default="data" name="valuetype">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="data"/>
<xs:enumeration value="ref"/>
<xs:enumeration value="object"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type" type="ContentType"/>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.