Get CPACS
CPACS Schema
Download a CPACS schema file or copy the corresponding XML schema reference for your CPACS file.
stable release
CPACS 3.5 is the latest stable CPACS release available from the website schema archive.
Schema URL
https://www.cpacs.de/schema/v3_5_0/cpacs_schema.xsd
Copy the following code into your XML file to link to the selected CPACS schema:
<?xml version="1.0" encoding="UTF-8"?>
<cpacs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://www.cpacs.de/schema/v3_5_0/cpacs_schema.xsd">
GitHub Repository
The complete CPACS repository, including schemas, examples, documentation sources, helper files, and APIs, is available on GitHub.