-
Notifications
You must be signed in to change notification settings - Fork 10
ConnectionType
The ConnectionType represents an allowed movement from one Stop to another.
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.
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.).
Have questions? Please ask on the mailing list.
TourML Quicklinks
TourML Reference
Elements:
Types:
- TourMetadataType
- TourMLRefType
- AssetType
- StopType
- ConnectionType
- AssetSourceType
- AssetContentType
- RightsType
- StopRefType
- AssetRefType
- TitleType
- DescriptionType
- PropertySetType
Other Links