rail:tSignalEtcs

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
level_0 xs:boolean optional
on-board unit supports level 0
level_1 xs:boolean optional
on-board unit supports level 1
level_2 xs:boolean optional
on-board unit supports level 2
level_3 xs:boolean optional
on-board unit supports level 3
srsVersion rail:tVersionNumber optional
Version of ETCS language (SRS edition) installed
switchable xs:boolean optional
defining the signal to be switchable or fixed (panel)
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tSignalEtcs">
  <xs:complexContent>
    <xs:extension base="rail:tSignalBase">
      <xs:attributeGroup ref="rail:aETCS">
        <xs:annotation>
          <xs:documentation>ETCS level (1, 2, 3, ...)</xs:documentation>
        </xs:annotation>
      </xs:attributeGroup>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>