2.1

2.1 Version

DATEX II XML Schema 2.1

Submitted by jaderberg on Saturday, 2 June, 2012 - 09:29

XML Schema that has been automatically generated by the XML Schema generation tool from the DATEX II UML model. The XML schema is used by PSM’s.
The Zip archive includes two schemas, one with definitions and one without definitions.

DATEX II Modelling Methodology 2.1

Submitted by Josef Kaltwasser on Friday, 1 June, 2012 - 15:23

This is the top level entry document into the DATEX II specification set. The document describes the way that modelling is handled in DATEX II, especially focusing on the data model aspects. Data modelling in DATEX II takes a formal, metamodel-based approach that allows the process of generating the transfer syntax to be implemented in software. A tool that creates an XML schema from the DATEX II data model based on this methodology is available from this website.

Version and namespace

Submitted by jaderberg on Thursday, 22 March, 2012 - 16:50
Source
ES5

Today the tool take the version from the assembly (2.0.XX) and uses the major and minor version as part of the namespace and schema name.
Now, we change to version 2.1 and we don't want to change the namespace but the tool should have version 2.1.
In future, the tool version could be removed from the namespce.

Possiby the simpliest solution now is to introduce a configuration parameter in the config file,

Definition of Destination

Submitted by Joerg Freudenstein on Thursday, 26 January, 2012 - 11:50
Source
Website

The definition of 'Destination' is wrong (or at least ambiguous):

"The specification of the destination of a defined route or itinerary. This may be either a location on a network or an area location."

The aggregation between NetworkLocation and Destination is not in the direction as descibed. What is the use of this aggregation?

Suggestion: Writing a definition for Destination with general terms and putting two explicit definitions on the two aggregations from Itenerary and from NetworkLocation.

Superclass DataValue not accessible

Submitted by Joerg Freudenstein on Friday, 2 December, 2011 - 16:28
Source
Website

All components for data types are derived from the superclass "DataValue". But the component "DataValue" can't be found in the tree (of the DATEX-Tool), as there's nowhere a direct access to this class.
Newertheless it's generated properly in the .xsd; but the idea is to deselect some of the optional attributes in it, which is not possible in my opinion (there might be even some more situations like this).