Share via


<package> 要素

複数のスクリプト コンポーネントの定義をまとめます。

<package>
   1 つ以上のスクリプト コンポーネントを記述します。
</package>

解説

.wsc ファイルに含まれているスクリプト コンポーネントの定義が 1 つだけの場合、<package> 要素は省略可能です。

<package>
<component id="MyScriptlet">
   (ここにスクリプト コンポーネントの情報を記述します)
</component>

<component id="MyOtherScriptlet">
   (ここにスクリプト コンポーネントの情報を記述します)
</component>
</package>

参照

スクリプト コンポーネント ファイルの内容