TT:operatingPeriodRef trainPart: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(child element specialService delared deprecated, links to child element specialService repaired)
No edit summary
Line 9: Line 9:
|parent = {{TT:Tag|trainPart}}
|parent = {{TT:Tag|trainPart}}


|childs = {{TT:Tag|specialService|operatingPeriodRef}} {{depr|2.3}}
|childs = {{TT:Tag|specialService|operatingPeriodRef}} {{depr|2.2}}


|inheritedAttributes =
|inheritedAttributes =
Line 33: Line 33:


|notes =  
|notes =  
Child element {{TT:Doc|specialService|operatingPeriodRef}} is deprecated from railML 2.3 on. An individual {{TT:Doc|operatingPeriod}} for each {{TT:Doc|trainPart}} should be referenced instead.
Child element {{TT:Doc|specialService|operatingPeriodRef}} is deprecated from railML 2.2 on. An individual {{TT:Doc|operatingPeriod}} for each {{TT:Doc|trainPart}} should be referenced instead. See TRAC ticket #158.


|example =  
|example =  
Line 44: Line 44:
  <rail:operatingPeriodRef ref="TGL" startDate="2009-10-05" endDate="2009-10-16"/>
  <rail:operatingPeriodRef ref="TGL" startDate="2009-10-05" endDate="2009-10-16"/>


see also  
* See also  
* [[TT:Midnight_overrun | How to indicate midnight overruns in railML]]
:# [[TT:Midnight_overrun | How to indicate midnight overruns in railML]]
* {{Deu|[http://www.irfp.de/download/railml_beispiel_verkehrstage.pdf iRFP-Informationen und -Beispiel zu Verkehrstagen in railML]}}  ([http://www.railml.org//index.php/entwickler.html?show=23 Author: Dirk Bräuer, iRFP Dresden] 74 kByte, as of: May 2012)
* {{Deu|[http://www.irfp.de/download/railml_beispiel_mueg.pdf iRFP-Beispiel zur Abbildung von Mitternachtsübergängen in railML]}} ([http://www.railml.org//index.php/entwickler.html?show=23 Author: Dirk Bräuer, iRFP Dresden] 165 kByte, as of: May 2012)


* '''iRFP Dresden''': selection of examples for operationg periods and midnight overruns in German
:# [http://www.irfp.de/download/railml_beispiel_verkehrstage.pdf iRFP-Informationen und -Beispiel zu Verkehrstagen in railML] (DE, Dirk Bräuer, iRFP Dresden, 74 kByte, May 2012)
:# [http://www.irfp.de/download/railml_beispiel_mueg.pdf iRFP-Beispiel zur Abbildung von Mitternachtsübergängen in railML] (DE, Dirk Bräuer, iRFP Dresden, 165 kByte, May 2012)


|backHome = TT:elements
|backHome = TT:elements
}}
}}

Revision as of 11:36, 1 March 2016


operatingPeriodRef
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The Element <operatingPeriodRef> is used for referencing the operatingPeriod for the trainPart.

Das Element <operatingPeriodRef> referenziert die zum trainPart gehörige Verkehrsperiode.

Attributes of operatingPeriodRef / Attribute von operatingPeriodRef

  • ref: This refers to the id attribute of the associated <operatingPeriod> element.
  • xs:anyAttribute: This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?
  • startDate: This describes optional further restrictions of the operating period.
  • endDate: This describes optional further restrictions of the operating period.

Syntactic Constraints / Syntaktische Beschränkungen

  • startDate xs:date, optional
    If not empty it has to be equal or later than the startDate of the referenced timetablePeriod.
  • endDate xs:date, optional
    If not empty it has to be equal or earlier than the endDate of the referenced timetablePeriod.

Best practice & Examples / Empfohlene Anwendung & Beispiele

Normal reference to the operatingPeriod for 'daily':

<rail:operatingPeriodRef ref="TGL"/>

Same reference but restricted to certain period:

<rail:operatingPeriodRef ref="TGL" startDate="2009-10-05" endDate="2009-10-16"/>
  • See also
  1. How to indicate midnight overruns in railML
  • iRFP Dresden: selection of examples for operationg periods and midnight overruns in German
  1. iRFP-Informationen und -Beispiel zu Verkehrstagen in railML (DE, Dirk Bräuer, iRFP Dresden, 74 kByte, May 2012)
  2. iRFP-Beispiel zur Abbildung von Mitternachtsübergängen in railML (DE, Dirk Bräuer, iRFP Dresden, 165 kByte, May 2012)

Notes / Anmerkungen

Child element specialService is deprecated from railML 2.2 on. An individual operatingPeriod for each trainPart should be referenced instead. See TRAC ticket #158.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.