TT:mean: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
Line 23: Line 23:


|constraints =
|constraints =
* {{Attr|arrival}} {{XsdType|time}}, optional
*{{constraint|arrival|xsd|time}}
* {{Attr|arrivalDay}} {{XsdType|integer}}, optional, {{default|0}}
*{{constraint|arrivalDay|xsd|integer|default=0}}
* {{Attr|departure}} {{XsdType|time}}, optional
*{{constraint|departure|xsd|time}}
* {{Attr|departureDay}} {{XsdType|integer}}, optional, {{default|0}}
*{{constraint|departureDay|xsd|integer|default=0}}
* {{Attr|arrivalDelay}} {{XsdType|duration}}, optional
*{{constraint|arrivalDelay|xsd|duration}}
* {{Attr|departureDelay}} {{XsdType|duration}}, optional
*{{constraint|departureDelay|xsd|duration}}
* {{Attr|stopTime}} {{XsdType|duration}}, optional
*{{constraint|stopTime|xsd|duration}}
 
|notes
|notes
|example
|example
}}
}}

Revision as of 17:15, 19 October 2018


statistic
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <mean> provides 'mean' values for actual driven and therefore measured times.

Attributes of statistic / Attribute von statistic

  • arrival: mean arrival time
  • arrivalDay: mean arrival day
  • departure: mean departure time
  • departureDay: mean departure day
  • arrivalDelay: mean arrival delay
  • departureDelay: mean departure delay
  • stopTime: mean stop time
  • 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

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.