|
ENTITY Relative_optical_insertion_loss_material_property_class SUBTYPE OF (Class); WHERE WR1: SELF\Class.name IN ['vacuum', 'very low loss', 'low loss', 'medium loss', 'high loss']; WR2: NOT EXISTS(SELF\Class.description); END_ENTITY; -- Relative_optical_insertion_loss_material_property_class |
Entity data types and their attributesClassid: STRING; name: STRING; (OPT) description: STRING; Relative_optical_insertion_loss_material_property_class - |
Global rules for this entity data type- |