Template:InheritSpecialService: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Category added)
(Updated using new template (Vorlage:AddAnn))
Line 3: Line 3:


|semantics =
|semantics =
The Element {{{selfLink|FIXME}}} 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 {{{selfLink|FIXME}}}. <br/> {{Ann| {{{semantics_en|}}} }}
The Element {{{selfLink|FIXME}}} 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 {{{selfLink|FIXME}}}. {{AddAnn|{{{semantics_en|}}}| }}


{{Deu|Das Element {{{selfLink|FIXME}}} 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. <br/> {{Ann| {{{semantics_de|}}} }}}}
{{Deu|Das Element {{{selfLink|FIXME}}} 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| |{{{semantics_de|}}} }}


|parent = {{{parentLink|FIXME}}}
|parent = {{{parentLink|FIXME}}}


|ownAttributes =
|ownAttributes =
* {{Attr|type}}: It has to follow the constraints of {{XsdType|string}}. <br/> {{Ann| {{{type|}}} }} Possible values are:
* {{Attr|type}}: It has to follow the constraints of {{XsdType|string}}. {{AddAnn|{{{type|}}}|{{{type_de|}}} }} Possible values are:
:* {{Enum|include}}
:* {{Enum|include}}
:* {{Enum|exclude}}
:* {{Enum|exclude}}


* {{Attr|singleDate}}: This is used to include or exclude a single day. It has to follow the constraints of {{XsdType|date}}. <br/> {{Ann| {{{singleDate|}}} }}
* {{Attr|singleDate}}: This is used to include or exclude a single day. It has to follow the constraints of {{XsdType|date}}. {{AddAnn|{{{singleDate|}}}|{{{singleDate_de|}}} }}


* {{Attr|startDate}}: This is used to include or exclude a time period. It has to follow the constraints of {{XsdType|date}}. <br/> {{Ann| {{{startDate|}}} }}
* {{Attr|startDate}}: This is used to include or exclude a time period. It has to follow the constraints of {{XsdType|date}}. {{AddAnn|{{{startDate|}}}|{{{startDate_de|}}} }}


* {{Attr|endDate}}: This is used to include or exclude a time period. It has to follow the constraints of {{XsdType|date}}. <br/> {{Ann| {{{endDate|}}} }}
* {{Attr|endDate}}: This is used to include or exclude a time period. It has to follow the constraints of {{XsdType|date}}. {{AddAnn|{{{endDate|}}}|{{{endDate_de|}}} }}


* {{Attr|startTime}}: This is used for a more detailed description of the time period. It has to follow the constraints of {{XsdType|time}}. <br/> {{Ann| {{{startTime|}}} }}
* {{Attr|startTime}}: This is used for a more detailed description of the time period. It has to follow the constraints of {{XsdType|time}}. {{AddAnn|{{{startTime|}}}|{{{startTime_de|}}} }}


* {{Attr|endTime}}: This is used for a more detailed description of the time period. It has to follow the constraints of {{XsdType|time}}. <br/> {{Ann| {{{endTime|}}} }}
* {{Attr|endTime}}: This is used for a more detailed description of the time period. It has to follow the constraints of {{XsdType|time}}. {{AddAnn|{{{endTime|}}}|{{{endTime_de|}}} }}


|constraints =
|constraints =
The {{Attr|type}} attribute is mandatory. <br/> {{Ann| {{{constraints_en|}}} }}
The {{Attr|type}} attribute is mandatory. {{AddAnn|{{{constraints_en|}}}|{{{constraints_de|}}} }}


|example =  
|example =  

Revision as of 01:06, 8 December 2011


specialService
 


Scheme description / Schemenbeschreibung

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

  • Parent: FIXME
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The Element FIXME 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 FIXME.

Das Element FIXME 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. It has to follow the constraints of xs:date.
  • startDate: This is used to include or exclude a time period. It has to follow the constraints of xs:date.
  • endDate: This is used to include or exclude a time period. It has to follow the constraints of xs:date.
  • startTime: This is used for a more detailed description of the time period. It has to follow the constraints of xs:time.
  • endTime: This is used for a more detailed description of the time period. It has to follow the constraints of xs:time.

Syntactic Constraints / Syntaktische Beschränkungen

The type attribute is mandatory.

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.