XTCE 1.2 RTF Avatar
  1. OMG Issue

XTCE12 — MK-007 Don't need element[ChangePerSecondAlarmConditions]

  • Key: XTCE12-187
  • Legacy Issue Number: 9040
  • Status: closed  
  • Source: jaxa.jp ( Makoto Kawai)
  • 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

  • Reported: XTCE 1.0 — Tue, 11 Oct 2005 04:00 GMT
  • Disposition: Closed; No Change — XTCE 1.2
  • Disposition Summary:

    Corrected in XTCE version 1.1

    No change dispositions from original poll 2.

  • Updated: Tue, 10 Jul 2018 14:22 GMT