source |
<xs:simpleType name="station">
<xs:annotation>
<xs:documentation>Represents the actual measured distance along the geometry in numeric decimal form expressed in linear units. Also known as the internal station value where no station equations are applied.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:double"/>
</xs:simpleType> |