http://maven.apache.org/XDOC/2.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 object start tag.
      
Properties
This component is not nillable.

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

</param>


Attribute Summary
 xs:IDid
          
 anySimpleTypename
          
 ContentTypetype
          
 anySimpleTypevalue
          
 xs:tokenvaluetype
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
anySimpleType
Use:
required
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="id" type="xs:ID"/>
<xs:attribute name="name" use="required"/>
<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>


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