subassembly

subassembly — creates a subassembly.

Syntax

(subassembly domain assemblyname subassemblyname instancename)
    

Arguments

domain

The name of the domain in which this subassembly will be created.

assemblyname

The name of the parent assembly.

subassemblyname

The name for this subassembly.

instancename

The instance name for this instance of the subassembly.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command creates a subassembly level of a data organization. Unlike assemblies, each subassembly is instantiated when it is created, and therefore needs an instance name. For more information about assemblies and subassemblies with an example, please refer to Section 2.4.4, “Assemblies, Subassemblies, Attributes, and Properties”.