Top of the World
BIS repositories have a strict hierarchical organization. This page describes the top of that hierarchy and how it functions as a table of contents for the repository as a whole. This table of contents consists of:
RepositoryModel
Subject
sInformationPartitionElement
s
RepositoryModel
Every BIS repository has exactly one RepositoryModel
that defines the top of the hierarchy. Element
s can be inserted into or updated within the RepositoryModel
, but the RepositoryModel
itself cannot be deleted.
The RepositoryModel is the only Model in a BIS repository that does not have a ModelModelsElement
relationship and an "owning" Element
Subjects
Subject
s are Element
s that are used to identify things that the repository is about. The Subject
class cannot be specialized (subclassed). The most important capabilities of Subject
are:
- It can have a UserLabel (inherited from Element)
- It can have a Description
- It can have child
Subject
s - It can have child
InformationPartitionElement
s
Subject
s only exist in the RepositoryModel
.
Every BIS repository has exactly one root Subject
that describes what the repository as a whole is about.
- The root
Subject
- like allSubject
s - is contained by theRepositoryModel
. - The root
Subject
has no parent element as it is the top of theSubject
hierarchy. - The root
Subject
can be updated, but it cannot be deleted.
Child Subject
s (optional) can be introduced to further organize the contents of the repository.
- Child
Subject
s - like allSubject
s - are contained by theRepositoryModel
. - Child
Subject
s have anotherSubject
as a parent.
InformationPartitionElements
As discussed in Modeling Perspectives Subject
s can be viewed and modeled from multiple modeling perspectives (physical, functional, analytical, etc.). InformationPartitionElement
s are used to "partition" a Subject
into different modeling perspectives.
When it is determined that a Subject
is to be modeled from a particular modeling perspective, an InformationPartitionElement
of the appropriate modeling perspective is added as a child of the Subject
. That InformationPartitionElement is the start of a Model hierarchy representing the modeling perspective. The InformationPartitionElement
is immediately broken down into a Model
of the same modeling perspective.
It is possible for a Subject
to have multiple InformationPartitionElement
s of the same modeling perspective. An example of this would be having two StructuralAnalyticalPartition
s for a building (the Subject
) that has an isolation joint that divides the building into two separate structures.
InformationPartitionElement
s always have a parent Subject
and are never used outside of the RepositoryModel
.
| Next: Single Responsible Party Principle |:---
Last Updated: 02 February, 2022