Schema Central > NIEM 2.1 > coordinateOperations.xsd > gml:OperationParameterGroup
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:OperationParameterGroup

gml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [1..1]xsd:IDfrom type gml:DefinitionBaseType

Used in

Substitution hierarchy

Sample instance

<gml:OperationParameterGroup gml:id="ID">
   <gml:metaDataProperty>
      <gml:GenericMetaData>Any text, intermingled with:
         <!--any element-->
      </gml:GenericMetaData>
   </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:OperationParameter 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:OperationParameter>
   </gml:parameter>
</gml:OperationParameterGroup>

Site developed and hosted by Datypic, Inc.

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