Last change
on this file since 50 was
1,
checked in by djay, 15 years ago
|
Initial ZOO SVN Repository Import.
|
File size:
1.1 KB
|
Line | |
---|
1 | [Multiply] |
---|
2 | Title = Multiply two values |
---|
3 | Abstract = Multiply two values and stor the result in Result. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = demo_service.zo |
---|
8 | serviceType = C |
---|
9 | <MetaData> |
---|
10 | title = Demo |
---|
11 | </MetaData> |
---|
12 | <DataInputs> |
---|
13 | [A] |
---|
14 | Title = first value |
---|
15 | Abstract = The value used to multiply by B. |
---|
16 | minOccurs = 1 |
---|
17 | maxOccurs = 1 |
---|
18 | <LiteralData> |
---|
19 | DataType = float |
---|
20 | <Default> |
---|
21 | value = 1.0 |
---|
22 | UOM = meters |
---|
23 | </Default> |
---|
24 | <Supported> |
---|
25 | UOM = feet |
---|
26 | </Supported> |
---|
27 | </LiteralData> |
---|
28 | [B] |
---|
29 | Title = second value |
---|
30 | Abstract = The value used to multiply by A. |
---|
31 | minOccurs = 1 |
---|
32 | maxOccurs = 1 |
---|
33 | <LiteralData> |
---|
34 | DataType = float |
---|
35 | <Default> |
---|
36 | UOM = meters |
---|
37 | </Default> |
---|
38 | <Supported> |
---|
39 | UOM = feet |
---|
40 | </Supported> |
---|
41 | </LiteralData> |
---|
42 | </DataInputs> |
---|
43 | <DataOutputs> |
---|
44 | [Result] |
---|
45 | Title = A x B |
---|
46 | Abstract = The value of A x B. |
---|
47 | <LiteralOutput> |
---|
48 | DataType = float |
---|
49 | <Default> |
---|
50 | UOM = meters |
---|
51 | </Default> |
---|
52 | <Supported> |
---|
53 | UOM = feet |
---|
54 | </Supported> |
---|
55 | </LiteralOutput> |
---|
56 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.