ENTITY applied_identification_assignment
(* SCHEMA automotive_design; *)
ENTITY applied_identification_assignment
SUBTYPE OF (identification_assignment);
items : SET[1:?] OF identification_item;
WHERE
wr1: ( NOT ( SELF.role.name = 'version' ) ) OR
item_correlation ( SELF.items , ['ACTION' ,
'ACTION_DIRECTIVE' , 'SHAPE_REPRESENTATION' , 'EFFECTIVITY'
, 'PRODUCT_CONCEPT' , 'CONFIGURATION_ITEM' ,
'PRODUCT_DEFINITION' , 'PRODUCT_CONCEPT_FEATURE' ,
'DOCUMENT_FILE' , 'CLASS' ,
'APPLIED_IDENTIFICATION_ASSIGNMENT' , 'DRAUGHTING_MODEL' ,
'MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION' ,
'PRESENTATION_AREA'] ) ;
wr2: ( NOT ( SELF.role.name = 'lot context' ) ) OR
item_correlation ( SELF.items , ['PRODUCT'] ) ;
wr3: ( NOT ( SELF.role.name = 'property change id context' )
) OR item_correlation ( SELF.items ,
['PROPERTY_DEFINITION_RELATIONSHIP' ,
'SHAPE_ASPECT_RELATIONSHIP' , 'ACTION_PROPERTY'] ) ;
wr4: ( NOT ( SELF.role.name = 'size id' ) ) OR
item_correlation ( SELF.items , ['DIMENSIONAL_SIZE'] ) ;
wr5: ( NOT ( SELF.role.name = 'model change id' ) ) OR
item_correlation ( SELF.items , ['PROPERTY_DEFINITION' ,
'ACTION_PROPERTY'] ) ;
wr6: ( NOT ( SELF.role.name = 'alias' ) ) OR
item_correlation ( SELF.items , ['APPLICATION_CONTEXT' ,
'APPROVAL_STATUS' , 'ASSEMBLY_COMPONENT_USAGE' , 'CLASS' ,
'CLASS_SYSTEM' , 'DOCUMENT_TYPE' , 'DRAUGHTING_MODEL' ,
'GENERAL_PROPERTY' ,
'MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION' ,
'ORGANIZATION' , 'PRODUCT' , 'PRODUCT_CONCEPT' ,
'PRODUCT_CONCEPT_FEATURE' ,
'PRODUCT_CONCEPT_FEATURE_CATEGORY' , 'PRODUCT_DEFINITION' ,
'PRODUCT_DEFINITION_FORMATION' , 'PROPERTY_DEFINITION' ,
'SECURITY_CLASSIFICATION_LEVEL' , 'SHAPE_REPRESENTATION'] )
;
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity applied_identification_assignment has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity applied_identification_assignment inherits from the following supertypes:
identification_assignment
Subtypes
No subtypesReferenced By
Entity applied_identification_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:39:29-04:00