Documentation for fieldgml

Complex Type: ParameterValueGroupType

[Table of contents]

Super-types: AbstractGeneralParameterValueType < ParameterValueGroupType (by extension)
Sub-types: None
Name ParameterValueGroupType
Abstract no
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.
XML Instance Representation
<...>
<gml:includesValue> ... </gml:includesValue> [2..*]

'Unordered set of composition associations to the parameter values and groups of values included in this group.'

</...>
Diagram
Schema Component Representation
<complexType name="ParameterValueGroupType">
<complexContent>
<extension base=" gml:AbstractGeneralParameterValueType ">
<sequence>
<element ref=" gml:includesValue " minOccurs="2" maxOccurs="unbounded"/>
<element ref=" gml:valuesOfGroup "/>
</sequence>
</extension>
</complexContent>
</complexType>