an arbitrary list consisting of xs:double values separated by white space; no length restriction |
Simple Type | rail:tCoordinateList |
<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> |