Inspire revision 4711
Gyldig
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.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
type |
|
|
ConnectionTypeValue
(kodeliste)
|
1..1 |
NetworkElement |
beginLifespanVersion |
|
|
DateTime |
1..1 |
inspireId |
|
|
Identifier
(datatype)
|
0..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
endLifespanVersion |
|
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
DateTime |
|
1..1 |
|
Identifier
(datatype)
|
|
0..1 |
- |
CharacterString |
|
1..1 |
- |
CharacterString |
|
1..1 |
- |
CharacterString |
|
0..1 |
|
DateTime |
|
0..1 |
|
ConnectionTypeValue
|
|
1..1 |
Name |
Type |
English |
Description |
beginLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
|
inspireId |
Identifier
(datatype)
|
|
External object identifier of the spatial object.
-- Description --
NOTE An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
|
- localId |
CharacterString |
|
A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier.
-- Description --
NOTE It is the responsibility of the data provider to guarantee uniqueness of the local identifier within the namespace.
|
- namespace |
CharacterString |
|
Namespace uniquely identifying the data source of the spatial object.
-- Description --
NOTE The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register.
|
- versionId |
CharacterString |
|
The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique.
-- Description --
NOTE The maximum length has been selected to allow for time stamps based on ISO 8601, for example, "2007-02-12T12:12:12+05:30" as the version identifier.
NOTE 2 The property is void, if the spatial data set does not distinguish between different versions of the spatial object. It is missing, if the spatial object type does not support any life-cycle information.
|
endLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
|
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) )
|