gml:parameterValueGroup
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:ParameterValueGroupType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:includesValue [2..*] Unordered set of composition associations to the parameter values and groups of values included in this group.
- gml:valuesOfGroup [1..1] Association to the operation parameter group for which this element provides parameter values.
Attributes
None
Substitution hierarchy
- gml:_generalParameterValue
- can be substituted with gml:parameterValueGroup
Sample instance
<gml:parameterValueGroup> <gml:includesValue/> <gml:valuesOfGroup> <gml:OperationParameterGroup gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:groupName>string</gml:groupName> <gml:minimumOccurs>1</gml:minimumOccurs> <gml:groupID>... </gml:groupID> <gml:remarks>string</gml:remarks> <gml:maximumOccurs>1</gml:maximumOccurs> <gml:includesParameter>... </gml:includesParameter> </gml:OperationParameterGroup> </gml:valuesOfGroup> </gml:parameterValueGroup>