gml:includesValue
deprecated
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:AbstractGeneralParameterValuePropertyType
Properties: Global, Qualified
Content
- Choice [1..1]
- gml:ParameterValue gml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values. This concrete complex type may 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 complex type may be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
- gml:ParameterValueGroup gml:ParameterValueGroup is 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 complex type can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with only one instance. The parameterValue elements are an unordered set of composition association roles to the parameter values and groups of values included in this group.
from subst. group gml:AbstractGeneralParameterValue
Attributes
None
Used in
- Type gml:ConversionType (Element gml:Conversion)
- Type gml:ParameterValueGroupType (Element gml:ParameterValueGroup)
- Type gml:TransformationType (Element gml:Transformation)
Substitution hierarchy
- gml:parameterValue
- can be substituted with gml:includesValue
Sample instance
<gml:includesValue> <gml:ParameterValue> <gml:value uom="">1.0</gml:value> <gml:operationParameter> <gml:OperationParameter gml:id="ID">... </gml:OperationParameter> </gml:operationParameter> </gml:ParameterValue> </gml:includesValue>