complexType AccelerationType
diagram Nas_diagrams/Nas_p310.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:MeasureType
properties
base fb:MeasureType
used by
elements NasAccelerationType/x NasAccelerationType/y
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  nas:UomAccelerationType  required      
documentation
Unit of measure for acceleration.
annotation
documentation
Defines acceleration.
source <xs:complexType name="AccelerationType">
 
<xs:annotation>
   
<xs:documentation>Defines acceleration.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:MeasureType">
     
<xs:attribute name="uom" type="nas:UomAccelerationType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure for acceleration.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AccelerationType/@uom
type nas:UomAccelerationType
properties
use required
facets
Kind Value Annotation
enumeration M_SEC_SQUARED
documentation
Meters per second squared.
annotation
documentation
Unit of measure for acceleration.
source <xs:attribute name="uom" type="nas:UomAccelerationType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for acceleration.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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