TT:slot
Jump to navigation
Jump to search
|
Scheme description / Schemenbeschreibung
Position of slot in the XML-Tree / Position von slot im XML-Baum
- Parent: <slotGroup>
- Children: <operatingDay>, <xs:any>
Multiplicity / Anzahl
Semantics / Bedeutung
A time slot belonging to its <slotGroup>.(introduced with version 2.5)
Attributes of slot / Attribute von slot
- startTime: Time of day for the start of the slot. Skip if generally referring to all intervals with a length equal to @duration, such as every week, day or hour.
- duration: Duration of the time slot. Can exceed one day.
- numberOfTrains: Number of trains in the slot, including @startTime and excluding @startTime + @duration. So if @startTime is "04:30:00" and @duration is "PT2H" and there are trains at 04:30, 05:30 and 06:30, @numberOfTrains will be 2, not 3.
- interval: Interval between instances of this <train>, as a space-separated list of XML durations.
Syntactic Constraints / Syntaktische Beschränkungen
- startTime: xs:time; optional
- duration: xs:duration; required
- numberOfTrains: tCounter (xs:nonNegativeInteger); required
- interval: tDurationList (a list of time intervals, each given as an xs:duration, separated by white space); optional
Best practice & Examples / Empfohlene Anwendung & Beispiele
Not yet described. / Noch nicht beschrieben.
Notes / Anmerkungen
Not yet described. / Noch nicht beschrieben.
Open issues / Offene Punkte/Pendenzen
Not yet described. / Noch nicht beschrieben.