Represents a logical connection between two or more network elements in different networks.
-- Description --
In the case where the networks are in different spatial data sets, a network connection object may exist in both data sets.
Navn |
Type |
Lengde |
Multiplisitet |
|
ConnectionTypeValue |
|
1..1 |
Name |
Type |
English |
Description |
type |
ConnectionTypeValue |
|
Categorisation of the network connection. |
Navn |
Beskrivelse |
Elements in different networks |
/* All elements have to be in different networks */
inv: element->forAll( e1, e2 | e1<>e2 implies e1.inNetwork->excludesAll(e2.inNetwork) )
|