ENTITY externally_defined_class
(* SCHEMA process_planning_schema; *)
ENTITY externally_defined_class
SUBTYPE OF (externally_defined_item, class);
WHERE
wr1: 'PROCESS_PLANNING_SCHEMA.KNOWN_SOURCE' IN TYPEOF(SELF.source);
wr2: SELF.source.name = 'ISO 13584 library';
wr3: SIZEOF(QUERY ( aoa <* USEDIN(SELF.source,'PROCESS_PLANNING_SCHEMA.APPLIED_ORGANIZATION_ASSIGNMENT.ITEMS')
| (aoa.role.name = 'library supplier') )) = 1;
wr4: SIZEOF(QUERY ( aoa <* USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.APPLIED_EXTERNAL_IDENTIFICATION_ASSIGNMENT.ITEMS')
| ((
'PROCESS_PLANNING_SCHEMA.LIBRARY_CLASS_VERSION_ASSIGNMENT'
IN TYPEOF(aoa)) AND (aoa.role.name = 'class version')) )) =
1;
END_ENTITY; -- externally_defined_class
Explicit Attributes
Entity externally_defined_class has the following local and inherited explicit attributes:
Derived Attributes
Entity externally_defined_class has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity externally_defined_class inherits from the following supertypes:
externally_defined_item
group
class
Subtypes
No subtypesReferenced By
Entity externally_defined_class and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00