ENTITY known_source
(* SCHEMA ship_structures_schema; *)
ENTITY known_source
SUBTYPE OF (pre_defined_item, external_source);
WHERE
wr1: (SELF\pre_defined_item.name = 'ISO 13584 library');
wr2: (SIZEOF(QUERY ( oa <* USEDIN(SELF,'SHIP_STRUCTURES_SCHEMA.APPLIED_ORGANIZATION_ASSIGNMENT.ITEMS')
| ((NOT ('SHIP_STRUCTURES_SCHEMA.ORGANIZATION_ASSIGNMENT'
IN TYPEOF(oa))) AND (oa.role.name = 'library supplier')) ))
= 0);
END_ENTITY; -- known_source
Explicit Attributes
Entity known_source has the following local and inherited explicit attributes:
Derived Attributes
Entity known_source has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity known_source inherits from the following supertypes:
pre_defined_item
external_source
Subtypes
No subtypesReferenced By
Entity known_source and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:01-04:00