7. Usage of name, description and uID

CPACS is designed to serve as a central data exchange format in fully automated process chains. A key requirement is therefore that tools can automatically read and process an incoming CPACS file. A second requirement is that users can interpret the data set. To address both requirements, the following usage of the <name> and <description> elements in combination with the uID attribute is proposed:

<wing uID="main_wing">
    <name>Main wing</name>
    <description>This is the main wing which was designed by my awesome wing sizing design tool. Your tool should not try to read and interpret what I'm writing here as typos are not recognized by XML processors.</description>
</wing>
Usage of name, description and uID