$$C = conv\{xx^T | x\succeq0\}$$
As far as I know, $x\succeq0$ means x is a symmetric, positive semidefinite matrix, therefore the $xx^T$ here is also symmetric and positive semidefinite.
As the "Positive Semedefinite Cone" is defined as $\mathbb{S}^{n}_{+} = \{\mathbf{X}\in\mathbb{S}^{n}: \mathbf{X}\succeq\mathbf{0}\}$, then $\{xx^T | x\succeq0\}$ should've already been a convex cone here.
How to understand this $C$, does it over-define a convex set?
Thank you!