rail:tSignalBase

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)
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tSignalBase">
  <xs:attribute name="switchable" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>defining the signal to be switchable or fixed (panel)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="rail:anyAttribute">
    <xs:annotation>
      <xs:documentation>provide an extension point for non-railML attributes in foreign namespace</xs:documentation>
    </xs:annotation>
  </xs:attributeGroup>
</xs:complexType>