ENTITY draughting_model

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY draughting_model
SUBTYPE OF (representation);
UNIQUE
  unique_id : SELF\representation.name;
WHERE
  valid_draughting_model_items : SIZEOF(QUERY(it <* SELF.items | NOT (SIZEOF([
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.MAPPED_ITEM', 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.STYLED_ITEM', 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.AXIS2_PLACEMENT'] * 
    TYPEOF(it)) = 1))) = 0;
  valid_mapped_items : SIZEOF(QUERY(mi <* QUERY(it <* SELF.items | 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.MAPPED_ITEM' IN TYPEOF
    (it)) | NOT (SIZEOF([
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.SHAPE_REPRESENTATION'
    , 'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.DRAUGHTING_MODEL']
     * TYPEOF(mi\mapped_item.mapping_source.mapped_representation)) = 1))) = 0;
  valid_use_of_style : SIZEOF(QUERY(smi <* QUERY(si <* QUERY(it <* SELF.items
     | 'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.STYLED_ITEM' IN 
    TYPEOF(it)) | 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.MAPPED_ITEM' IN TYPEOF
    (si\styled_item.item)) | NOT ((
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.SHAPE_REPRESENTATION' 
    IN TYPEOF(smi\styled_item.item\mapped_item.mapping_source.
    mapped_representation)) AND (SIZEOF(QUERY(sty <* smi\styled_item.styles | 
    NOT (SIZEOF(QUERY(psa <* sty.styles | NOT (
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.CURVE_STYLE' IN TYPEOF
    (psa)))) = 1))) = 1)))) = 0;
END_ENTITY;

Explicit Attributes

Entity draughting_model has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

Entity draughting_model has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_model inherits from the following supertypes:
  representation

Subtypes

Entity draughting_model has the following subtypes:
    explicit_schematic_element_definition
    implicit_schematic_element_definition
    intra_page_connector
    off_page_connector
    on_page_connector
    page_connector
    schematic_drawing
    schematic_element*
    schematic_element_definition
    schematic_element_occurrence
* - Immediate Subtypes

Referenced By

Entity draughting_model and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_representation ENTITY representation
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 draughting_model ENTITY representation
 draughting_subfigure_representation ENTITY representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_revision ENTITY representation
 id_attribute_select SELECT representation
 invisible_item SELECT representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 style_context_select SELECT representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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