namespace | http://www.LRMS-Adopted-02-00-00 | ||||
type | restriction of xs:float | ||||
used by |
|
||||
facets |
|
||||
source | <xs:simpleType name="NormalizedDistance"> <xs:restriction base="xs:float"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> |