simpleType LongitudeType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:MeasureType
properties
base fb:MeasureType
used by
element ElapsedTimeLocationChoiceType/longitude
facets
Kind Value Annotation
minInclusive -180
maxInclusive 180
annotation
documentation
Longitude value expressed to a decimal precision.
source <xs:simpleType name="LongitudeType">
 
<xs:annotation>
   
<xs:documentation>Longitude value expressed to a decimal precision. </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:MeasureType">
   
<xs:maxInclusive value="180"/>
   
<xs:minInclusive value="-180"/>
 
</xs:restriction>
</xs:simpleType>


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