The context map says a bounded context has an aggregate called Submission; this says what Submission is. An aggregate is a consistency boundary — the things loaded, saved and kept correct together — so this is where you write down what it keeps true across a transaction, what it owns outright, and what it may only hold by identity because it belongs to somebody else.