complexType NasDistanceType
diagram Nas_diagrams/Nas_p342.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:MeasureType
properties
base fb:MeasureType
used by
elements TrackPositionType/x GeometricDilutionOfPrecisionType/xxCovariance TrackPositionType/y GeometricDilutionOfPrecisionType/yyCovariance
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation
Unit of measure
annotation
documentation
A U.S. Specific extension to Distance that allows the expression of negative values which are required for certain programs.
source <xs:complexType name="NasDistanceType">
 
<xs:annotation>
   
<xs:documentation>A U.S. Specific extension to Distance that allows the expression of negative values which are required for certain programs.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:MeasureType">
     
<xs:attribute name="uom" type="fb:UomLengthType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute NasDistanceType/@uom
type fb:UomLengthType
properties
use required
facets
Kind Value Annotation
enumeration CM
documentation
Centimetre
enumeration FT
documentation
Foot
enumeration IN
documentation
Inch
enumeration KM
documentation
Kilometre
enumeration M
documentation
Metre
enumeration MI
documentation
Statute mile
enumeration MM
documentation
Millimeter
enumeration NM
documentation
Nautical mile
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomLengthType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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