Definition Type: ComplexType
Name: OperationParameterType
Namespace: http://www.opengis.net/gml
Type: gml:OperationParameterBaseType
Containing Schema: coordinateOperations.xsd
Abstract
Documentation:
The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
Collapse XSD Schema Diagram:
Drilldown into parameterID in schema coordinateoperations_xsd Drilldown into minimumOccurs in schema coordinateoperations_xsd Drilldown into parameterName 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 OperationParameterBaseType in schema coordinateoperations_xsdXSD Diagram of OperationParameterType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="OperationParameterType">
    <annotation>
        <documentation>The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.  </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:OperationParameterBaseType">
            <sequence>
                <element ref="gml:parameterID" minOccurs="0" 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)
parameterName gml:parameterName (1) (1)
minimumOccurs gml:minimumOccurs 0 (1)
parameterID gml:parameterID 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:OperationParameter