|
ENTITY camera_model ABSTRACT SUPERTYPE OF (ONEOF (camera_model_d2, camera_model_d3)) SUBTYPE OF (geometric_representation_item); WHERE WR1: (SIZEOF (USEDIN (SELF, 'REPRESENTATION_SCHEMA.' + 'ITEM_DEFINED_TRANSFORMATION.' + 'TRANSFORM_ITEM_1')) + SIZEOF (USEDIN (SELF, 'REPRESENTATION_SCHEMA.' + 'REPRESENTATION_MAP.MAPPING_ORIGIN')) ) > 0; WR2: SIZEOF(USEDIN(SELF,'PRESENTATION_APPEARANCE_SCHEMA.'+ 'STYLED_ITEM.ITEM')) = 0; END_ENTITY; -- camera_model |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; camera_model - |
| camera_model_d2 (presentation_organization_schema) |
| camera_model_d3 (presentation_organization_schema) |
Global rules for this entity data typesubtype_mandatory_camera_model (automotive_design) |