XTCE 1.2 RTF Avatar
  1. OMG Issue

XTCE12 — Change UnitSet to optional

  • Key: XTCE12-123
  • Legacy Issue Number: 14471
  • Status: closed  
  • Source: NASA ( Mr. James Kevin Rice)
  • Summary:

    Description Kevin Rice 2007-10-22 21:43:57 BST
    Making UnitSet required wastes instance file space, make UnitSet optional.

  • Reported: XTCE 1.1 — Thu, 17 Sep 2009 04:00 GMT
  • Disposition: Resolved — XTCE 1.2
  • Disposition Summary:

    make UnitSet optional

    UnitSet is required on all parameter types & argument types even when the item does not have a unit. The result is a lot of empty </UnitSet> tags in XTCE xml files. The proposal to fix this is to make it optional. This will suffice since units are important, people won't forget them (probably). And it is backwards compatible.

    From:

    <element name="UnitSet">

    To:

    <element name="UnitSet" type="xtce:UnitSetType" minOccurs="0"/>

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