2,561
edits
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> | |||
<exterior>early-production</exterior> | |||
<cockpit>alpha</cockpit> | |||
<instrumentation>alpha</instrumentation> | |||
<procedures>alpha</procedures> | |||
<system-modeling>beta</system-modeling> | |||
<failure-modeling>alpha<failure-modeling> | |||
<checklist-support>alpha</checklist-support> | |||
<tutorial-support>alpha</tutorial-support> | |||
<documentation>alpha</documentation> | |||
<usability>beta</usability> | |||
<eye-candy>alpha</eye-candy> | |||
</aircraft-status> | </aircraft-status> | ||
</PropertyList> | </PropertyList> | ||
edits