{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Data Block: A Data Block is an Information Block used for the description of data consumed and produced by Software System Categorys.They are defined in Data Dictionary(ies). - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 8f1c937168ca8195 where -- ========== Data Block open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 6c5f80e468587f06 public -- Information Block postulate DataBlock : ∀ {u} → ClassOfMixedOrderEntity u postulate -- DataBlock is subTypeOf InformationBlock st-30efb19661f37541 : ∀ {u} → (DataBlock {u}) ⊏⋆ₑ (InformationBlock {u}) -- == Relationships =======================