gml:OperationParameter
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:OperationParameterType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:parameterName [1..1] The name by which this operation parameter is identified.
- gml:minimumOccurs [0..1] The minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number is one.
- gml:parameterID [0..*] Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this operation parameter, including source information.
from type gml:OperationParameterBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:OperationParameterBaseType |
Used in
- Group gml:Value
- Type gmx:CT_OperationParameters_PropertyType (Element gmx:parameters)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:AbstractGeneralOperationParameterRefType (Elements gml:usesParameter, gml:abstractGeneralOperationParameterRef, gml:includesParameter)
- Type gml:OperationParameterRefType (Elements gml:valueOfParameter, gml:operationParameterRef, gml:operationParameterGroupRef)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:Definition
- can be substituted with gml:_GeneralOperationParameter
- can be substituted with gml:OperationParameter
- can be substituted with gmx:ML_OperationParameter
- can be substituted with gml:OperationParameter
- can be substituted with gml:_GeneralOperationParameter
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gml:OperationParameter gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:parameterName>string</gml:parameterName> <gml:minimumOccurs>1</gml:minimumOccurs> <gml:parameterID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:parameterID> <gml:remarks>string</gml:remarks> </gml:OperationParameter>