rail:valueLine

set of values related to an x-value (one table line)

http://wiki.railml.org/index.php?title=RS:valueLine

Element Information

Model

Children: rail:values

Attributes

QName Type Fixed Default Use Inheritable Annotation
xValue xs:decimal required
values of abscissa (x-axis) for this line (row)

Source

<xs:element name="valueLine" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>set of values related to an x-value (one table line)</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:valueLine"/>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="values" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>the values related to an x-value themselves</xs:documentation>
          <xs:documentation source="http://wiki.railml.org/index.php?title=RS:values"/>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="yValue" type="xs:decimal" use="required">
            <xs:annotation>
              <xs:documentation>value of ordinate (y-axis) for this line (row)</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="xValue" type="xs:decimal" use="required">
      <xs:annotation>
        <xs:documentation>values of abscissa (x-axis) for this line (row)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample