DestinationRule
A single scoped rule describing the destinations reachable by following a transition from the
current segment onto the segment to_segment_id via the connector to_connector_id in
the final_heading direction.
The destination is described as it appears in real-world signage through text labels and/or
pictographic symbols. Heading-scoped to the approach direction on the current segment.
Fields
| Name | Type | Description |
|---|---|---|
from_connector_id | Id | Identifies the point of physical connection on this segment before which the destination sign or marking is visible. References Connector (association, signposted from) |
to_connector_id | Id | Identifies the point of physical connection on the segment identified by 'to_segment_id' to transition to for reaching the destination(s). References Connector (association, transitions through) |
to_segment_id | Id | Identifies the segment to transition to reach the destination(s) labeled on the sign or marking. References TransportationSegment (association, transitions to) |
final_heading | Heading | Direction of travel on the segment identified by 'to_segment_id' that leads to the destination. |
labels[](2) | list<DestinationLabels> (optional) | Labeled destinations that can be reached by following the segment. Minimum length: 1 All items must be unique. ( UniqueItemsConstraint)At least one of labels, symbols must be set |
symbols | list<DestinationSignSymbol> (optional) | A collection of symbols or icons present on the sign next to current destination label. All items must be unique. ( UniqueItemsConstraint)At least one of labels, symbols must be set |
when(1) | DestinationRule.When (optional) | Scope for DestinationRule: |
Constraints
- At least one of
labels,symbolsmust be set