ENTITY externally_defined_general_property

(* SCHEMA integrated_cnc_schema; *)
ENTITY externally_defined_general_property
  SUBTYPE OF (general_property, externally_defined_item);
  WHERE
    WR1: 'INTEGRATED_CNC_SCHEMA.KNOWN_SOURCE' IN TYPEOF(SELF.source);
    WR2: SELF.source.name = 'ISO 13584 library';
    WR3: SIZEOF(QUERY (aoa <* USEDIN(SELF, 'INTEGRATED_CNC_SCHEMA.' + 
              'APPLIED_EXTERNAL_IDENTIFICATION_ASSIGNMENT.ITEMS')| (aoa.
              role.name = 'property version'))) = 1;
    WR4: SIZEOF(QUERY (ap <* USEDIN(SELF, 'INTEGRATED_CNC_SCHEMA.' + 
              'EXTERNALLY_DEFINED_ITEM_RELATIONSHIP.RELATING_ITEM')| (ap.
              name = 'name scope') AND (
              'INTEGRATED_CNC_SCHEMA.EXTERNALLY_DEFINED_CLASS' IN TYPEOF(ap
              .related_item)))) >= 1;
END_ENTITY; -- 10303-238: integrated_cnc_schema

Explicit Attributes

Entity externally_defined_general_property has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)general_property
 namelabel (STRING)general_property
 descriptiontext (STRING)general_property
 item_idsource_item (SELECT)externally_defined_item
 sourceexternal_source (ENTITY)externally_defined_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity externally_defined_general_property inherits from the following supertypes:
  general_property
  externally_defined_item

Subtypes

    No subtypes

Referenced By

Entity externally_defined_general_property and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 externally_defined_dimension_definition ENTITY externally_defined_item
 externally_defined_feature_definition ENTITY externally_defined_item
 externally_defined_item_relationship ENTITY externally_defined_item
 external_identification_item SELECT externally_defined_general_property
 general_property_association ENTITY general_property
 represented_definition SELECT general_property


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:18-02:00