Inspire revision 4711
Gyldig
-- Name --
utility network element
Abstract base type representing an utility network element in an utility network. Every element in an utility network provides some function that is of interest in the utility network.
-- Description --
NOTE Derived 'views' of real-world utility objects are represented through specialisations in other application schemas; all representations of the same real-world object share a common geographic name.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
currentStatus |
|
-- Name --
current status
|
ConditionOfFacilityValue
(kodeliste)
|
1..1 |
validFrom |
|
-- Name --
valid from
|
DateTime |
1..1 |
validTo |
|
-- Name --
valid to
|
DateTime |
0..1 |
verticalPosition |
|
-- Name --
vertical position
|
VerticalPositionValue
(enumeration)
|
1..1 |
- onGroundSurface |
|
|
|
1..1 |
- suspendedOrElevated |
|
|
|
1..1 |
- underground |
|
|
|
1..1 |
utilityFacilityReference |
|
-- Name --
utility facility reference
|
ActivityComplex
(objekttype)
|
0..1 |
- inspireId |
|
-- Name --
INSPIRE identifier
|
Identifier
(datatype)
|
1..1 |
- thematicId |
|
-- Name --
thematic identifier
|
ThematicIdentifier
(datatype)
|
0..* |
- name |
|
-- Name --
name
|
CharacterString |
0..1 |
- geometry |
|
-- Name --
geometry
|
GM_Object |
1..1 |
- function |
|
-- Name --
function
|
Function
(datatype)
|
1..* |
- validFrom |
|
-- Name --
valid from
|
DateTime |
1..1 |
- validTo |
|
-- Name --
valid to
|
DateTime |
0..1 |
- beginLifespanVersion |
|
-- Name --
begin lifespan version
|
DateTime |
1..1 |
- endLifespanVersion |
|
-- Name --
end lifespan version
|
DateTime |
0..1 |
governmentalServiceReference |
|
-- Name --
governmental service reference
|
GovernmentalService |
0..1 |
Name |
Type |
English |
Description |
currentStatus |
ConditionOfFacilityValue
|
|
The status of an utility object with regards to its completion and use.
|
validFrom |
DateTime |
|
The time when the utility network element started to exist in the real world.
|
validTo |
DateTime |
|
The time from which the utility network element no longer exists in the real world.
|
verticalPosition |
VerticalPositionValue
|
|
Vertical position of the utility object relative to ground.
|
utilityFacilityReference |
ActivityComplex
|
|
Reference to a facility activity complex that is linked (related) to this utility network element.
-- Description --
This reference can be used to link a utility facility - having a more complex geometry - to a utility network element.
|
governmentalServiceReference |
GovernmentalService |
|
Reference to a governmental service object that is linked (related) to this utility network element.
-- Description --
This reference can be used to link a governmental service object to a utility network element.
|