Object
Purpose
An Object represents a distinct entity.
Objects are the primary building blocks of the Canonical Data Model. They represent anything that may exist, be identified, be referenced, or participate in relationships or actions.
The Canonical Data Model defines the structure of an Object but does not define the available Object types.
---
Structure
An Object consists of:
type- Identifies the kind of Object.content- Contains the data associated with that Object.
The interpretation of content is determined by type.
---
Characteristics
- Objects are typed.
- Objects are independent.
- Objects may contain any valid data.
- Objects are immutable.