repositoryElement element

Type: repositoryElementInfo
Namespace: (default namespace)
XML Schema: ns0.xsd

Represents a template flow chart or business process in the repository.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <repositoryElement> <id>...</id> <namespace>...</namespace> <description>...</description> <owner>...</owner> <creationTimestamp>...</creationTimestamp> <creationTimestampFormatted>...</creationTimestampFormatted> <lastModifiedTimestamp>...</lastModifiedTimestamp> <lastModifiedTimestampFormatted>...</lastModifiedTimestampFormatted> </repositoryElement>

Example JSON

{ "id" : ..., "namespace" : "...", "description" : "...", "owner" : "...", "creationTimestamp" : "...", "creationTimestampFormatted" : "...", "lastModifiedTimestamp" : "...", "lastModifiedTimestampFormatted" : "..." }