Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A An entity describing a moment in time with an optional annotation, defined by the following Attributes.

Version 0.2

Name

Type

Cardinality

Description

at

org.symphonyoss.time.millis [A]

org.symphonyoss.time.rfc3339 [A]

1

The moment in time.

annotation

org.symphonyoss.string [A]

0..1

A textual annotation.

presentationMLPresentationML1Default rendering

Example


 

<entity type=”org.symphonyoss.time.moment”/>        <attribute name=”at” type=
Code Block
Code Block
languagexml
titlePresentationML
<presentationML>
Looks like it has turned here at <div class="entity" data-entity_id="may20">
20-May-2016
</div>
</presentationML>

Code Block
languagejs
titleEntityJSON
"may20":
{
	"type":		”org.symphonyoss.time.millis” value=45464996/>
       <attribute name=”annotation” type=moment”,
	"version":	"0.2",
   	”at”:
	{
		"type":		”org.symphonyoss.typetime.string”millis”,
value=”Looks like it has turned here”/>
</entity>		"value":	1463758200000
	}
}