Issue 6881: notation for selecting unique element within a list should be more concise (ocl2-rtf) Source: France Telecom R&D (Mr. Mariano Belaunde, mariano.belaunde(at)orange.com) Nature: Uncategorized Issue Severity: Summary: Suggestion: Use brackets with a "!" prefixing mark Example: self.ownedElement[! #Class and name="MyClass"] means self.ownedElement->select(oclIsKindOf(Class) and name="MyClass")->first() Resolution: Revised Text: Actions taken: January 7, 2004: received issue Discussion: This is a request to improve the language. Better solved in a RTF. End of Annotations:===== SSUE: The notation for selecting a unique element within a list should be more concise. Suggestion: Use brackets with a "!" prefixing mark Example: self.ownedElement[! #Class and name="MyClass"] means self.ownedElement->select(oclIsKindOf(Class) and name="MyClass")->first()