2.1

2.1 Version

temporarySpeedLimit for OperatorAction

Submitted by Joerg Freudenstein on Thursday, 27 September, 2012 - 12:09
Source
Website

The component SpeedManagement (instance of SituationRecord) seems to be useful, especially to model a geographical independet region where some speed management action takes place.

But I can imagine several operator actions, where a reduced speed limit goes along with the origin action (par example roadwork, lane mangement, ...). In these cases, creating an extra situation record seems oversized to me.

My proposal is to add the existing attribute 'temporarySpeedLimit' to the OperatorAction component, of course classified as optional.

New literal for DirectionEnum

Submitted by Joerg Freudenstein on Monday, 24 September, 2012 - 14:42
Source
Website

The DirectionEnum contains - amongst others - the literal 'opposite', but there's no literal to express the original direction.

I suppose to add some literal like 'straight', but maybe native speakers have some better expression.

Background: A roadClosure can be bothWays, opposite or straight.

Addings to The MeasuredDataPublication model (Traffic)

Submitted by Loïc Blaive on Monday, 3 September, 2012 - 17:54
Source
CEN

Following the preparation of the draft of CEN TS 16157-5 about Measured and elaborated data, some types of data are still missing.
One can mention:
- minimum speed
- maximum speed
as possible new relationships between the classes "TrafficSpeed" and "SpeedValue".

Addings to The MeasuredDataPublication model (Weather)

Submitted by Loïc Blaive on Monday, 3 September, 2012 - 17:45
Source
CEN

During the preparation of CEN TS 16157-5, several elements can be considered missing in Weather data package;
- pressure (in hPa);
- friction rate (in %);
- subsurface temperature (in °C) with the corresponding measurement depth;
- ice layer thickness;
- ice percentage.
Some metadata are also missing (see RWIS project).

Schema name read from configuration is not requiered

Submitted by jaderberg on Thursday, 28 June, 2012 - 21:36
Source
ES5

In 2.1 we introduced to read the schema name from configuration, to be abel to produce same name as in 2.0. However we discovered, in last minute, that this was wrong. The schema name shoudl be DATEXIISchema_[model base version]_[tool major version]_[tool minor version].xsd

The last minute change did not revert back to the old rules, instead we just changed to configuration file. That will create a wrong schema name if you use a 2.0 model or if you use a future version. So the best is to revert back to old rules.

Multiplicity change of required attribute

Submitted by Joerg Freudenstein on Thursday, 28 June, 2012 - 17:41
Source
Website

In the DATEX-Tool, it is not possible to restrict the multiplicity of an attribute, which is mandatory (at least I suppose this is the point).

Example:
'accidentType' has multiplicity 1:*. It is not possible to change it to 1:1, which should be possible according to the rules. The Tool does not accept the value 1 - it does block any further action in this case, until the 1 is deleted again.

Note: This problem differs from the one described just before.

Modification of Multiplicities and Enumeration literals without effect

Submitted by Joerg Freudenstein on Thursday, 28 June, 2012 - 17:32
Source
Website

In the current version of the DATEX Tool, multiplicities and enumeration literals can be modified according to the rules of DATEX II 2.1, but these changes don't have any effect on the resulting schema (i.e. all literals are present, multiplicities are unchanged).