Namespace:
Filename:
Description: The ltprofiletype
defines the possible types
of landing and takeoff profiles for aircraft.
Value: Enumeration, with the following legal value:
Normal
STOL
VSTOL
VTOL
Code Fragment
<xs:datatype name="ltprofiletype">
<xs:enumeration datatype="LTPROFTYPE">
<xs:option>Normal</xs:option>
<xs:option>STOL</xs:option>
<xs:option>VSTOL</xs:option>
<xs:option>VTOL</xs:option>
</xs:enumeration>
</xs:datatype>