Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType param-valueType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}param-valueType (restriction)

Documentation

	This type is a general type that can be used to declare
	parameter/value lists.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, param-name, param-value )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:stringparam-name
           The param-name element contains the name of a parameter.  
j2ee:xsdStringTypeparam-value
           The param-value element contains the value of a parameter.  

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
service-ref_handlerType

Source
<xsd:complexType name="param-valueType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="param-name" type="j2ee:string">
</xsd:element>
<xsd:element name="param-value" type="j2ee:xsdStringType">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


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

 

Skip navigation bar   Back to Top