特殊な管理 > サポートされるビジュアリゼーションとパブリッシング > WVS パブリッシング規則 > パブリッシング規則の評価 > 概要 > パブリッシング規則のロジックの評価 > ステップ 1: <authoring-application> の比較
  
ステップ 1: <authoring-application> の比較
<rules> エレメントには、WVS プロパティ publish.usesPublishRules で指定されている各オーサリングアプリケーションごとに <authoring-application> の子が 1 つ必要です。
たとえば、Servigistics Arbortext および Creo Parametric をオーサリングアプリケーションとして指定するには、次のコマンドを使用します。
<rules>
<authoring-application name=”ARBORTEXT”>
*
*
*
</authoring-application>
<authoring-application name=”PROE”>
*
*
*
</authoring-application>
</rules>
一般的な概念は以下のとおりです。
<rules>
<authoring-application name=”MY_AUTH_APP”>
*
*
*
</authoring-application>
</rules>
パブリッシング規則の評価では、'name' 属性が EPMDocument のオーサリングアプリケーションと一致する <authoring-application> エレメントが検索されます。一致するものが見つからない場合、パブリッシュジョブが生成されます。それ以外の場合は、評価はステップ 2 に進みます。