complexType AreaType
diagram Nas_diagrams/Nas_p340.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:MeasureType
properties
base fb:MeasureType
used by
elements GeometricDilutionOfPrecisionType/xyCovariance GeometricDilutionOfPrecisionType/zzCovariance
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  nas:UomAreaType  required      
documentation
Unit of measure for area.
annotation
documentation
The measure of physical area.
source <xs:complexType name="AreaType">
 
<xs:annotation>
   
<xs:documentation>The measure of physical area.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:MeasureType">
     
<xs:attribute name="uom" type="nas:UomAreaType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure for area.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AreaType/@uom
type nas:UomAreaType
properties
use required
facets
Kind Value Annotation
enumeration M_SQUARED
documentation
Meters squared.
annotation
documentation
Unit of measure for area.
source <xs:attribute name="uom" type="nas:UomAreaType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for area.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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