rail:eStatistic

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:mean{0,1} , rail:median{0,1} , rail:standardDeviation{0,1} , rail:statisticAnalyses*

Attributes

Used By

Source

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