an coordinate list consisting of two or three coordinates |
Attribute | rail:tGeoCoord/@coord |
<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> |