rail:eSignals

Complex Type Information

Model

Used By

Source

<xs:complexType name="eSignals">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="signal" type="rail:tSignal">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:signal"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="signalGroups" type="rail:eSignalGroups">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:signalGroups"/>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>