<element minOccurs="1" name="parameterName" type="gml:CodeType"><annotation><documentation>A description or code to what the value property represents.</documentation></annotation></element>
<element minOccurs="1" name="parameterValue" type="string"><annotation><documentation>A value associated with the name.</documentation></annotation></element>
For numeric parameter values where a value rangeis expressed instead of a fixed value, this propertycontains the minimum value of the range.
Diagram
Type
double
Properties
content
simple
Source
<element name="parameterMinValue" type="double"><annotation><documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the minimum value of the range.</documentation></annotation></element>
For numeric parameter values where a value rangeis expressed instead of a fixed value, this propertycontains the maximum value of the range.
Diagram
Type
double
Properties
content
simple
Source
<element name="parameterMaxValue" type="double"><annotation><documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the maximum value of the range.</documentation></annotation></element>
<element name="parameterUnits" type="diggs:AllUnits" minOccurs="0"><annotation><documentation>Unit of measure of the parameter.</documentation></annotation></element>
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
An integer that indicates the order of the parameterresults.
Source
<complexType name="ParameterType"><annotation><documentation>Complex type: ParameterType</documentation></annotation><complexContent><extension base="diggs:AbstractComponentObjectBaseType"><sequence><element minOccurs="1" name="parameterName" type="gml:CodeType"><annotation><documentation>A description or code to what the value property represents.</documentation></annotation></element><choice><element minOccurs="1" name="parameterValue" type="string"><annotation><documentation>A value associated with the name.</documentation></annotation></element><sequence><element name="parameterMinValue" type="double"><annotation><documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the minimum value of the range.</documentation></annotation></element><element minOccurs="0" name="parameterValue" type="string"><annotation><documentation>A value associated with the name.</documentation></annotation></element><element name="parameterMaxValue" type="double"><annotation><documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the maximum value of the range.</documentation></annotation></element></sequence></choice><element name="parameterUnits" type="diggs:AllUnits" minOccurs="0"><annotation><documentation>Unit of measure of the parameter.</documentation></annotation></element></sequence><attribute name="index" type="positiveInteger" use="optional"><annotation><documentation>An integer that indicates the order of the parameter results.</documentation></annotation></attribute></extension></complexContent></complexType>
<attribute name="index" type="positiveInteger" use="optional"><annotation><documentation>An integer that indicates the order of the parameter results.</documentation></annotation></attribute>