subEvent property

SchemaEvent? subEvent
getter/setter pair

An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.

Implementation

SchemaEvent? subEvent;