Schema Central > NIEM 3.1 > coordinateOperations.xsd > gml:ParameterValueGroup
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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.

Element information

Content

Attributes

None

Used in

Substitution hierarchy

Sample instance

<gml:ParameterValueGroup>
   <gml:parameterValue>
      <gml:ParameterValue>
         <gml:value uom="">1.0</gml:value>
         <gml:operationParameter>...
         </gml:operationParameter>
      </gml:ParameterValue>
   </gml:parameterValue>
   <gml:group>
      <gml:OperationParameterGroup gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:remarks>string</gml:remarks>
         <gml:minimumOccurs>1</gml:minimumOccurs>
         <gml:maximumOccurs>1</gml:maximumOccurs>
         <gml:parameter>...
         </gml:parameter>
      </gml:OperationParameterGroup>
   </gml:group>
</gml:ParameterValueGroup>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com