complexType NasAccelerationType
diagram Nas_diagrams/Nas_p349.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:x nas:y
used by
element NasAircraftPositionType/trackAcceleration
annotation
documentation
Describes a flight's acceleration in X and Y axes.
source <xs:complexType name="NasAccelerationType">
 
<xs:annotation>
   
<xs:documentation>Describes a flight's acceleration in X and Y axes.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="x" type="nas:AccelerationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Acceleration along the X-axis.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="y" type="nas:AccelerationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Acceleration along the Y-axis.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasAccelerationType/x
diagram Nas_diagrams/Nas_p350.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AccelerationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  nas:UomAccelerationType  required      
documentation
Unit of measure for acceleration.
annotation
documentation
Acceleration along the X-axis.
source <xs:element name="x" type="nas:AccelerationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Acceleration along the X-axis.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAccelerationType/y
diagram Nas_diagrams/Nas_p351.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AccelerationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  nas:UomAccelerationType  required      
documentation
Unit of measure for acceleration.
annotation
documentation
Acceleration along the Y-axis.
source <xs:element name="y" type="nas:AccelerationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Acceleration along the Y-axis.</xs:documentation>
 
</xs:annotation>
</xs:element>


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