Issue 9040: MK-007 Don't need element[ChangePerSecondAlarmConditions] (xtce-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: MK-007 Don't need element[ChangePerSecondAlarmConditions] intype[NumericAlarmConditionType] Source: Makoto Kawai kawai.makoto@jaxa.jp Description : Currently, element[ChangePerSecondAlarmConditions] is defined in element[ConditionalAlarm] in type[NumericAlarmConditionType], but Change rate evaluation cannot apply to Conditions. To change as below. From: "<element name="ConditionalAlarm"> <annotation> <documentation>…</documentation> </annotation> <complexType> <sequence> <element name="StaticAlarmConditions" type="xtce:AlarmConditionsType" minOccurs="0"/> <element name="ChangePerSecondAlarmConditions" type="xtce:AlarmConditionsType" minOccurs="0"/> </sequence> </complexType> </element>" To: " <element name="ConditionalAlarm"> <annotation> <documentation>…</documentation> </annotation> <complexType> <sequence> <element name="StaticAlarmConditions" type="xtce:AlarmConditionsType" minOccurs="0"/> </sequence> </complexType> </element>" Resolution: To be even clearer, we should change "StaticAlarmConditions" to simply "AlarmConditions". Fix schema and supporting documentation Resolution: Revised Text: Actions taken: October 11, 2005: received issue Discussion: End of Annotations:===== ource: Makoto Kawai kawai.makoto@jaxa.jp Description : Currently, element[ChangePerSecondAlarmConditions] is defined in element[ConditionalAlarm] in type[NumericAlarmConditionType], but Change rate evaluation cannot apply to Conditions. To change as below. From: " . " To: " . " Resolution: To be even clearer, we should change "StaticAlarmConditions" to simply "AlarmConditions". Fix schema and supporting documentation