TT:statisticAnalyses: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(missing Wiki page created)
 
(any-Attribut ergänzt)
Line 11: Line 11:
* {{Attr|value}}: value involved in the analysis figure
* {{Attr|value}}: value involved in the analysis figure
* {{Attr|figure}}: type of the analysis figure
* {{Attr|figure}}: type of the analysis figure
{{InheritAnyAttribute
|comment={{intro|2.3}}
|anyAttribute =
|anyAttribute_de =
}}


|constraints =
|constraints =

Revision as of 17:31, 4 February 2016


statisticAnalyses
 


Scheme description / Schemenbeschreibung

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

  • Parent: <statistic>
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <statisticAnalyses> provides a formalized output for the result of an analysed statistic figures.

Attributes of statisticAnalyses / Attribute von statisticAnalyses

  • description: description of the analysis figure
  • percentage: percentage involved in the analysis figure
  • value: value involved in the analysis figure
  • figure: type of the analysis figure
  • 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

  • maxDelayArrival
  • maxDelayDeparture
  • meanDelayArrival
  • meanDelayDeparture
  • medianDelayArrival
  • medianDelayDeparture
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.

Best practice & Examples / Empfohlene Anwendung & Beispiele

<statisticAnalyses description="95% less than 4min delay" percentage="95" value="PT4M" figure="maxDelayArrival" />

Notes / Anmerkungen

The result of an analysis could be: "This train has at this ocp in more than 95% of all cases less than 4 minutes arrival delay"

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.