XTCE 1.2 RTF Avatar
  1. OMG Issue

XTCE12 — Clarify ContainerRef check in Verification area

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

    Description Kevin Rice 2007-10-22 21:40:01 BST
    Clarification needed for ContainerRef check. Clean up the annotation – it
    says: "When verification is a new instance the referenced Container". This
    doesn't make any sense.

    It just means the verification is reached when you receive that container. An
    example might be sending a command to download memory then receiving a packet
    with the memory download.

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

    Update annotation on ContainerRef is Command Verifier base type

    The annotation is not clear when using the element ContainerRef in the various types of Command Veriifier elements. The base xtce:CommandVerifierType contains the element and annotation that is shared amongst these.

    Update the annotation text on the definition of the element ContainerRef below. The parent elements are shown for finding this location in the context of the document.

    <complexType name="CommandVerifierType" abstract="true">
    <annotation>
    <documentation>Describe a command verifier to check that the command has been successfully executed. Command Verifiers may be either a Custom Algorithm or a Boolean Check or the presence of a Container for a relative change in the value of a Parameter. The CheckWindow is a time period where the verification must test true to pass. </documentation>
    </annotation>
    <complexContent>
    <extension base="xtce:OptionalNameDescriptionType">
    <sequence>
    <choice>
    <element name="ComparisonList" type="xtce:ComparisonListType"/>
    <element name="ContainerRef" type="xtce:ContainerRefType">
    <annotation>
    <documentation xml:lang="en">When verification is a new instance the referenced container. For example, sending a command to download memory then receiving a packet with the memory download would be verified upon receipt of the packet.</documentation>
    </annotation>
    </element>

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