TT:operatingPeriodRef trainPart: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
m (Template changed)
Line 11: Line 11:
|childs = {{TT:Doc|specialService}}
|childs = {{TT:Doc|specialService}}


|inheritedAttributes = see {{DocCO|tElementWithReference}}
|inheritedAttributes = see {{CO:Doc|tElementWithReference}}
*{{attr|ref}}: references an {{TT:Doc|operatingPeriod}}.
*{{attr|ref}}: references an {{TT:Doc|operatingPeriod}}.



Revision as of 10:47, 22 November 2011


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

see tElementWithReference

  • ref: references an operatingPeriod.
  • startDate: describes optional further restrictions of the operating period. If not empty it has to be equal or later than the startDate of the referenced timetablePeriod
  • endDate: describes optional further restrictions of the operating period. If not empty it has to be equal or earlier than the endDate of the referenced timetablePeriod

Syntactic Constraints / Syntaktische Beschränkungen

Not yet described. / Noch nicht beschrieben.

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"/>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.