<complexType name="OperationParameterGroupType">
<annotation>
<documentation>The definition of a group of parameters used by an operation method. This complexType is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names. </documentation>
</annotation>
<complexContent>
<extension base="gml:OperationParameterGroupBaseType">
<sequence>
<element ref="gml:groupID" minOccurs="0" maxOccurs="unbounded" />
<element ref="gml:maximumOccurs" minOccurs="0" />
<element ref="gml:includesParameter" minOccurs="2" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|