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