ENTITY externally_defined_feature_definition

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY externally_defined_feature_definition
SUBTYPE OF (feature_definition, externally_defined_item);
WHERE
  wr1 : (SELF\externally_defined_item.item_id = 'external thread') AND (SELF\
    externally_defined_item.source.source_id = 'external feature specification'
    );
  wr2 : (SIZEOF(USEDIN(SELF, 
    'AUTOMOTIVE_DESIGN.APPLIED_CLASSIFICATION_ASSIGNMENT.ITEMS')) = 1) OR (
    SIZEOF(USEDIN(SELF, 'AUTOMOTIVE_DESIGN.APPLIED_DOCUMENT_REFERENCE.ITEMS'
    )) + SIZEOF(USEDIN(SELF, 
    'AUTOMOTIVE_DESIGN.APPLIED_DOCUMENT_USAGE_CONSTRAINT_ASSIGNMENT.ITEMS'))
     = 1);
  wr3 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND NOT ({6 <= SIZEOF(pdr.used_representation.
    items) <= 7}))) = 0;
  wr4 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | ('AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM' IN 
    TYPEOF(i)) AND (i.name = 'thread side') AND (i\
    descriptive_representation_item.description IN ['internal', 'external'])))
     = 1))) = 1;
  wr5 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | (SIZEOF(['AUTOMOTIVE_DESIGN.' + 'MEASURE_REPRESENTATION_ITEM', 
    'AUTOMOTIVE_DESIGN.' + 'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2) AND
     (i.name = 'major diameter'))) = 1))) = 1;
  wr6 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | (SIZEOF(['AUTOMOTIVE_DESIGN.' + 'MEASURE_REPRESENTATION_ITEM', 
    'AUTOMOTIVE_DESIGN.' + 'RATIO_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2) AND 
    (i.name = 'number of threads'))) = 1))) = 1;
  wr7 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | ('AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM' IN 
    TYPEOF(i)) AND (i.name = 'fit class'))) = 1))) = 1;
  wr8 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | ('AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM' IN 
    TYPEOF(i)) AND (i.name = 'form'))) = 1))) = 1;
  wr9 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | ('AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM' IN 
    TYPEOF(i)) AND (i.name = 'hand') AND (i\descriptive_representation_item.
    description IN ['left hand', 'right hand']))) = 1))) = 1;
  wr10 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | ('AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM' IN 
    TYPEOF(i)) AND (i.name = 'qualifier'))) = 1))) <= 1;
  wr11 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
    'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
    pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
    items | NOT (i.name IN ['thread side', 'major diameter', 
    'number of threads', 'fit class', 'form', 'hand', 'qualifier']))) > 0))) = 
    0;
END_ENTITY; -- 10303-214: automotive_design

Explicit Attributes

Entity externally_defined_feature_definition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object
 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_feature_definition inherits from the following supertypes:
  characterized_object
    feature_definition
  externally_defined_item

Subtypes

    No subtypes

Referenced By

Entity externally_defined_feature_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 applied_area ENTITY externally_defined_item
 bead_end ENTITY characterized_object
 characterized_definition SELECT characterized_object
 classification_item SELECT feature_definition
 composite_hole ENTITY characterized_object
 document_file ENTITY characterized_object
 document_reference_item SELECT feature_definition
 externally_defined_dimension_definition ENTITY externally_defined_item
 externally_defined_feature_definition ENTITY externally_defined_item
 externally_defined_item_relationship ENTITY externally_defined_item
 joggle_termination ENTITY characterized_object
 pocket_bottom ENTITY characterized_object
 slot_end ENTITY characterized_object
 subtype_exclusiveness_characterized_object RULE characterized_object
 subtype_exclusiveness_externally_defined_item RULE externally_defined_item
 subtype_exclusiveness_feature_definition RULE feature_definition
 subtype_mandatory_externally_defined_item RULE externally_defined_item


[Top Level Definitions] [Exit]

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