Last change
on this file since 735 was
536,
checked in by nbozon, 10 years ago
|
Various minor corrections of zcfg files
|
File size:
1.5 KB
|
Rev | Line | |
---|
[385] | 1 | [QREncode] |
---|
[536] | 2 | Title = Encode a string into a QR Code |
---|
| 3 | Abstract = Multiply two values and store the result in Result. |
---|
[385] | 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = qrencode.zo |
---|
| 8 | serviceType = C |
---|
| 9 | <DataInputs> |
---|
| 10 | [Text] |
---|
| 11 | Title = the input string |
---|
| 12 | Abstract = The string to encode using QREncode. |
---|
| 13 | minOccurs = 1 |
---|
| 14 | maxOccurs = 1 |
---|
| 15 | <LiteralData> |
---|
| 16 | dataType = string |
---|
| 17 | <Default> |
---|
| 18 | uom = meters |
---|
| 19 | </Default> |
---|
| 20 | <Supported> |
---|
| 21 | uom = feet |
---|
| 22 | </Supported> |
---|
| 23 | </LiteralData> |
---|
| 24 | [fgcolor] |
---|
| 25 | Title = the input string |
---|
| 26 | Abstract = The string (RRGGBBAA) for for foreground color. |
---|
| 27 | minOccurs = 0 |
---|
| 28 | maxOccurs = 1 |
---|
| 29 | <LiteralData> |
---|
| 30 | dataType = string |
---|
[471] | 31 | <Default> |
---|
| 32 | value=000000 |
---|
| 33 | </Default> |
---|
[385] | 34 | </LiteralData> |
---|
| 35 | [bgcolor] |
---|
| 36 | Title = the input string |
---|
| 37 | Abstract = The string (RRGGBBAA) for for background color. |
---|
| 38 | minOccurs = 0 |
---|
| 39 | maxOccurs = 1 |
---|
| 40 | <LiteralData> |
---|
| 41 | dataType = string |
---|
[471] | 42 | <Default> |
---|
| 43 | value=ffffff |
---|
| 44 | </Default> |
---|
[385] | 45 | </LiteralData> |
---|
| 46 | [size] |
---|
| 47 | Title = the image size |
---|
| 48 | Abstract = The generated image size. |
---|
| 49 | minOccurs = 0 |
---|
| 50 | maxOccurs = 1 |
---|
| 51 | <LiteralData> |
---|
| 52 | dataType = integer |
---|
[471] | 53 | <Default> |
---|
| 54 | value=3 |
---|
| 55 | </Default> |
---|
[385] | 56 | </LiteralData> |
---|
| 57 | </DataInputs> |
---|
| 58 | <DataOutputs> |
---|
| 59 | [QR] |
---|
| 60 | Title = the QR Code image |
---|
| 61 | Abstract = The QRCode corresponding to the string encoded. |
---|
| 62 | minOccurs = 1 |
---|
| 63 | maxOccurs = 1 |
---|
| 64 | <ComplexData> |
---|
| 65 | <Default> |
---|
| 66 | mimeType = image/png |
---|
| 67 | </Default> |
---|
| 68 | </ComplexData> |
---|
| 69 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.