rail:tCoordinateList

an coordinate list consisting of two or three coordinates

Simple Type Information

Used By

Source

<xs:simpleType name="tCoordinateList">
  <xs:annotation>
    <xs:documentation>an coordinate list consisting of two or three coordinates</xs:documentation>
  </xs:annotation>
  <xs:restriction base="rail:tDoubleList">
    <xs:minLength value="2"/>
    <xs:maxLength value="3"/>
  </xs:restriction>
</xs:simpleType>