Documentation for ATIS-Draft-03-00-79

Simple Type: NormalizedDistance

[Table of contents]

Super-types: xs:float < NormalizedDistance (by restriction)
Sub-types: None
Name NormalizedDistance
Used by (from the same schema document) Complex Type LinearReference , Complex Type LinearReference , Complex Type GridPointPair , Complex Type GridPointPair
Content
  • Base XSD Type: float
  • 0 <= value <= 100
Diagram
Schema Component Representation
<xs:simpleType name="NormalizedDistance">
<xs:restriction base=" xs:float ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>