Schema Central > NIEM 2.0 > gml.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

Element information

Content

Attributes

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

Used in

Substitution hierarchy

Sample instance

<gml:OperationParameterGroup gml:id="ID">
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:groupName>string</gml:groupName>
   <gml:minimumOccurs>1</gml:minimumOccurs>
   <gml:groupID>
      <gml:name>string</gml:name>
      <gml:version>string</gml:version>
      <gml:remarks>string</gml:remarks>
   </gml:groupID>
   <gml:remarks>string</gml:remarks>
   <gml:maximumOccurs>1</gml:maximumOccurs>
   <gml:includesParameter>
      <gml:OperationParameter gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:parameterName>string</gml:parameterName>
         <gml:minimumOccurs>1</gml:minimumOccurs>
         <gml:parameterID>...
         </gml:parameterID>
         <gml:remarks>string</gml:remarks>
      </gml:OperationParameter>
   </gml:includesParameter>
</gml:OperationParameterGroup>

Site developed and hosted by Datypic, Inc.

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