Show the attributes of an instance of the CompoundSubsetExpression specialization of the WhereClauseCompoundExpression class (because this is a compound expression within a DataSubset class):
- The value of the logicalOperator attribute is "NOT", which indicates that the sub-clause subclause specified in the whereClauses attribute is being negated.
- The whereClause attribute contains a single sub-clausesubclause, which is another compound expression represented as an instance of the WhereClause class (because this is a sub-clause subclause within a CompoundSubsetExpression class) with "2" as the value of the level attribute (1 greater than the level of the DataSubset class specifying this compound expression). The value of the order attribute is "1" because this is the first (and only) sub-clause subclause within this level.