stops
Current version for stops is: v1.5 (last changed Jul 28, 2022)
Content
- 1 Components
- 1.1 Place
- 1.1.1 TopographicPlace
- 1.1.1.1 TopographicPlaceDescriptor
- 1.1.2 AddressablePlace
- 1.1.3 SiteElement
- 1.1.4 Site
- 1.1.1 TopographicPlace
- 1.2 Group of Stop Places
- 1.2.1 GroupOfStopPlaces
- 1.3 StopPlace
- 1.3.1 StopPlace
- 1.3.2 StopPlaceSpace
- 1.3.3 Quay
- 1.3.4 BoardingPosition
- 1.3.5 Inner Objects
- 1.3.5.1 AccessSpace
- 1.3.5.2 PathLink
- 1.3.5.3 PathJunction
- 1.3.5.4 EquipmentPlace
- 1.3.5.5 SiteFacilitySet
- 1.4 Flexible Stop Place
- 1.4.1 FlexibleStopPlace
- 1.4.2 FlexibleQuay
- 1.4.3 FlexibleArea
- 1.4.4 HailAndRideArea
- 1.5 Point of Interest
- 1.5.1 PointOfInterest
- 1.6 Parking
- 1.6.1 Parking
- 1.6.2 ParkingArea
- 1.6.3 ParkingProperties
- 1.6.4 ParkingCapacity
- 1.7 Navigation
- 1.7.1 NavigationPath
- 1.7.1.1 PathLinkEndStructure
- 1.7.1 NavigationPath
- 1.8 Zonal
- 1.8.1 TariffZone
- 1.8.2 FareZone
- 1.8.3 GroupOfTariffZones
- 1.1 Place
This document is part of the Norwegian NeTEx Profile and describes data elements for the exchange of place-, and stop place related information via the NeTEx format.
Components
Place
TopographicPlace
Data type for geospatial settlement or inhabited areas, such as city, rural area or suburb.
See definition under General information
Defined in SiteFrame
TopographicPlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
IsoCode | SubdivisionIdType | 0: 1 |
For example NO-03 = Oslo, Norway as defined per For further specification see the ISO 3166-2 list Note: Although three letter country codes do not adhering to the ISO |
Descriptor | 1: 1 | Descriptive elements for a TOPOGRAPHIC PLACE. | |
TopographicPlaceType | TopographicPlaceTypeEnumeration | 0: 1 | Classification of areas:
|
CountryRef | CountryPrincipalityCodeType | 0: 1 | Three letter (recommended) or two letter country code as defined by Only mandatory for TopographicPlaceType "country" |
ParentTopographicPlaceRef | TopographicPlaceRef | 0: 1 | Reference to parent area for an area. For example: a municipality is typically a subdivision of a parent county-region. |
TopographicPlaceDescriptor
Data type used both to name the TOPOGRAPHIC PLACE systematically and to allow the specification of alternative descriptors, either as aliases, or say in other languages. It includes qualifier elements that can be used according to context if the place name needs to be distinguished from another place of the same name.
TopographicPlaceDescriptor < EntityInVersion < Entity | |||
---|---|---|---|
Name | Type | Cardinality | Description |
Name | 1: 1 | Name of a TOPOGRAPHIC PLACE DESCRIPTOR. | |
ShortName | 0: 1 | Short Name of a TOPOGRAPHIC PLACE DESCRIPTOR. | |
(choice) Qualify | QualifierName | 0: 1 | Name used to distinguish TOPOGRAPHIC PLACE from other similar named TOPOGRAPHIC PLACEs. This should not be included in the Name but may be added by applications in context. |
TopographicPlaceRef | Reference to a TOPOGRAPHIC PLACE that qualifies the name of the TOPOGRAPHIC PLACE, i.e. sets (relates) this TOPOGRAPIC PLACE to another. |
AddressablePlace
A place which can have address information
AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
Url | xsd:anyURI | 0: 1 | URL related to the place |
PostalAddress | 0: 1 | Postal address for the place | |
RoadAddress | 0: 1 | Road/street address for the place Mandatory for objects which should be linked to road networks, e.g. Entrance and StopPlace/Quay |
SiteElement
An abstract type which describes a superordinate place.
SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
AccessibilityAssessment | 1: 1 for StopPlace | Universal Design - description, see Accessibility Assessment definition | |
alternativeNames | 0: * | List of alternative names for Site | |
PublicUse | PublicUseEnumeration | 0: 1 | Specify for whom the place is available:
|
Covered | CoveredEnumeration | 0: 1 | Specify whether the place has a roof (is covered and protects people from e.g. rain or snow):
|
Gated | GatedEnumeration | 0: 1 | Specify whether the place/area is open or gated:
|
Lighting | LightingEnumeration | 0: 1 | Specify the lighting situation of the place:
|
facilities | 0: * | List of available facilities |
Site
An abstract type describing a place.
Site < SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
TopographicPlaceRef | TopographicPlaceRef | 0: 1 | Reference to parent area (TopographicPlace). |
Locale | 0: 1 | Information about Locale. | |
OrganisationRef | OrganisationRef | 0: 1 | Reference to governing or operating organisation for the place. |
ParentSiteRef | ParentSiteRef | 0: 1 | Reference to parent SITE which contains this SITE |
levels | 0: * | List of levels (floors) for SITE | |
entrances | 0: * | Description of entrance objects (mandatory if Site is a building). | |
equipmentPlaces | 0: * | Description of equipment. Used to set Location for PlaceEquipment/LocalService if relevant. | |
placeEquipments | 0: * | Description of available installed equipment. | |
localServices | 0: * | Description of available LocalServices. |
Level
Description of levels (floors in a building).
See definition under General information
Examples in the GitHub-repository
Level < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
Name | 1: 1 | Name of level, e.g. "1", "A", "first floor" | |
Description | 0: 1 | Description | |
PublicUse | xsd:boolean | 0: 1 | Specifies if the floor is accessible to the public, or if access permission is required |
AccessibilityAssessment | 0: 1 | Description of Universal Design accessibility. |
Entrance
Description of entrances.
See definition under General information
Examples in the the GitHub-repository
Entrance < SiteComponent < SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
LevelRef | LevelRef | 0: 1 | Reference to a Level. |
checkConstraints | 0: * | Description of security checkpoints, barriers or other potentially delaying factors. | |
equipmentPlaces | 0: * | Description of available equipment. | |
placeEquipments | InstalledEquipment | 0: * | Description of permanently installed equipment. See Equipment Types for more information regarding which objects may be used here. |
EntranceType | EntranceEnumeration | 0: 1 | Classification of entrance:
|
isEntry | xsd:boolean | 0: 1 | Specifies whether an object is an entrance. |
isExit | xsd:boolean | 0: 1 | Specifies if an object is an exit. |
Width | xsd:decimal | 0: 1 | The width of an entrance (in meters). |
Height | xsd:decimal | 0: 1 | Height (clearance) of an entrance (in meters). |
Group of Stop Places
GroupOfStopPlaces
A grouping normally used to tie together stop places in close proximity to each other. This can be used to link several major stop places into a "hub". Not to be confused with parentStopPlace (multimodal StopPlace).
See definition under General information
Defined in SiteFrame
Examples in the GitHub-repository
GroupOfStopPlaces < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
PurposeOfGroupingRef | xsd:normalizedString predefined values, see Description | 1: 1 | Categorization for the grouping, defined by referencing predefined PurposeOfGrouping:
Example: |
members | StopPlaceRef | 2: * | List of references (StopPlace ID from national stop place registry) to stop places included in the group |
alternativeNames | 0: * | List of alternative names for the grouping | |
Centroid | 1: 1 | Representative point for the grouping. Should be the point which most appropriately represents the location of the grouping (e.g. for displaying on a map), not necessarily its actual centre point. | |
gml:Polygon | 0: 1 | A sorted list of points which represent a closed line (polygon) outlining the grouping. Should be added for e.g. for displaying on a map when the grouping should be represented differently than the mere union of Polygons outlining its member StopPlaces. |
StopPlace
StopPlace
Description of stop place.
See definition under General information
Defined in SiteFrame
Examples in the GitHub-repository
StopPlace < Site < SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
(attr) modification | ModificationEnumeration | 0: 1 | Type of change (audit action). For example, |
Description | xsd:normalizedString | 0: 1 | Description. Used to supplement stop place name. Usage of this field is closely tied to which fields are made public in the end. |
PrivateCode | xsd:normalizedString | 0: 1 | An internal code that uniquely identifies the Stop Place. May be used for interoperating with legacy systems. |
PublicCode | xsd:normalizedString | 0: 1 | A short, human-readable, public code that uniquely identifies the Stop Place. The public code may be used for interacting with passengers when it provides a convenient alternative to the (longer) Stop Place name or NeTEx ID. |
TransportMode | VehicleModeEnumeration | 1: 1 | Main transport type for the stop place. See Transport Modes for possible values. |
(choice) AirSubmode | AirSubmodeEnumeration | 0: 1 | Submodes for air. See Transport Modes for possible values |
(choice) BusSubmode | BusSubmodeEnumeration | 0: 1 | Submodes for bus. See Transport Modes for possible values. |
(choice) FunicularSubmode | FunicularSubmodeEnumeration | 0: 1 | Submodes for funicular. See Transport Modes for possible values. |
(choice) MetroSubmode | MetroSubmodeEnumeration | 0: 1 | Submodes for metro. See Transport Modes for possible values. |
(choice) TramSubmode | TramSubmodeEnumeration | 0: 1 | Submodes for tram. See Transport Modes for possible values. |
(choice) TelecabinSubmode | TelecabinSubmodeEnumeration | 0: 1 | Submodes for telecabin. See Transport Modes for possible values. |
(choice) RailSubmode | RailSubmodeEnumeration | 0: 1 | Submodes for rail. See Transport Modes for possible values. |
(choice) WaterSubmode | WaterSubmodeEnumeration | 0: 1 | Submodes for waterborne transport types. See Transport Modes for possible values. |
OtherTransportModes | VehicleModeListOfEnumerations | 0: * | List of other available transport types (valid values are the same as for transport type). See Transport Modes for possible values. |
tariffZones | TariffZoneRef | 0: * | Reference to TariffZone associated with the stop place. |
StopPlaceType | StopTypeEnumeration | 1: 1 | Classification of stop place:
Mandatory when StopPlace has one or more subordinate Quay. |
BorderCrossing | xsd:boolean | 0: 1 | Specifies if the stop is an international border crossing. |
Weighting | InterchangeWeightingEnumeration | 0: 1 | Relative weighting for interchanges at the stop.
Corresponds to Priority for Interchange |
quays | 1: * (for leaf StopPlace) 0 (for parent StopPlace or unknown Quay) | List of Quays at the StopPlace
| |
accessSpaces | 0: * | List of access spaces at the StopPlace | |
pathLinks | 0: * | Elements describing part of a path link (walking link) | |
pathJunctions | 0: * | Part of a path link which describes a point where one or many PathLinks connect to each other. | |
navigationPaths | 0: * | Description of path links at- or associated with the StopPlace. Used only when path links should be overridden, or if it is not relevant to define pathLinks for the StopPlace. |
StopPlaceSpace
An abstract class describing details for an area within a StopPlace.
StopPlaceSpace < SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
entrances | 0: * | Description of entrances |
Quay
A part of StopPlace where passengers can board or disembark a vehicle. For example tactile paving position at a bus stop, the midpoint of a railway platform, a gate at an airport.
See definition under General information.
Examples in the GitHub-repository.
Please note:
Quays do not have their own names. This information is inherited from the parent StopPlace.
QuayType is not to be specified. This information is inherited from TransportMode on the parent StopPlace. The Norwegian NeTEx profile does not allow "multimodal" Quays.
Quay < StopPlaceSpace < SiteElement < AddressablePlace < Place < Zone < GroupOfPoints < GroupOfEntities < DataManagedObject | |||
---|---|---|---|
Name | Type | Cardinality | Description |
PrivateCode | xsd:normalizedString | 0: 1 | Internal code or information not to be presented to the public. |
PublicCode | xsd:normalizedString | 0: 1 | A public code for a Quay, usually linked to a physical sign with a letter or number for the platform/track. |
(attr) modification | xs:ModificationEnumeration |