gmx:parameters
Element information
Namespace: http://www.isotc211.org/2005/gmx
Schema document: external/ogc/iso/19139/20070417/gmx/catalogues.xsd
Type: gmx:CT_OperationParameters_PropertyType
Properties: Local, Qualified
Content
- Choice [0..1]
- gml:OperationParametergml:OperationParameter is the definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complex type is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
- gml:OperationParameterGroupgml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names. The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.
from subst. group gml:AbstractGeneralOperationParameterfrom subst. group gml:OperationParameterfrom subst. group gml:OperationParameterGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NilReasonType |
Used in
- Type gmx:CT_CrsCatalogue_Type (Element gmx:CT_CrsCatalogue)
Sample instance
<gmx:parameters> <gml:OperationParameter gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:minimumOccurs>1</gml:minimumOccurs> </gml:OperationParameter> </gmx:parameters>