|
ENTITY Non_conductive_cross_section_template SUBTYPE OF (Template_definition); template_technology : OPTIONAL SET [1:?] OF Stratum_technology; nominal_width : Length_data_element; WHERE WR1: NOT EXISTS(SELF\Product_view_definition.name); END_ENTITY; -- Non_conductive_cross_section_template |
Entity data types and their attributesItem_shape(OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Product_view_definition (OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Template_definition (RT) defined_version: Template_version; (OPT) physical_characteristic: SET [1:?] OF correlated_or_independent; (RT) (DER) described_element: Template_definition; Non_conductive_cross_section_template (OPT) template_technology: SET [1:?] OF Stratum_technology; nominal_width: Length_data_element; |
Global rules for this entity data type- |