HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4- 55
common-version-name Name of the common domain version to which this local domain version is linked.
This keyword is not allowed if the dictionary is open in the common domain. If COM-
MON is omitted, no link to a version in the common domain is established.
sensitivity Specifies whether other scopes are allowed to access the domain. Valid values are:
private Only the DA and owner scope can access the domain.
public Any scope may access the domain.
The default is public.
Description
The version created with the domain has its status set to test. Refer to the SETVERSION command for
information about changing the status of a version.
To avoid possible name conflicts with any future extensions to the core set, do not create any domains with
a name starting with the characters "HP" .
Open Mode: Shared-update or exclusive-update
Scope: DA scope or any scope with domain capability. The scope with which the dictionary is
open is the owner of the domain.
Example
The following example creates the new domain testdomain1 as a public domain with a version testversion
that is linked to the version version1 in the common domain.
>CREATE DOMAIN testdomain1;
>>VERSION = testversion;
>>COMMON = version1.
>
CREATE ENTITY
Creates a new entity.
Syntax
C[REATE] E[NTITY] entity-name
;E[NTITY-]T[YPE] = entity-type-name
[;INT[ERNAL] = internal-name ]
[;A[TTRIBUTE-]L[IST]=([
attribute-name1 =[attribute-value1 ]]
[,attribute-name2 =[attribute-value2 ]]
.
.