TT:statisticAnalyses: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Undocumented enumeration items)
Line 6: Line 6:
|semantics =
|semantics =
The element {{TT:Tag|statisticAnalyses}} provides a formalized output for the result of an analysed statistic figures.
The element {{TT:Tag|statisticAnalyses}} provides a formalized output for the result of an analysed statistic figures.
|ownAttributes =
|ownAttributes =
* {{Attr|description}}: description of the analysis figure
* {{Attr|description}}: description of the analysis figure{{human}}
* {{Attr|percentage}}: percentage involved in the analysis figure
* {{Attr|percentage}}: percentage involved in the analysis figure
* {{Attr|value}}: value involved in the analysis figure
* {{Attr|value}}: value involved in the analysis figure
Line 17: Line 16:
|anyAttribute_de =
|anyAttribute_de =
}}
}}
|constraints =
|constraints =
* {{Attr|description}}: {{XsdType|string}}, optional
* {{Attr|description}}: {{XsdType|string}}, optional
Line 34: Line 32:
|notes_de =
|notes_de =
}}
}}
|notes =  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''"
|notes =  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''"
|example =  <statisticAnalyses description="95% less than 4min delay" percentage="95" value="PT4M" figure="maxDelayArrival" />
|example =  <statisticAnalyses description="95% less than 4min delay" percentage="95" value="PT4M" figure="maxDelayArrival" />
|backHome = TT:elements
|backHome = TT:elements
}}
}}

Revision as of 16:15, 5 October 2018


statisticAnalyses
 


Scheme description / Schemenbeschreibung

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

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
💡 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.