Table 6.210 — DRM_Pseudo_Code_Function

Property

Description

Class

  • <DRM Pseudo Code Function>

Superclass

Subclass

  • None.

Definition

An instance of this DRM class specifies the behaviour of a function that does not correspond to an entry of 5.2.7.30 Predefined_Function.

The name field specifies the name of the function being represented.

The pseudo_code field specifies the pseudo code describing the behaviour of the function represented by the <DRM Pseudo Code Function> instance.

Class diagram

Figure 6.256 — DRM_Pseudo_Code_Function

Inherited field elements

Field name

Range

Field data type

value_type

 

EDCS_Attribute_Value_Type

Field elements

Field name

Range

Field data type

name

 

String

pseudo_code

 

String

Default field values

Default field values for DRM_Pseudo_Code_Function

Associated to (one-way) (inherited)

  • None.

Associated to (one-way)

  • None.

Associated by (one-way) (inherited)

  • None.

Associated by (one-way)

  • None.

Associated with (two-way) (inherited)

  • None.

Associated with (two-way)

  • None.

Composed of (two-way) (inherited)

Composed of (two-way)

  • None.

Composed of (two-way metadata) (inherited)

  • None.

Composed of (two-way metadata)

  • None.

Component of (two-way) (inherited)

Component of (two-way)

  • None.

Constraints

Clarifications

1The <DRM Expression> components of a <DRM Function> instance, if any, represent the arguments of the function being represented, so a <DRM Function> instance has <DRM Expression> components if that <DRM Function> instance takes arguments. The <DRM Expression> components are ordered so as to unambiguously specify which <DRM Expression> component is being supplied for each argument of the <DRM Function> instance. The exact interpretation of each argument is defined by the specific function.

Example(s)