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:
AttributeTypeDefined By
 namelabel (STRING)pre_defined_item
 source_idsource_item (SELECT)external_source

Derived Attributes

Entity known_source has the following local and inherited derived attributes:
AttributeTypeDefined By
 descriptiontext (STRING)external_source

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity known_source inherits from the following supertypes:
  pre_defined_item
  external_source

Subtypes

    No subtypes

Referenced By

Entity known_source and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 description_attribute_select SELECT external_source
 externally_defined_item ENTITY external_source
 external_identification_assignment ENTITY external_source
 external_source_relationship ENTITY external_source
 known_source ENTITY pre_defined_item
 mandatory_entity_type_for_external_instance_reference RULE external_source
 organization_item SELECT known_source
 restrict_name_for_known_source RULE known_source


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:01-04:00