rail:columnHeader

List of Names to explain meaning of values

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

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
zValue xs:decimal required
z-value itself as parameter in the value table

Source

<xs:element name="columnHeader" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of Names to explain meaning of values</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:columnHeader"/>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="zValue" type="xs:decimal" use="required">
      <xs:annotation>
        <xs:documentation>z-value itself as parameter in the value table</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample