ENTITY fill_area_style

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY fill_area_style
	SUBTYPE OF (founded_item);
	name : label;
	fill_styles : SET [1:?] OF fill_style_select;
WHERE
	WR1 : SIZEOF(QUERY(fill_style <* SELF.fill_styles |
         'AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.'+
         'FILL_AREA_STYLE_COLOUR' IN
         TYPEOF(fill_style)
         )) <= 1;
END_ENTITY;

Explicit Attributes

Entity fill_area_style has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)fill_area_style
 fill_stylesSET OF fill_style_select (SELECT)fill_area_style

Derived Attributes

Entity fill_area_style has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity fill_area_style inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity fill_area_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 draughting_annotation_occurrence ENTITY fill_area_style
 founded_item ENTITY fill_area_style
 founded_item_select SELECT founded_item
 presentation_style_select SELECT fill_area_style
 surface_style_fill_area ENTITY fill_area_style
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

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