TT:operatingPeriodRef trainPart
From wiki.railML.org
operatingPeriodRef
Contents
- 1 Scheme description / Schemenbeschreibung / Description du schéma
- 1.1 Position of operatingPeriodRef in the XML-Tree / Position von operatingPeriodRef im XML-Baum / position de operatingPeriodRef dans l’aborescence XML
- 1.2 Multiplicity / Anzahl / Multiplicité
- 1.3 Semantics / Bedeutung / Sémantique
- 1.4 Attributes of operatingPeriodRef / Attribute von operatingPeriodRef / Attributs de operatingPeriodRef
- 1.5 Syntactic Constraints / Syntaktische Beschränkungen / Contraintes syntactiques
- 1.6 Semantic Constraints / Semantische Beschränkungen / Contraintes semantiques
- 2 Best practice & Examples / Empfohlene Anwendung & Beispiele / Bonnes pratiques & exemples
- 3 Notes / Anmerkungen / Notes
- 4 Open issues / Offene Punkte/Pedenzen / Questions ouvertes
Scheme description / Schemenbeschreibung / Description du schéma
Position of operatingPeriodRef in the XML-Tree / Position von operatingPeriodRef im XML-Baum / position de operatingPeriodRef dans l’aborescence XML
- Parent: <trainPart>
- Children: <specialService> (deprecated with version 2.2)
Multiplicity / Anzahl / Multiplicité
Semantics / Bedeutung / Sémantique
The Element <operatingPeriodRef> is used for referencing the operatingPeriod for the trainPart.
Das Element <operatingPeriodRef> referenziert die zum trainPart gehörige Verkehrsperiode.
Please, be aware of the semantic constraint(s)!
Attributes of operatingPeriodRef / Attribute von operatingPeriodRef / Attributs de operatingPeriodRef
- ref: This refers to the id attribute of the associated <operatingPeriod> element.
- startDate (deprecated with version 2.2): This describes optional further restrictions of the operating period. Please, recognize the semantic constraint.
- endDate (deprecated with version 2.2): This describes optional further restrictions of the operating period. Please, recognize the semantic constraint.
Syntactic Constraints / Syntaktische Beschränkungen / Contraintes syntactiques
- ref xs:IDREF, mandatory
- startDate xs:date, optional (deprecated with version 2.2); shall be lower or equal endDate if both are used.
- endDate xs:date, optional (deprecated with version 2.2); shall be higher or equal startDate if both are used.
Semantic Constraints / Semantische Beschränkungen / Contraintes semantiques
|
Best practice & Examples / Empfohlene Anwendung & Beispiele / Bonnes pratiques & exemples
Normal reference to the operatingPeriod for 'daily':
<rail:operatingPeriodRef ref="TGL"/>
- See also
- iRFP Dresden: selection of examples for operationg periods in German
- iRFP-Informationen und -Beispiel zu Verkehrstagen in railML (external link, May 2012,
; by Dirk Bräuer, iRFP Dresden)
- iRFP-Informationen und -Beispiel zu Verkehrstagen in railML (external link, May 2012,
Notes / Anmerkungen / Notes
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/Pedenzen / Questions ouvertes
Not yet described. / Noch nicht beschrieben. / Pas encore décrit.