Skip to content
Charles Moad edited this page Sep 19, 2012 · 3 revisions

The ConnectionType represents an allowed movement from one Stop to another.

Specification (v1.0.0)

ConnectionType found inside: [[Tour]]

  • attr: srcId (required)

  • attr: destId (required)

  • attr: priority (optional)

  • attr: usage (optional)

    id = An identifier string for this asset which is unique to this Tour.

    type = An optional type description for placing general classifications on Assets.

Description

Connections are the glue that describe how users of a Tour can move from one Stop to another. You can also think of them as the edges of a Tour graph, where Stops are the node. The priority attribute is available so an application know how to order two or more Connections that share the same source and destination identifiers. The usage attribute allows for adding semantics to a Connection. For example, if a user can select between image stops that are various sides of the same object the usage attribute could be used to specify the sides of the object (i.e. top, bottom, front, back, etc.).

Clone this wiki locally