Overview Schemas Index

ISO13584_IEC61360_dictionary_schema         


ENTITY class_value_assignment;
          super_class_defined_property : property_BSU;
          assigned_value : value_code_type;
WHERE
          WR1: definition_available_implies(super_class_defined_property, 
        ('ISO13584_IEC61360_DICTIONARY_SCHEMA'
        +'.NON_QUANTITATIVE_CODE_TYPE' IN TYPEOF(
        super_class_defined_property.
        definition[1]\property_DET.domain)));
          WR2: definition_available_implies(super_class_defined_property, 
        (SIZEOF(QUERY(v <* 
        super_class_defined_property.
        definition[1]\property_DET.domain
        \non_quantitative_code_type.domain.its_values |
        assigned_value = v.value_code)) = 1));
END_ENTITY; -- class_value_assignment

Entity data types and their attributes

class_value_assignment
          super_class_defined_property: property_BSU;
          assigned_value: value_code_type;

Users: by entity attributes

class_value_assignment
          item_class.class_constant_values

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

class_value_assignment
          -

Global rules for this entity data type

          -