A Proposal for a Shadowrun XML Standard

ltprofiletype

root
Back

Namespace:
Filename:

Description: The ltprofiletype defines the possible types of landing and takeoff profiles for aircraft.

Value: Enumeration, with the following legal value:


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>