TT:statisticAnalyses

From railML 2 Wiki
Revision as of 10:49, 19 September 2022 by RailML Coord Timetable (talk | contribs) (bugfix)
Jump to navigation Jump to search


statisticAnalyses
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

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

Attributes of statisticAnalyses / Attribute von statisticAnalyses

  • description: description of the analysis figure
💡 Please take into account our references to human-intepretable data fields.

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

  • 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

  • description: xs:string, optional
  • percentage: xs:decimal, optional
  • value: xs:duration, optional
  • figure: union of (restriction of xs:string, tOtherEnumerationValue); tOtherEnumerationValue is an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML® enumeration lists, optional, possible values are:

Missinginformation.png In this article there is information missing with respect to the semantics of the enumeration items. Please help improving the railML® wiki by filling the gaps. Possibly, you will find further details on the discussion pageFerri Leberl (talk) 16:16, 25 April 2018 (CEST)
  • 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.