ENTITY schematic_element
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY schematic_element
ABSTRACT SUPERTYPE OF (ONEOF (schematic_element_definition,
schematic_element_occurrence))
SUBTYPE OF (class, draughting_model, presentation_representation);
WHERE
valid_mapping : SIZEOF(QUERY(it <* SELF.items | (
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.MAPPED_ITEM' IN TYPEOF
(it)) AND (
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.DRAUGHTING_MODEL' IN
TYPEOF(it\mapped_item.mapping_source.mapped_representation)) AND NOT (
SIZEOF(['FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' +
'DERIVATION_OF_SCHEMATIC_ELEMENT_DEFINITION',
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' +
'USAGE_OF_SCHEMATIC_ELEMENT_OCCURRENCE',
'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.' +
'DEFINITION_OF_SCHEMATIC_ELEMENT_OCCURRENCE'] * TYPEOF(it)) = 1))) = 0;
END_ENTITY;
Explicit Attributes
Entity schematic_element has the following local and inherited explicit attributes:
Derived Attributes
Entity schematic_element has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity schematic_element inherits from the following supertypes:
group
class
representation
draughting_model
representation
presentation_representation
Subtypes
Entity schematic_element 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_definition*
schematic_element_occurrence*
* - Immediate Subtypes
Referenced By
Entity schematic_element and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00