Question 4: =========== 8 UNKNOWNs, 2 points each, 16 points. The following class dictionary is not LL1. SchemaItem : Annotation | Attribute | SequenceGroup | Comment . Annotation = "<" [ NSRef ] "annotation>". Attribute = "<" [ NSRef ] "attribute". SequenceGroup = "<" [ NSRef ] "sequence". Comment = "". NSRef = Ident ":". The following class dictionary defines the same language and is LL1. Find the UNKNOWNs. SchemaItem : AAS | Comment . UNKNOWN1 = UNKNOWN2 [ UNKNOWN4 ] Rest. UNKNOWN5 : AnnotationR | AttributeR | SequenceGroupR . AnnotationR = UNKNOWN6. AttributeR = UNKNOWN7. SequenceGroupR = UNKNOWN8. Comment = "". NSRef = Ident ":".