An entity describing a moment in time with an optional annotation.
Version 0.
...
2
Name | Type | Cardinality | Description |
at | 1 | The moment in time. | |
annotation | 0..1 | A textual annotation. | |
presentationML | PresentationML | 1 | Default rendering |
Example
...
Code Block | ||||
---|---|---|---|---|
| ||||
<presentationML>
Looks like it has turned here at <div class="entity" data-entity_id="may20">
20-May-2016
</div>
</presentationML> |
Code Block | ||||
---|---|---|---|---|
| ||||
"may20": { "type": ”org.symphonyoss.time.moment”, "version=": "0.12"/>, <attribute name= ”at”: type= { "type": ”org.symphonyoss.time.millis”, value=1463702400000/> <attribute name=”annotation” type=”org.symphonyoss.type.string” value=”Looks like it has turned here”/> <presentationML>Looks like it has turned here at 20-May-2016</presentationML> </entity> "value": 1463758200000 } } |