JSBSim provides schemas for XML validation (JSBSim.xsd for flight models, JSBSimScript.xsd for script files and JSBSimSystem.xsd for system files) but they have not been updated for a while so they might reject perfectly valid XML files.
Matlab implementation to simulate the non-linear dynamics of a fixed-wing unmanned areal glider. Includes tools to calculate aerodynamic coefficients using a vortex lattice method implementation, and to extract longitudinal and lateral linear systems around the trimmed gliding state.
JSBSim provides schemas for XML validation (
JSBSim.xsdfor flight models,JSBSimScript.xsdfor script files andJSBSimSystem.xsdfor system files) but they have not been updated for a while so they might reject perfectly valid XML files.XML files can be tested with
xmllint> xmllint --noout --schema JSBSim.xsd some_path/my_file.xmlIt might be interesting to: