rail:tState

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

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="tState">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attribute name="disabled" type="xs:boolean" use="required">
    <xs:annotation>
      <xs:documentation>This attribute is 'true' if the infrastructure piece is somehow disabled.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>The temporal frame of the 'state' should be defined in the 'timetable' part of the railML file, using the 'operatingPeriod' element.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="remarks" type="rail:tElementDescription">
    <xs:annotation>
      <xs:documentation>This is to further explain the 'state' definition.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>