Navigation

EXPRESS_binary

An <EXPRESS_binary> is a <class_of_EXPRESS_information_representation> that represents a binary value as defined in ISO 10303-11:1994, 8.1.7.
NOTE The UNIQUE rule ensures that any value is only held once.

EXPRESS specification:

ENTITY EXPRESS_binary
SUBTYPE OF ( class_of_EXPRESS_information_representation);
content  :  BINARY;
UNIQUE
rule_1  :  content;
END_ENTITY;

Attribute definitions:

content  :  The value of the <EXPRESS_binary>

References (1):

Name Type Referred through Express-G
class_of_EXPRESS_information_representation Entity
Subtype
Diagram 18

Inheritance graph

ENTITY EXPRESS_binary;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY class;
ENTITY class_of_individual;
ENTITY class_of_arranged_individual;
ENTITY class_of_information_representation;
ENTITY class_of_EXPRESS_information_representation;
ENTITY EXPRESS_binary;
content  :  BINARY;
END_ENTITY;