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 |
|---|