Template:InheritPositionConstraints: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created for use in several IS element documentation sites)
 
(Outsourced @pos and @absPos to Template:InheritPositionConstraintsWithoutOffset, which can be used on IS:mileageChange)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
* {{Attr|pos}} mandatory, greater than or equal to zero, less than or equal to the track's length <br/> {{Ann| {{{pos|}}} }}
{{InheritPositionConstraintsWithoutOffset|
 
pos{{#if:{{{pos|}}}||UNDEFINED}}={{{pos}}}|
* {{Attr|absPos}} optional <br/> {{Ann| {{{absPos|}}} }}
absPos{{#if:{{{absPos|}}}||UNDEFINED}}={{{absPos}}}
 
}}
* {{Attr|absPosOffset}} optional<noinclude>[[Category:ConstraintsTemplate]]</noinclude>
* {{Attr|absPosOffset}}: {{railMLType|tLengthM}}; optional<noinclude>[[Category:ConstraintsTemplate]]</noinclude>

Latest revision as of 23:15, 4 February 2019

  • pos: tLengthM (xs:decimal, 6 fraction digits, length value measured in meter); required; must be greater than or equal to zero, less than or equal to the track's length
  • absPos: tLengthM (xs:decimal, 6 fraction digits, length value measured in meter); optional
  • absPosOffset: xs:decimal, 6 fraction digits, length value measured in meter; optional