rail:tSignalLevelCrossing

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ref rail:tGenericRef optional
reference to a level crossing
switchable xs:boolean optional
defining the signal to be switchable or fixed (panel)
type rail:tLevelCrossingSignalType optional
level crossing signal type (bell, whistle, announcing, activating)
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tSignalLevelCrossing">
  <xs:complexContent>
    <xs:extension base="rail:tSignalBase">
      <xs:attribute name="type" type="rail:tLevelCrossingSignalType">
        <xs:annotation>
          <xs:documentation>level crossing signal type (bell, whistle, announcing, activating)</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="ref" type="rail:tGenericRef">
        <xs:annotation>
          <xs:documentation>reference to a level crossing</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>