entityId
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Generic entity defines id, version and deleted state
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
Unique ID (for this type, not a UUID)
|
|
UUID (string)
|
0/1 |
UUID
|
|
version (long)
|
0/1 |
Version
|
|
creationDate (long)
|
0/1 |
Creation date (timestamp in milliseconds)
|
|
modificationDate (long)
|
0/1 |
Modification date (timestamp in milliseconds)
|
JSON
| property |
type |
description |
| id |
id (string)
|
Unique ID (for this type, not a UUID)
|
| UUID |
UUID (string)
|
UUID
|
| version |
version (long)
|
Version
|
| creationDate |
creationDate (long)
|
Creation date (timestamp in milliseconds)
|
| modificationDate |
modificationDate (long)
|
Modification date (timestamp in milliseconds)
|