XML Syntax for the Interference Query File
The table of the XML elements and their syntax for use in the interference query file definition follows:
Command-line Argument
Description
<?xml version="1.0" encoding="UTF-8"?>
Standard XML header.
<pvc>
The enclosing element that describes an interference test. This is mandatory.
<dataset srcurl=
"d:/temp/batch_clash/
fishing_reel-UX-2010.pvs">
Defines the data to be tested – in its simplest form the data set item can reference a PVS or PVZ file on disk, using the srcurl attribute. The data set element uses a number of optional attributes to fully define the Windchill object.
<clashDefinition name="all">
Contains the interference query details. These include the items to be tested and any parameters to further define the test, for example, the type of test, the numerical tolerance values, and so forth.
<reportDefinition/>
Defines which data to include in the interference detection report.
</dataset>
The end of the <dataset> definition.
</pvc>
The end of the <pvc> definition. This marks the end of the file.