Issue 15858: EnumeratedParameterType does not support multiple context alarms (xtce-rtf) Source: (, ) Nature: Revision Severity: Significant Summary: The EnumeratedParameterType element currently does not support multiple context alarms, unlike the other ParameterType elements. This is probably because, on line 743 of the schema, the ContextAlarm element is not setting the maxOccurs attribute to "unbounded". Without this attribute, only one instance of the ContextAlarm element is allowed. Resolution: Revised Text: Actions taken: November 29, 2010: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 29 Nov 2010 17:25:00 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Christopher Zonca Employer: Harris Corporation mailFrom: czonca@harris.com Terms_Agreement: I agree Specification: XML Telemetric and Command Exchange (XTCE) Section: - FormalNumber: dtc/2006-11-06 Version: 1.1 Doc_Year: 2006 Doc_Month: November Doc_Day: 14 Page: - Title: EnumeratedParameterType does not support multiple context alarms Nature: Revision Severity: Significant CODE: 3TMw8 B1: Report Issue Description: The EnumeratedParameterType element currently does not support multiple context alarms, unlike the other ParameterType elements. This is probably because, on line 743 of the schema, the ContextAlarm element is not setting the maxOccurs attribute to "unbounded". Without this attribute, only one instance of the ContextAlarm element is allowed.