Dev:CommonDataTypes: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Line 10: Line 10:
!width="20%" rowspan=2 | Scalar's Name
!width="20%" rowspan=2 | Scalar's Name
!width="20%" rowspan=2 | Scalar's Unit
!width="20%" rowspan=2 | Scalar's Unit
!width="20%" rowspan=2 | Encoding
!colspan=4 | Used in ...
!colspan=4 | Used in ...
!width="20%" rowspan=2 | Comment
|-
|-
!width="5%" | IS
!width="5%" | IS
Line 17: Line 19:
!width="5%" | TT
!width="5%" | TT
|-
|-
|Distance
|Position
|m
|km
|decimal (0.3)
|x
|x
|
|
|
|Used as absolute or relative Position along the track and as abs. or rel. offset
|-
|Latitude, Longitude, Altitude
|?
|decimal
|x
|x
|
|
|
|
|
|Geographical position. The used coordinate system is still under discussion.
|}
|}

Revision as of 10:37, 9 March 2006

This page is used to collect all data types used in the schemas. The target is to harmonize and re-use data types throughout the different schemas.


Simple Types

"Simple Types" are scalars based on integers or floating point numbers. The describe values like time, length or velocities. Vectors, lists (enumerations) or structures are not covered in this section!


Scalar's Name Scalar's Unit Encoding Used in ... Comment
IS IL RS TT
Position km decimal (0.3) x Used as absolute or relative Position along the track and as abs. or rel. offset
Latitude, Longitude, Altitude ? decimal x Geographical position. The used coordinate system is still under discussion.