Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encloses multiple script component definitions.
Syntax
<package>
one or more script components here
</package>
Remarks
The <package> element is optional when a .wsc file contains only one script component definition.
<package>
<component id="MyScriptlet">
(script component information here)
</component>
<component id="MyOtherScriptlet">
(script component information here)
</component>
</package>