complexType ParameterValueType
diagram index_p1277.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractGeneralParameterValueType
properties
base gml:AbstractGeneralParameterValueType
children gml:value gml:dmsAngleValue gml:stringValue gml:integerValue gml:booleanValue gml:valueList gml:integerValueList gml:valueFile gml:valueOfParameter
used by
elements parameterValue usesValue
annotation
documentation
A parameter value, ordered sequence of values, or reference to a file of parameter values. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
source <xs:complexType name="ParameterValueType">
 
<xs:annotation>
   
<xs:documentation>A parameter value, ordered sequence of values, or reference to a file of parameter values. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances. </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractGeneralParameterValueType">
     
<xs:sequence>
       
<xs:choice>
         
<xs:element ref="gml:value"/>
         
<xs:element ref="gml:dmsAngleValue"/>
         
<xs:element ref="gml:stringValue"/>
         
<xs:element ref="gml:integerValue"/>
         
<xs:element ref="gml:booleanValue"/>
         
<xs:element ref="gml:valueList"/>
         
<xs:element ref="gml:integerValueList"/>
         
<xs:element ref="gml:valueFile"/>
       
</xs:choice>
       
<xs:element ref="gml:valueOfParameter"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy