rail:tTrackRef

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir rail:tStrictDirection optional
driving direction in relation to track definition direction
ref rail:tGenericRef required
reference is required because it's the purpose of the element
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tTrackRef">
  <xs:complexContent>
    <xs:extension base="rail:tElementWithReference">
      <xs:attribute name="dir" type="rail:tStrictDirection">
        <xs:annotation>
          <xs:documentation>driving direction in relation to track definition direction</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>