TT:specialService operatingPeriodRef: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created using TT:specialService contents)
 
No edit summary
Line 1: Line 1:
{{InheritSpecialService
{{elementDocu|
|parentLink = {{TT:Tag|operatingPeriodRef}}
elementName = specialService
|selfLink = {{TT:Tag|specialService|operatingPeriodRef}}
 
|semantics_en =
|semantics =
|semantics_de =
The Element {{TT:Tag|specialService|operatingPeriodRef}} describes a calendar based modification of the {{TT:Doc|operatingPeriod}} by including or excluding certain days or periods. The maximal duration of the underlying {{TT:Doc|timetablePeriod}} and {{TT:Doc|operatingPeriod}} may not be expanded with a this {{TT:Tag|specialService|operatingPeriodRef}}. {{AddAnn|| }}
|constraints_en =
 
|type =
{{Deu|Das Element {{TT:Tag|specialService|operatingPeriodRef}} beschreibt die auf einen Kalender bezogene Modifizierung einer Verkehrsperiode {{TT:Doc|operatingPeriod}} um einzelne Zusatz- und/oder Ausfalltage oder auch Zusatz- und/oder Ausfallperioden. Die maximale Dauer der zugrundeliegenden Fahrplanperiode {{TT:Doc|timetablePeriod}} beziehungsweise der darauf basierenden Verkehrsperiode {{TT:Doc|operatingPeriod}} darf dabei aber nicht erweitert werden.}} {{AddAnn| | }}
|singleDate =
 
|startDate =
|parent = {{TT:Tag|operatingPeriodRef}}
|endDate =
|childs=''None''
|startTime =
|inheritedAttributes=''None''
|endTime =
|ownAttributes =
* {{Attr|type}}: It has to follow the constraints of {{XsdType|string}}. {{AddAnn|| }} Possible values are:
:* {{Enum|include}}
:* {{Enum|exclude}}
 
* {{Attr|singleDate}}: This is used to include or exclude a single day. {{AddAnn|| }}
 
* {{Attr|startDate}}: This is used to include or exclude a time period. {{AddAnn|| }}
 
* {{Attr|endDate}}: This is used to include or exclude a time period. {{AddAnn|| }}
 
* {{Attr|startTime}}: This is used for a more detailed description of the time period. {{AddAnn|| }}
 
* {{Attr|endTime}}: This is used for a more detailed description of the time period. {{AddAnn|| }}
 
{{InheritAnyAttribute
|comment={{intro|2.3}}
|anyAttribute =
|anyAttribute_de =
}}
 
|constraints =
* {{Attr|type}} {{XsdType|string}}, mandatory
 
* {{Attr|singleDate}} {{XsdType|date}}, optional
 
* {{Attr|startDate}} {{XsdType|date}}, optional
 
* {{Attr|endDate}} {{XsdType|date}}, optional
 
* {{Attr|startTime}} {{XsdType|time}}, optional
 
* {{Attr|endTime}} {{XsdType|time}}, optional
{{AddAnn|| }}
 
|example =  
<specialService type="include" singleDate="2009-12-24"/>
 
{{AddAnn|| }}
}}
}}

Revision as of 15:25, 1 March 2017


specialService
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

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.

Attributes of specialService / Attribute von specialService

  • type: It has to follow the constraints of xs:string. Possible values are:
  • include
  • exclude
  • singleDate: This is used to include or exclude a single day.
  • startDate: This is used to include or exclude a time period.
  • endDate: This is used to include or exclude a time period.
  • 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

Best practice & Examples / Empfohlene Anwendung & Beispiele

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

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.