Definition Type: ComplexType
Name: OperationParameterType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:OperationParameterBaseType
Containing Schema: gml.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 remarks in schema gml_xsd Drilldown into parameterID in schema gml_xsd Drilldown into minimumOccurs in schema gml_xsd Drilldown into parameterName in schema gml_xsd Drilldown into minimumOccurs in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into OperationParameterBaseType in schema gml_xsdXSD Diagram of OperationParameterType in schema gml_xsd (National Information Exchange Model (NEIM))
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">
                    <annotation>
                        <documentation>Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases. </documentation>
                    </annotation>
                </element>
                <element ref="gml:remarks" minOccurs="0">
                    <annotation>
                        <documentation>Comments on or information about this operation parameter, including source information. </documentation>
                    </annotation>
                </element>
            </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
parameterName gml:parameterName (1) (1)
minimumOccurs gml:minimumOccurs 0 (1)
parameterID gml:parameterID 0 unbounded
remarks gml:remarks 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gmx:ML_OperationParameter_Type, gml:OperationParametergmx:OperationParameterAlt_Type,