complexType param-valueType

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

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee


Source

<xsd:complexType name="param-valueType">
    <
xsd:annotation>
        <
xsd:documentation>
This type is a general type that can be used to declare
parameter/value lists.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="description" type="j2ee:descriptionType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="param-name" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The param-name element contains the name of a
parameter.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="param-value" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The param-value element contains the value of a
parameter.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

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


complexType param-valueType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.