ENTITY externally_defined_dimension_definition
(* SCHEMA dimensional_inspection_schema; *)
ENTITY externally_defined_dimension_definition
SUBTYPE OF (externally_defined_item, dimensional_size);
WHERE
wr1: SELF.source.description = 'externally dimension specification';
wr2: SIZEOF(QUERY ( adr <* USEDIN(SELF,'DIMENSIONAL_INSPECTION_SCHEMA.APPLIED_DOCUMENT_REFERENCE.ITEMS')
| (adr.assigned_document.description =
'externally dimension specification') )) <= 1;
END_ENTITY; -- externally_defined_dimension_definition
Explicit Attributes
Entity externally_defined_dimension_definition has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity externally_defined_dimension_definition inherits from the following supertypes:
externally_defined_item
dimensional_size
Subtypes
No subtypesReferenced By
Entity externally_defined_dimension_definition 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:17-04:00