rail:tMileageChange

Complex Type Information

Model

rail:additionalName* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:geoCoord{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
absDir rail:tMileageDirection optional
defining a change direction for the mileageChange with values "raising" or "falling"
absPos rail:tLengthM required
absPosIn rail:tLengthM required
absPosInOffset rail:tLengthM optional
DEPRECATED: not needed, not used
code rail:tGenericName optional
for typical, specific abbreviations, used in different systems with the same understanding
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
dir rail:tStrictDirection optional
DEPRECATED: use the new attribute absDir instead to define the mileage's change direction
id rail:tGenericID required
XML-file-wide unique identity is required for later referencing that element
name rail:tGenericName optional
should be interpreted in its elements' context (e.g. track/name, vehicle/name)
pos rail:tLengthM required
type rail:tMileageChangeDescr required
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tMileageChange">
  <xs:complexContent>
    <xs:extension base="rail:tElementWithIDAndName">
      <xs:sequence>
        <xs:element name="geoCoord" type="rail:tGeoCoord" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_mileageChange"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="absPosIn" type="rail:tLengthM" use="required"/>
      <xs:attribute name="absPosInOffset" type="rail:tLengthM" use="optional">
        <xs:annotation>
          <xs:documentation>DEPRECATED: not needed, not used</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="type" type="rail:tMileageChangeDescr" use="required"/>
      <xs:attribute name="absPos" type="rail:tLengthM" use="required"/>
      <xs:attribute name="pos" type="rail:tLengthM" use="required"/>
      <xs:attribute name="absDir" type="rail:tMileageDirection">
        <xs:annotation>
          <xs:documentation>defining a change direction for the mileageChange with values "raising" or "falling"</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="dir" type="rail:tStrictDirection">
        <xs:annotation>
          <xs:documentation>DEPRECATED: use the new attribute absDir instead to define the mileage's change direction</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>