rail:tStateWithLength

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:from{0,1} , rail:to{0,1}
Children: rail:from, rail:to

Attributes

QName Type Fixed Default Use Inheritable Annotation
disabled xs:boolean required
This attribute is 'true' if the infrastructure piece is somehow disabled.
operatingPeriodRef rail:tGenericRef optional
The temporal frame of the 'state' should be defined in the 'timetable' part of the railML file, using the 'operatingPeriod' element.
remarks rail:tElementDescription optional
This is to further explain the 'state' definition.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tStateWithLength">
  <xs:complexContent>
    <xs:extension base="rail:tState">
      <xs:sequence>
        <xs:element name="from" type="rail:tLocation" minOccurs="0">
          <xs:annotation>
            <xs:documentation>starting point where the 'state' takes place, e.g. kilometric position</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:from"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="to" type="rail:tLocation" minOccurs="0">
          <xs:annotation>
            <xs:documentation>end point where the 'state' takes place, e.g. kilometric position</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:to"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>