A linear spatial object, composed of an ordered collection of transport links, which represents a continuous path in the transport network without any branches. The element has a defined beginning and end and every position on the transport link sequence is identifiable with one single parameter such as length. It describes an element of the transport network, characterized by one or more thematical identifiers and/or properties.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
validFrom |
voidable |
|
DateTime |
1..1 |
validTo |
voidable |
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
Name |
Type |
English |
Description |
validFrom |
DateTime |
|
The time when the transport link sequence started to exist in the real world. |
validTo |
DateTime |
|
The time from which the transport link sequence no longer exists in the real world. |
Navn |
Beskrivelse |
All components belong to same transport network |
/* A transport link sequence must be composed of transport links that all belong to the same transport network. */
inv: link->forAll(l | l.link.inNetwork = self.inNetwork)
|
All objects have inspireId |
/* All transport link sequences have an external object identifier. */
inv: inspireId->notEmpty()
|