<package> Element (Script Component)
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>