User interface Subschema DDL
U929-J-Z125-9-76 185
Dokuschablonen 19x24 Version 7.3us für FrameMaker V7.x vom 14.02.2007 © cognitas GmbH 2001-2007 18. Oktober 2007 Stand 11:29.49 Pfad: G:\vogt\fsc\ud s\Manuale\en\udsent_e\uds ent.k06
6.1.4 Copying entire record types from the schema into the subschema
Format 1:
COPY ALL RECORDS.
Format 2:
COPY record-name,... .
Format 1 is used if all record types in the schema are to be copied in their entirety into the
subschema.
Format 2 is used if only part of the record types in t he schema are to be copied into the
subschema.
record-name denotes the record types to be copied in their entirety into the subschema.
All record types belonging to sets contained in the subschema must be copied either in their
entirety or in part.
6.1.5 Copying part of a record type from the schema into the subschema
01 record-name.
{level-number record-element-name[ PICTURE.....][ USAGE.....]
[ OCCURS.....].}...
record-name specifies the name of the record type that is to be copied in part into the
subschema. This must not be a record type containing an alpha numeric item of variable
length. Such record types can only be copied in their entir ety into the subschema (see
above).
record-element-name denotes:
a record element of the record type to be copied into the subschema. It is to be copied
as described on pages 186 and 188 if it is an item, as described on page 189 if it is a
vector or as described on page190 if it is a repeatin g group.
a group item defined as described on page 191.
All items comprising the record type as it is contained in the subschem a must be specified
in the same order as they appear in the schema descriptio n.