gmx:ML_OperationMethod
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/crsItem.xsd
Type: gmx:ML_OperationMethod_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:methodName [1..1] The name by which this operation method is identified.
- gml:methodID [0..*] Set of alternative identifications of this operation method. The first methodID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this operation method, including source information.
- gml:methodFormula [1..1] Formula(s) used by this operation method. The value may be a reference to a publication. Note that the operation method may not be analytic, in which case this element references or contains the procedure, not an analytic formula.
- gml:sourceDimensions [1..1] Number of dimensions in the source CRS of this operation method.
- gml:targetDimensions [1..1] Number of dimensions in the target CRS of this operation method.
- gml:usesParameter [0..*] Unordered list of associations to the set of operation parameters and parameter groups used by this operation method.
- gmx:alternativeExpression [1..*]
from type gml:OperationMethodBaseTypefrom type gml:OperationMethodType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:OperationMethodBaseType |
Used in
- Group gml:Value
- Type gmx:ML_OperationMethod_PropertyType
- Type gmx:CT_OperationMethod_PropertyType (Element gmx:operationMethod)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:OperationMethodRefType (Elements gml:usesMethod, gml:operationMethodRef)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- 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:OperationMethod
- can be substituted with gmx:ML_OperationMethod
- can be substituted with gml:OperationMethod
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_OperationMethod gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:methodName>string</gml:methodName> <gml:methodID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:methodID> <gml:remarks>string</gml:remarks> <gml:methodFormula>string</gml:methodFormula> <gml:sourceDimensions>1</gml:sourceDimensions> <gml:targetDimensions>1</gml:targetDimensions> <gml:usesParameter> <gml:OperationParameter gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:parameterName>string</gml:parameterName> <gml:minimumOccurs>1</gml:minimumOccurs> <gml:parameterID>... </gml:parameterID> <gml:remarks>string</gml:remarks> </gml:OperationParameter> </gml:usesParameter> <gmx:alternativeExpression> <gmx:OperationMethodAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:methodName>string</gml:methodName> <gml:methodID>... </gml:methodID> <gml:remarks>string</gml:remarks> <gml:methodFormula>string</gml:methodFormula> <gml:sourceDimensions>1</gml:sourceDimensions> <gml:targetDimensions>1</gml:targetDimensions> <gml:usesParameter>... </gml:usesParameter> <gmx:locale>... </gmx:locale> </gmx:OperationMethodAlt> </gmx:alternativeExpression> </gmx:ML_OperationMethod>