rail:valueTable

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xValueName rail:tElementDescription required
descriptive name for values of abscissa (x-axis)
xValueUnit rail:tUnitName required
physical unit for values of abscissa (x-axis)
yValueName rail:tElementDescription required
descriptive name of y-values in that column
yValueUnit rail:tUnitName required
physical unit of the values in element "values"
zValueName rail:tElementDescription optional
descriptive name of z-value used as parameter in the value table
zValueUnit rail:tUnitName optional
physical unit for z-value used as parameter in the value table

Source

<xs:element name="valueTable">
  <xs:annotation>
    <xs:documentation>table of values vs. arbitrary variable</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:valueTable_pulsePattern"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="rail:tValueTable"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample