XTCE 1.2 RTF Avatar
  1. OMG Issue

XTCE12 — MetaCommandSet is incorrectly set to required

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

    The MetaCommandSet is incorrectly set to required and should be optional, like all the other "top-level" elements in XTCE.

  • Reported: XTCE 1.1 — Mon, 6 Oct 2014 04:00 GMT
  • Disposition: Resolved — XTCE 1.2
  • Disposition Summary:

    Set the minimum on MetaCommandSet to 0 within CommandMetaData

    This is to capture the change to the minimum count for MetaCommandSet inside of CommandMetaData elements.

    The @minOccurs should be added and set to zero in the schema. For example:

    <element name="MetaCommandSet" minOccurs="0">

    No other element in the schema has @name equal to MetaCommandSet.

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