rail:tDoubleList

an arbitrary list consisting of xs:double values separated by white space; no length restriction

Simple Type Information

Used By

Simple Type rail:tCoordinateList

Source

<xs:simpleType name="tDoubleList">
  <xs:annotation>
    <xs:documentation>an arbitrary list consisting of xs:double values separated by white space; no length restriction</xs:documentation>
  </xs:annotation>
  <xs:list itemType="xs:double"/>
</xs:simpleType>