Overview Schemas Index

mathematical_context_schema         


ENTITY maths_space_context
          SUPERTYPE OF (ONEOF (compound_maths_space_context, defined_maths_space_context, explicitly_enumerated_maths_space_context));
          id : identifier;
          name : label;
          description : OPTIONAL text;
          abstract_space : maths_space;
          physical_space : space_context_select;
END_ENTITY; -- maths_space_context

Entity data types and their attributes

maths_space_context
          id: identifier;
          name: label;
          (OPT) description: text;
          abstract_space: maths_space;
          physical_space: space_context_select;

Known subtypes

          compound_maths_space_context (mathematical_context_schema)
          defined_maths_space_context (mathematical_context_schema)
          explicitly_enumerated_maths_space_context (mathematical_context_schema)

Users: by entity attributes

maths_space_context
          compound_maths_space_context.components
          maths_space_context_relationship.related_context
          maths_space_context_relationship.relating_context
          membership_of_maths_space_context.space_context
          normalized_property_distribution_description.domain_context
          property_distribution_description.domain_context
          property_distribution_description.range_context

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

maths_space_context
          -

Global rules for this entity data type

          -