Overview Schemas Index

ISO13584_IEC61360_dictionary_schema         


ENTITY dependent_P_DET
          SUBTYPE OF (property_DET);
          depends_on : SET [1:?] OF property_BSU;
WHERE
          WR1: QUERY(p <* depends_on | NOT(definition_available_implies(
        p, ('ISO13584_IEC61360_DICTIONARY_SCHEMA.CONDITION_DET'
        IN TYPEOF(p.definition[1]))))) = [];
END_ENTITY; -- dependent_P_DET

Entity data types and their attributes

dictionary_element
          identified_by: basic_semantic_unit;
          (OPT) time_stamps: dates;
          revision: revision_type;
class_and_property_elements
          names: item_names;
          definition: definition_type;
          (OPT) source_doc_of_definition: document;
          (OPT) note: note_type;
          (OPT) remark: remark_type;
property_DET
          (RT) identified_by: property_BSU;
          (OPT) preferred_symbol: mathematical_string;
          synonymous_symbols: SET [0:2] OF mathematical_string;
          (OPT) figure: graphics;
          (OPT) det_classification: DET_classification_type;
          domain: data_type;
          (OPT) formula: mathematical_string;
          (DER) describes_classes: SET [0:?] OF class;
dependent_P_DET
          depends_on: SET [1:?] OF property_BSU;

Users: by entity attributes

dictionary_element
class_and_property_elements
property_DET
dependent_P_DET

Users: by defined types, not used by any entity attribute

dependent_P_DET
          -

Global rules for this entity data type

          -