Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

An entity describing a period of time with an optional annotation.

Version 0.1

Name

Type

Cardinality

Description

from

org.symphonyoss.time.millis [A]

org.symphonyoss.time.rfc3339 [A]

1

The start of the period of time (inclusive).

to

org.symphonyoss.time.millis [A]

org.symphonyoss.time.rfc3339 [A]

1The end of the period of time (inclusive).

annotation

org.symphonyoss.string [A]

0..1

A textual annotation.

presentationMLPresentationML1Default rendering

Example

 

<entity type=”org.symphonyoss.time.range”/>
	<attribute name=”from” type=”org.symphonyoss.time.millis” value=1463754000000/>
    <attribute name=”to” type=”org.symphonyoss.time.millis” value=1463931000000/>
    <attribute name=”annotation” type=”org.symphonyoss.string” value=”Period of interest.”/>
	<presentationML>Period of interest from Friday, May 20, 2016 14:20:00 PST until Sunday, May 22, 2016 07:30:00 PST.</presentationML>
</entity>
  • No labels