<xs:complexType name="eStatistic">
<xs:complexContent>
<xs:extension base="rail:tStatistic">
<xs:sequence>
<xs:element name="mean" type="rail:tStatisticTimes" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=TT:mean"/>
</xs:annotation>
</xs:element>
<xs:element name="median" type="rail:tStatisticTimes" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=TT:median"/>
</xs:annotation>
</xs:element>
<xs:element name="standardDeviation" type="rail:tStandardDeviationTimes" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=TT:standardDeviation"/>
</xs:annotation>
</xs:element>
<xs:element name="statisticAnalyses" type="rail:tStatisticAnalyses" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=TT:statisticAnalyses"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |