simpleType lrms:NormalizedDistance
namespace http://www.LRMS-Adopted-02-00-00
type restriction of xs:float
used by
elements tcip:SPLink/dist-along lrms:LinearReference/endNormDistance lrms:GridPointPair/pointPairInfo/offsetEnd lrms:GridPointPair/pointPairInfo/offsetStart lrms:LinearReference/startNormDistance
facets
minInclusive 0
maxInclusive 100
source <xs:simpleType name="NormalizedDistance">
 
<xs:restriction base="xs:float">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="100"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy