BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
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 objecttag start tag.
      
Properties
This component is not nillable.

Model
<param
  htmlId = xs:ID
  name = anySimpleType
  type = ContentType
  value = anySimpleType
  valuetype = xs:token : data>

</param>


Attribute Summary
 xs:IDhtmlId
          
 anySimpleTypename
          
 ContentTypetype
          
 anySimpleTypevalue
          
 xs:tokenvaluetype
          

Attribute Detail

htmlId

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
anySimpleType
Use:
optional
Form:
unqualified

type

Type:
ContentType
Use:
optional
Form:
unqualified

value

Type:
anySimpleType
Use:
optional
Form:
unqualified

valuetype

Type:
based on
with :
Default:
data
Use:
optional
Form:
unqualified

Source
<xs:element name="param">
<xs:complexType>
<xs:attribute name="htmlId" 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="objecttag"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type" type="ContentType"/>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation