toolspecificType Complex Type |
Toolspecific data
Namespace: Empty
Schema: Empty
Name | Occurrences | Description |
---|---|---|
tool | [1, *] | Tool identification |
Name | Type | Required | Description |
---|---|---|---|
externalDataDirectory | string | ||
externalDataNodePath | string | ||
externalFileName | string |
<cpacs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="pathToSchemaFile/cpacs_schema.xsd" xsi:schemaLocation="http://www.cpacs.de/myTool pathToToolspecificSchemaFile/toolspecific_myTool.xsd">
<toolspecific> <tool> <name>myToolName</name> <version>1.2.3</version> <myTool xmlns="http://www.cpacs.de/myTool" schemaVersion="1.0"> <parentElement> <childElement1>stringValue</childElement1> <childElement2>1.0</childElement2> </parentElement> </myTool> </tool> </toolspecific>