AT0EXPND |
In the ENOVIAVPM
User Guide, Basic Tasks>BOM>Editing the Product Structure>Expanding
Assembly Trees in Batch Mode>AT0EXPND, the example provided indicating
the syntax of the xml file for the filteredView argument should read as follows: <?xml
version=”1.0” encoding=”UTF-8”?>
<ROOT>
<Environment Name=”VPMENV”>
<Table Name=”PART_LIST”>
<Attribute Name=”S_PART_NUMBER”/>
<Attribute Name=”S_TYPE”/>
<Attribute Name=”S_CHG_NUM”/>
</Table>
<Table Name=”DOCUMENT”>
<Attribute Name=”S_FORMAT”/>
<Attribute Name=”S_NAME”/>
<Attribute Name=”C_TYPE_REP”/>
</Table>
</Environment>
<Environment Name=”VPMENV2”>
<Table Name=”PART_LIST”>
<Attribute Name=”S_PART_NUMBER”/>
<Attribute Name=”S_TYPE”/>
<Attribute Name=”S_CHG_NUM”/>
</Table>
<Table Name=”DOCUMENT”>
<Attribute Name=”S_FORMAT”/>
<Attribute Name=”S_NAME”/>
<Attribute Name=”C_TYPE_REP”/>
</Table>
</Environment>
</ROOT>
|