MatterElement: BaseElement & {
    children: Child[];
    revision?: Specification.Revision;
    tag: `${Matter}`;
}

The root model element.