summaryrefslogtreecommitdiffstats
path: root/petascope/xml/ogc/wcst/1.1.4/wcstActions.xml
blob: 9a969f7f9ad7c67c3c7808aadea3d71e80c301f0 (plain)
1
<?xml version="1.0" encoding="UTF-8"?>
<Dictionary xmlns="http://www.opengis.net/gml" 
	xmlns:gml="http://www.opengis.net/gml" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://www.opengis.net/gml ../../gml/3.1.1/Profiles/SimpleDictionary/1.0.0/gmlSimpleDictionaryProfile.xsd" 
	gml:id="wcsTransactionActions">
	<!-- Primary editor: Arliss Whiteside. Last updated 2008-05-15 -->
	<description>This dictionary specifies the standard identifiers for actions specified in the Transaction extension of WCS 1.1 specification. These values may be used to request actions and to identify actions successfully completed. </description>
	<name>WCS Transaction action standard values</name>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="Add">
			<description>Identifier of add coverage action by Transaction operation. This action requests adding a coverage to the set of coverages being offered. </description>
			<name>Add</name>
		</Definition>
	</dictionaryEntry>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="UpdateMetadata">
			<description>Identifier of update all metadata of coverage action by Transaction operation. This action requests replacing all the metadata for a coverage currently being offered. </description>
			<name>UpdateMetadata</name>
		</Definition>
	</dictionaryEntry>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="Delete">
			<description>Identifier of delete coverage action by Transaction operation. This action requests deleting all the data and metadata for a coverage currently being offered. </description>
			<name>Delete</name>
		</Definition>
	</dictionaryEntry>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="UpdateAll">
			<description>Identifier of update all coverage data and metadata action by Transaction operation. This action requests replacing all the data and metadata for a coverage currently being offered. </description>
			<name>UpdateAll</name>
		</Definition>
	</dictionaryEntry>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="UpdateDataPart">
			<description>Identifier of update data part action by Transaction operation. This action requests replacing range (or pixel) values for part of the domain data of a coverage currently being offered. </description>
			<name>UpdateDataPart</name>
		</Definition>
	</dictionaryEntry>
</Dictionary>