TT:specialService operatingPeriod: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
(Created using TT:specialService contents)
 
m (Example link inserted)
Line 11: Line 11:
|startTime =
|startTime =
|endTime =
|endTime =
|example_en = [http://www.irfp.de/download/railml_beispiel_verkehrstage.pdf Weitere Informationen und RailML-Beispiel zu Verkehrstagen, PDF, 185 kByte]
|example_de =
}}
}}

Revision as of 15:19, 26 March 2012


specialService
 


Scheme description / Schemenbeschreibung

Position of specialService in the XML-Tree / Position von specialService im XML-Baum

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

The Element <specialService> describes a calendar based modification of the operatingPeriod by including or excluding certain days or periods. The maximal duration of the underlying timetablePeriod and operatingPeriod may not be expanded with a this <specialService>.

Das Element <specialService> beschreibt die auf einen Kalender bezogene Modifizierung einer Verkehrsperiode operatingPeriod um einzelne Zusatz- und/oder Ausfalltage oder auch Zusatz- und/oder Ausfallperioden. Die maximale Dauer der zugrundeliegenden Fahrplanperiode timetablePeriod beziehungsweise der darauf basierenden Verkehrsperiode operatingPeriod darf dabei aber nicht erweitert werden.
 
Please, be aware of the semantic constraint(s)!

Attributes of specialService / Attribute von specialService

  • type: It has to follow the constraints of xs:string. Possible values are:
  • include for additional traffic days
  • exclude to exclude days
  • singleDate: This is used to include or exclude a single day.
  • startDate: This is used to include or exclude a time period. Please, recognize the semantic constraint.
  • endDate: This is used to include or exclude a time period. Please, recognize the semantic constraint.
  • startTime: This is used for a more detailed description of the time period.
  • endTime: This is used for a more detailed description of the time period.
  • xs:anyAttribute(introduced with version 2.3) This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?

Syntactic Constraints / Syntaktische Beschränkungen

  • startTime xs:time, optional; shall be lower or equal endDate if both are used.
  • endTime xs:time, optional; shall be higher or equal startDate if both are used.

Semantic Constraints / Semantische Beschränkungen

Private-cloud-icon.png Semantic Constraint "TT:001":
 
Any starting time stamp (as it may result e.g. from a combination of startDate and startTime) shall be lower or equal any ending time stamp (e.g. endDate) if both are given. Must not overlap with other validity periods.
 
Proposed on November 12th 2018
Approved on March 21st 2019
FIXME: add Link to discussion!
Please, recognize our guidelines on semantic constraints

Best practice & Examples / Empfohlene Anwendung & Beispiele

<specialService type="include" singleDate="2009-12-24"/>


Weitere Informationen und RailML-Beispiel zu Verkehrstagen, PDF, 185 kByte

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.