templateDTO
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Defines a template.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (string) | 0/1 | The id for this template. |
| uri (string) | 0/1 | The uri for this template. |
| name (string) | 0/1 | The name of this template. |
| description (string) | 0/1 | The description of this template. |
| timestamp (string) | 0/1 | The timestamp when this template was created. |
| snippet (flowSnippet) | 0/1 | The snippet in this template. |
JSON
| property | type | description |
|---|---|---|
| id | id (string) | The id for this template. |
| uri | uri (string) | The uri for this template. |
| name | name (string) | The name of this template. |
| description | description (string) | The description of this template. |
| timestamp | timestamp (string) | The timestamp when this template was created. |
| snippet | snippet (flowSnippet) | The snippet in this template. |