Advertisement
Guest User

Untitled

a guest
Sep 9th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.09 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <wps:ProcessDescriptions xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsDescribeProcess_response.xsd" service="WPS" version="1.0.0" xml:lang="en-CA">
  3. <ProcessDescription wps:processVersion="0.1" storeSupported="true" statusSupported="true">
  4. <ows:Identifier>test_rand_map</ows:Identifier>
  5. <ows:Title>A test process with a time delay.</ows:Title>
  6. <ows:Abstract>
  7. Produces a random raster, its region as a vector and an integer. Takes as input a time delay.
  8. </ows:Abstract>
  9. <DataInputs>
  10. <Input minOccurs="1" maxOccurs="1">
  11. <ows:Identifier>delay</ows:Identifier>
  12. <ows:Title>Time delay in miliseconds.</ows:Title>
  13. <ows:Abstract>
  14. Field of type INTEGER specifying a time delay in miliseconds.
  15. </ows:Abstract>
  16. <LiteralData>
  17. <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#float">float</ows:DataType>
  18. <ows:AnyValue/>
  19. </LiteralData>
  20. </Input>
  21. </DataInputs>
  22. <ProcessOutputs>
  23. <Output>
  24. <ows:Identifier>rand</ows:Identifier>
  25. <ows:Title>A random raster map.</ows:Title>
  26. <ComplexOutput>
  27. <Default>
  28. <Format>
  29. <MimeType>image/tiff</MimeType>
  30. </Format>
  31. </Default>
  32. <Supported>
  33. <Format>
  34. <MimeType>image/tiff</MimeType>
  35. </Format>
  36. </Supported>
  37. </ComplexOutput>
  38. </Output>
  39. <Output>
  40. <ows:Identifier>region</ows:Identifier>
  41. <ows:Title>A sample vector map.</ows:Title>
  42. <ComplexOutput>
  43. <Default>
  44. <Format>
  45. <MimeType>text/xml</MimeType>
  46. </Format>
  47. </Default>
  48. <Supported>
  49. <Format>
  50. <MimeType>text/xml</MimeType>
  51. </Format>
  52. </Supported>
  53. </ComplexOutput>
  54. </Output>
  55. <Output>
  56. <ows:Identifier>num</ows:Identifier>
  57. <ows:Title>A sample literal output.</ows:Title>
  58. <LiteralOutput>
  59. <ows:DataType ows:reference="http://www.w3.org/TR/xmlschema-2/#integer">integer</ows:DataType>
  60. </LiteralOutput>
  61. </Output>
  62. </ProcessOutputs>
  63. </ProcessDescription>
  64. </wps:ProcessDescriptions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement