Difference between revisions of "SV OperationMetadata"
From Earth Science Information Partners (ESIP)
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[ | + | [[Image:SV_ServiceIdentification.png|thumb|right|SV_ServiceIdentification]] |
| + | == srv:SV_OperationMetadata == | ||
| + | Describes the signature of one and only one method provided by the service | ||
| + | |||
| + | <div id="elementsAndDefinitionsManual"> | ||
| + | <!--elements, definitions, and examples for class: SV_ServiceIdentification--> | ||
<table cellpadding="3" width="100%"> | <table cellpadding="3" width="100%"> | ||
<tr> | <tr> | ||
| − | <th colspan="3" | + | <th colspan="3">Elements</th> |
| − | <th | + | <th width="10%">Domain</th> |
| − | < | + | <th width="50%">Definition and Recommended Practice</th> |
| + | <th width="30%"><i>Examples</i></th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="FFFF99">1</td> | ||
| + | <td bgcolor="FFFF99">[[CharacterString|srv:operationName]]</td> | ||
| + | <td bgcolor="FFFF99">1</td> | ||
| + | <td bgcolor="FFFF99">[[CharacterString|gco:CharacterString]]</td> | ||
| + | <td>A unique identifier for this interface</td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="FFFF99">2</td> | ||
| + | <td bgcolor="FFFF99">[[ISO_19115-3_Codelists#DCPList|srv:distributedComputingPlatform]]</td> | ||
| + | <td bgcolor="FFFF99">1..*</td> | ||
| + | <td bgcolor="FFFF99">[[ISO_19115-3_Codelists#DCPList|srv:DCPList]]</td> | ||
| + | <td>Distributed computing platforms on which the operation has been implemented</td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="CCFFFF">3</td> | ||
| + | <td bgcolor="CCFFFF">[[CharacterString|srv:operationDescription]]</td> | ||
| + | <td bgcolor="CCFFFF">0..1</td> | ||
| + | <td bgcolor="CCFFFF">[[CharacterString|gco:CharacterString]]</td> | ||
| + | <td>Free text description of the intent of the operation and the results of the operation</td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="CCFFFF">4</td> | ||
| + | <td bgcolor="CCFFFF">[[CharacterString|srv:invocationName]]</td> | ||
| + | <td bgcolor="CCFFFF">0..1</td> | ||
| + | <td bgcolor="CCFFFF">[[CharacterString|gco:CharacterString]]</td> | ||
| + | <td>The name used to invoke this interface within the context of the DCP. The name is identical for all DCPs.</td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="FFFF99">5</td> | ||
| + | <td bgcolor="FFFF99">[[CI_OnlineResource|srv:connectPoint]]</td> | ||
| + | <td bgcolor="FFFF99">1..*</td> | ||
| + | <td bgcolor="FFFF99">[[CI_OnlineResource|cit:CI_OnlineResource]]</td> | ||
| + | <td>Handle for accessing the service interface</td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="CCFFFF">6</td> | ||
| + | <td bgcolor="CCFFFF">[[SV_Parameter|srv:parameter]]</td> | ||
| + | <td bgcolor="CCFFFF">0..*</td> | ||
| + | <td bgcolor="CCFFFF">[[SV_Parameter|srv:SV_Parameter]]</td> | ||
| + | <td></td> | ||
| + | <td><i></i></td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td bgcolor="CCFFFF">7</td> | ||
| + | <td bgcolor="CCFFFF">srv:dependsOn</td> | ||
| + | <td bgcolor="CCFFFF">0..*</td> | ||
| + | <td bgcolor="CCFFFF">srv:SV_OperationMetadata</td> | ||
| + | <td></td> | ||
| + | <td><i></i></td> | ||
</tr> | </tr> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</table> | </table> | ||
| − | + | <br> | |
{{template:isoOrderingFooter}} | {{template:isoOrderingFooter}} | ||
[[Category:ISO 19119]] | [[Category:ISO 19119]] | ||
Latest revision as of 06:50, September 12, 2017
srv:SV_OperationMetadata
Describes the signature of one and only one method provided by the service
| Elements | Domain | Definition and Recommended Practice | Examples | ||
|---|---|---|---|---|---|
| 1 | srv:operationName | 1 | gco:CharacterString | A unique identifier for this interface | |
| 2 | srv:distributedComputingPlatform | 1..* | srv:DCPList | Distributed computing platforms on which the operation has been implemented | |
| 3 | srv:operationDescription | 0..1 | gco:CharacterString | Free text description of the intent of the operation and the results of the operation | |
| 4 | srv:invocationName | 0..1 | gco:CharacterString | The name used to invoke this interface within the context of the DCP. The name is identical for all DCPs. | |
| 5 | srv:connectPoint | 1..* | cit:CI_OnlineResource | Handle for accessing the service interface | |
| 6 | srv:parameter | 0..* | srv:SV_Parameter | ||
| 7 | srv:dependsOn | 0..* | srv:SV_OperationMetadata | ||