Definition Type: ComplexType
Name: AbstractGeneralOperationParameterType
Namespace: http://www.opengis.net/gml
Type: gml:DefinitionType
Containing Schema: coordinateOperations.xsd
Abstract True
Documentation:
The definition of a parameter or group of parameters used by an operation method.
Collapse XSD Schema Diagram:
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 DefinitionType in schema dictionary_xsdXSD Diagram of AbstractGeneralOperationParameterType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractGeneralOperationParameterType" abstract="true">
    <annotation>
        <documentation>The definition of a parameter or group of parameters used by an operation method. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:DefinitionType">
            <sequence>
                <element ref="gml:minimumOccurs" minOccurs="0" />
            </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)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:_GeneralOperationParametergml:OperationParameterBaseType, gml:OperationParameterGroupBaseType,