Correction of @dir values in Wiki

Description

In many cases the possible values of attribute @dir are wrongly listed in the wiki. In particular, there are many elements, where @dir can have only two values according to the schema("up" and "down") while the wiki lists additional enumeration values "none", "both" and "unknown". Therefore, the wiki pages have to be corrected.

Background

The attribute @dir can be of different type in different elements. These different types allow different enumeration values:

  • tStrictDirection allows for values "up" and "down"
  • tDelimitedDirection allows for values "up", "down" and "unknownn"
  • tExtendedDirection allows for values "up", "down", "unknown" and "none"
  • tLaxDirection allows for values "up", "down", "unknown", "none" and "both"

Proposed solution for railML 2.x

The above linked Wiki pages need to be corrected. All of them include the information about the @dir attribute via template. It is suggested to create a new wiki template for the tStrictDirection uncoupled from the existing @dir template.