Definition Type: ComplexType
Name: ParameterValueGroupType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGeneralParameterValueType
Containing Schema: gml.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into valuesOfGroup in schema gml_xsd Drilldown into includesValue in schema gml_xsd Drilldown into AbstractGeneralParameterValueType in schema gml_xsdXSD Diagram of ParameterValueGroupType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ParameterValueGroupType">
    <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. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeneralParameterValueType">
            <sequence>
                <element ref="gml:includesValue" minOccurs="2" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Unordered set of composition associations to the parameter values and groups of values included in this group. </documentation>
                    </annotation>
                </element>
                <element ref="gml:valuesOfGroup" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
includesValue gml:includesValue 2 unbounded
valuesOfGroup gml:valuesOfGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:parameterValueGroup