rail:tSignalBraking

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
switchable xs:boolean optional
defining the signal to be switchable or fixed (panel)
trackConditionRef rail:tGenericRef optional
reference to a trackCondition element
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tSignalBraking">
  <xs:complexContent>
    <xs:extension base="rail:tSignalBase">
      <xs:attribute name="trackConditionRef" type="rail:tGenericRef">
        <xs:annotation>
          <xs:documentation>reference to a trackCondition element</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>