TT:statisticAnalyses
Jump to navigation
Jump to search
statisticAnalyses
Schema description / Schemenbeschreibung
Position of statisticAnalyses in the XML-Tree / Position von statisticAnalyses im XML-Baum
- Parent: <statistic>
- Children: None
Multiplicity / Anzahl
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
|
- 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:
- maxDelayArrival The enclosing element encodes information about the maximum delay of this train's arrivals.
- maxDelayDeparture The enclosing element encodes information about the maximum delay of this train's departures.
- meanDelayArrival The enclosing element encodes information about the mean delay of this train's arrivals.
- meanDelayDeparture The enclosing element encodes information about the mean delay of this train's departures.
- medianDelayArrival The enclosing element encodes information about the median delay of this train's arrivals.
- medianDelayDeparture The enclosing element encodes information about the median delay of this train's departures.
- 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.