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

The TourMLRefType is used for referencing external TourML instances within a TourSet.

Specification (v1.0.0)

TourMLRefType found inside: [[TourSet]]

  • attr: uri (required)

  • attr: lastModified (optional)

    uri = A well-formed URI pointing to the location of another TourML instance.

    lastModified = An optional timestamp which specifies the last time any content within the referenced tour has been modified. This is useful for applications to avoid reprocessing Tour instances that have not changed since last load.

Description

The TourMLRefType is used for referencing other TourML instance documents by URI. This is useful for listing many different TourML instances together within a TourSet.

Clone this wiki locally