TT:holiday: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (XML syntax highlighted, type constraint added)
(multiplicity)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:


{{Deu|Das Element {{TT:Tag|holiday}} bezeichnet einen Feiertag, wie er bei Verkehrsperioden der Art "täglich, ausser an Sonn- und Feiertagen" gemeint ist.}}
{{Deu|Das Element {{TT:Tag|holiday}} bezeichnet einen Feiertag, wie er bei Verkehrsperioden der Art "täglich, ausser an Sonn- und Feiertagen" gemeint ist.}}
|parent = {{TT:Tag|holidays}}
|parent = {{TT:Tag|holidays}}
 
|childs=''None''
|maxocc=∞
|inheritedAttributes=''None''
|ownAttributes =
|ownAttributes =
* {{Attr|holidayDate}}: the date
* {{Attr|holidayDate}}: the date
 
* {{Attr|description}}: a description{{human}}
* {{Attr|description}}: a description
{{InheritAnyAttribute
 
|comment={{intro|2.3}}
|anyAttribute =
|anyAttribute_de =
}}
|constraints =
|constraints =
* {{Attr|holidayDate}} {{XsdType|date}}, mandatory
* {{Attr|holidayDate}} {{XsdType|date}}, mandatory
* {{Attr|description}} {{RailMLType|tElementDescription}}, optional
* {{Attr|description}} {{RailMLType|tElementDescription}}, optional
|example =
|example =
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">

Latest revision as of 22:24, 25 November 2018


holiday
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..∞]

Semantics / Bedeutung

The Element <holiday> defines one of the public holidays referred to by an operating period like "all days, excluding public holidays".

Das Element <holiday> bezeichnet einen Feiertag, wie er bei Verkehrsperioden der Art "täglich, ausser an Sonn- und Feiertagen" gemeint ist.

Attributes of holiday / Attribute von holiday

  • holidayDate: the date
  • description: a description
💡 Please take into account our references to human-intepretable data fields.

Bitte berücksichtigen Sie unsere Hinweise zu menschen-intepretierbaren Datenfeldern.

  • 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

<holiday holidayDate="2009-04-13" description="Easter Monday"/>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.