Aircraft rating system: Difference between revisions

Jump to navigation Jump to search
m
fixing XML formatting
m (adding sample XML)
m (fixing XML formatting)
Line 49: Line 49:
Implementing support for more thorough status-tracking should be fairly straight forward, as the current approach of keeping aircraft status information by using a property tree node in an aircraft's *-set.xml file, could be easily extended to provide additional meta information, of the aforementioned nature - using the previously suggested type of information, this could end up looking like the following:
Implementing support for more thorough status-tracking should be fairly straight forward, as the current approach of keeping aircraft status information by using a property tree node in an aircraft's *-set.xml file, could be easily extended to provide additional meta information, of the aforementioned nature - using the previously suggested type of information, this could end up looking like the following:


<PropertyList>
<PropertyList>
<aircraft-status>
  <aircraft-status>
  <fdm>beta</fdm>
  <fdm>beta</fdm>
  <exterior>early-production</exterior>
  <exterior>early-production</exterior>
  <cockpit>alpha</cockpit>
  <cockpit>alpha</cockpit>
  <instrumentation>alpha</instrumentation>
  <instrumentation>alpha</instrumentation>
  <procedures>alpha</procedures>
  <procedures>alpha</procedures>
  <system-modeling>beta</system-modeling>
  <system-modeling>beta</system-modeling>
  <failure-modeling>alpha<failure-modeling>
  <failure-modeling>alpha<failure-modeling>
  <checklist-support>alpha</checklist-support>
  <checklist-support>alpha</checklist-support>
  <tutorial-support>alpha</tutorial-support>
  <tutorial-support>alpha</tutorial-support>
  <documentation>alpha</documentation>
  <documentation>alpha</documentation>
  <usability>beta</usability>   
  <usability>beta</usability>   
  <eye-candy>alpha</eye-candy>
  <eye-candy>alpha</eye-candy>
</aircraft-status>
  </aircraft-status>
</PropertyList>
</PropertyList>


2,561

edits

Navigation menu