Ticket #29: Foo.zcfg
File Foo.zcfg, 786 bytes (added by tclarke, 14 years ago) |
---|
Line | |
---|---|
1 | [Foo] |
2 | Title = Foo |
3 | Abstract = Foo |
4 | processVersion = 1 |
5 | storeSupported = true |
6 | statusSupported = true |
7 | serviceProvider = foo |
8 | serviceType = Python |
9 | <DataInputs> |
10 | [a] |
11 | Title = Bar |
12 | Abstract = Bar |
13 | minOccurs = 1 |
14 | maxOccurs = 1 |
15 | <LiteralData> |
16 | DataType = string |
17 | <Default> |
18 | mimeType = text/plain |
19 | encoding = UTF-8 |
20 | </Default> |
21 | <Supported> |
22 | mimeType = text/plain |
23 | encoding = UTF-8 |
24 | </Supported> |
25 | </LiteralData> |
26 | </DataInputs> |
27 | <DataOutputs> |
28 | [Result] |
29 | Title = The result. |
30 | Abstract = The result. |
31 | <LiteralData> |
32 | DataType = string |
33 | <Default> |
34 | mimeType = application/json |
35 | encoding = UTF-8 |
36 | </Default> |
37 | <Supported> |
38 | mimeType = application/json |
39 | encoding = UTF-8 |
40 | </Supported> |
41 | </LiteralData> |
42 | </DataOutputs> |