Schema Central > NIEM 2.1 > coordinateOperations.xsd > gml:OperationMethod
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:OperationMethod

gml:OperationMethod is a method (algorithm or procedure) used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters.
The parameter elements are an unordered list of associations to the set of operation parameters and parameter groups used by this operation method.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [1..1]xsd:IDfrom type gml:DefinitionBaseType

Used in

Substitution hierarchy

Sample instance

<gml:OperationMethod 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:formulaCitation>
      <gmd:CI_Citation>
         <gmd:title>...
         </gmd:title>
         <gmd:alternateTitle>...
         </gmd:alternateTitle>
         <gmd:date>...
         </gmd:date>
         <gmd:edition>...
         </gmd:edition>
         <gmd:editionDate>...
         </gmd:editionDate>
         <gmd:identifier>...
         </gmd:identifier>
         <gmd:citedResponsibleParty>...
         </gmd:citedResponsibleParty>
         <gmd:presentationForm>...
         </gmd:presentationForm>
         <gmd:series>...
         </gmd:series>
         <gmd:otherCitationDetails>...
         </gmd:otherCitationDetails>
         <gmd:collectiveTitle>...
         </gmd:collectiveTitle>
         <gmd:ISBN>...
         </gmd:ISBN>
         <gmd:ISSN>...
         </gmd:ISSN>
      </gmd:CI_Citation>
   </gml:formulaCitation>
   <gml:sourceDimensions>1</gml:sourceDimensions>
   <gml:targetDimensions>1</gml:targetDimensions>
   <gml:parameter>
      <gml:OperationParameter gml:id="ID">
         <gml:metaDataProperty>...
         </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>
   </gml:parameter>
</gml:OperationMethod>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com