|
ENTITY Externally_defined_security_classification SUBTYPE OF (Security_classification); INVERSE source : External_source_identification FOR item; WHERE WR1: NOT (SELF\Security_classification.classification_level IN Pre_defined_security_classification_types); END_ENTITY; -- Externally_defined_security_classification |
Entity data types and their attributesSecurity_classificationclassification_level: STRING; (OPT) description: STRING; Externally_defined_security_classification (INV) source: External_source_identification FOR item; |
Global rules for this entity data type- |