<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="javaee:descriptionType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="param-name" type="javaee: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="javaee: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> |