complexType ParameterValueGroupType
diagram index_p1276.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractGeneralParameterValueType
properties
base gml:AbstractGeneralParameterValueType
children gml:includesValue gml:valuesOfGroup
used by
element parameterValueGroup
annotation
documentation
A group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level parameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. 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="ParameterValueGroupType">
 
<xs:annotation>
   
<xs:documentation>A group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level parameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. 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:element ref="gml:includesValue" minOccurs="2" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Unordered set of composition associations to the parameter values and groups of values included in this group. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element ref="gml:valuesOfGroup"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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