IS:stoppingPlace

From railML 3 Wiki
Jump to navigation Jump to search

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IS:stoppingPlace of railML® version 3.2
Documentation mark a position on a track, where a train, which fulfills certain criteria, needs to stop in order to change passengers or because of other operational rules.
Subschema infrastructure
Parents* stoppingPlaces
Children allowsUsageOfPlatformEdge (0..*), areaLocation (0..*), designator (0..*), external (0..*), gmlLocations (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*), typeDesignator (0..*), validForTrainMovement (0..*)
Attributes:
  • axleCount: set this value if the stopping place is only valid for trains with a certain number of axles (optional; xs:positiveInteger),

  • isSignalized: indicates whether the stopping place is marked by a signal or panel (true) or only in the "driver's timetable" (false) (optional; xs:boolean),

  • platformEdgeRef: DEPRECATED with railML 3.2, use element allowsUsageOfPlatformEdge instead;
    reference to a platform edge for which the stopping place is relevant (optional; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}),

  • trainLength: set this value if the stopping place is only valid for trains with a certain train length (optional; xs:decimal),

  • trainRelation: Reference to the part of the train from where on the stopping place is valid. Normally, a stopping place relates to the head of the train. (optional; xs:string)
Possible values:
  • endOfTrain: The tail of the train should be located at the stopping place when the train has stopped.
  • headOfTrain: The headof the train should be located at the stopping place when the train has stopped. This is the default setting.
  • midOfTrain: The center of the train should be located at the stopping place when the train has stopped.,

  • verbalConstraint: set this value if the stopping place is only valid for trains fulfilling a certain verbal constraint (optional; xs:string),

  • wagonCount: set this value if the stopping place is only valid for trains with a certain number of wagons (optional; xs:positiveInteger),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.

Autoexport from the XML-Schema for element IS:stoppingPlace of railML® version 3.1
Documentation This element is not documented in the schema!
Subschema infrastructure
Parents* stoppingPlaces
Children any (0..*), areaLocation (0..*), designator (0..*), external (0..*), gmlLocations (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*), validForTrainMovement (0..*)
Attributes:
  • isSignalized: indicates whether the stopping place is marked by a signal or panel (true) or only in the "driver's timetable" (false) (optional; xs:boolean),

  • trainRelation: Reference to the part of the train from where on the stopping place is valid. Normally, a stopping place relates to the head of the train. (optional; xs:string)
Possible values:
  • endOfTrain
  • midOfTrain
  • headOfTrain,

  • platformEdgeRef: reference to a platform edge for which the stopping place is relevant (optional; xs:IDREF; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}),

  • trainLength: set this value if the stopping place is only valid for trains with a certain train length (optional; xs:decimal),

  • axleCount: set this value if the stopping place is only valid for trains with a certain number of axles (optional; xs:positiveInteger),

  • wagonCount: set this value if the stopping place is only valid for trains with a certain number of wagons (optional; xs:positiveInteger),

  • verbalConstraint: set this value if the stopping place is only valid for trains fulfilling a certain verbal constraint (optional; xs:string),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory; xs:ID; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.


Changes 3.1→3.2

The element documentation has been changed.

The children have changed.

The attributes have been changed.

Semantics

Best Practice / Examples

Additional Information

Notes

Open Issues