Definition Type: ComplexType
Name: OperationParameterGroupType
Namespace: http://www.opengis.net/gml
Type: gml:OperationParameterGroupBaseType
Containing Schema: coordinateOperations.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into includesParameter in schema coordinateoperations_xsd Drilldown into maximumOccurs in schema coordinateoperations_xsd Drilldown into groupID in schema coordinateoperations_xsd Drilldown into minimumOccurs in schema coordinateoperations_xsd Drilldown into groupName in schema coordinateoperations_xsd Drilldown into remarks in schema referencesystems_xsd Drilldown into minimumOccurs in schema coordinateoperations_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into OperationParameterGroupBaseType in schema coordinateoperations_xsdXSD Diagram of OperationParameterGroupType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
minimumOccurs gml:minimumOccurs 0 (1)
metaDataProperty gml:metaDataProperty 0 unbounded
remarks gml:remarks 0 (1)
groupName gml:groupName (1) (1)
minimumOccurs gml:minimumOccurs 0 (1)
groupID gml:groupID 0 unbounded
maximumOccurs gml:maximumOccurs 0 (1)
includesParameter gml:includesParameter 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:OperationParameterGroup