RoadServiceType

objekttype

Inspire revision 4711 Gyldig

Description of the type of road service area and the available facilities.
Egenskap Stereotype Beskrivelse Type Multiplisitet
availableFacility ServiceFacilityValue (kodeliste) 0..*
type RoadServiceTypeValue (kodeliste) 1..1
TransportProperty
validFrom DateTime 1..1
validTo DateTime 0..1
NetworkProperty
networkRef NetworkReference (datatype) 1..*
inspireId Identifier (datatype) 0..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
beginLifespanVersion DateTime 1..1
endLifespanVersion DateTime 0..1
Navn Type Lengde Multiplisitet
DateTime 1..1
DateTime 0..1
NetworkReference (datatype) 1..*
Identifier (datatype) 0..1
CharacterString 1..1
CharacterString 1..1
CharacterString 0..1
DateTime 1..1
DateTime 0..1
ServiceFacilityValue 0..*
RoadServiceTypeValue 1..1
Name Type English Description
validFrom DateTime The time when the transport property started to exist in the real world.
validTo DateTime The time from which the transport property no longer exists in the real world.
networkRef NetworkReference (datatype) Spatial reference of the network-related property. -- Description -- This attribute provides an indirect spatial reference based on a reference to an element of an underlying network. See the chapter on Object Referencing in the Generic Conceptual Model for a discussion on modelling object references.
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.
beginLifespanVersion DateTime Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
endLifespanVersion DateTime Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
availableFacility ServiceFacilityValue Facility that is available for a given road service area.
type RoadServiceTypeValue Type of road service area.

Vis RoadServiceType i NVDB Datakatalog

Id Navn Type Multiplisitet
ServiceFacilityValue 0 ..*
RoadServiceTypeValue 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
arv subtype RoadServiceType supertype TransportProperty
Navn Beskrivelse
Applies to road service areas only /* This property can only be associated with a spatial object of the type RoadServiceArea or RoadNode (when formOfRoadNode=roadServiceArea). */ inv: networkRef.element.oclIsKindOf(RoadServiceArea) or (networkRef.element.oclIsKindOf(RoadNode) and networkRef.element. formOfRoadNode = FormOfRoadNodeValue::roadServiceArea)