-
Key: XTCE13-134
-
Status: closed
-
Source: Kratos RT Logic, Inc. ( Mr. Justin Boss)
-
Summary:
"There are eight different verifiers each associated with difference states in command processing"
-
Reported: XTCE 1.2 — Wed, 21 Sep 2022 20:59 GMT
-
Disposition: Resolved — XTCE 1.3
-
Disposition Summary:
Correct the typo until a better verifier description comes along
Replace the documentation text for the complex type VerifierSetType to correct the spelling error. Note that the change is exactly 1 word.
The previous definition of this type:
<complexType name="VerifierSetType">
<annotation>
<documentation xml:lang="en">Describe a collection of unordered verifiers. A command verifier is a conditional check on the telemetry from a SpaceSystem that that provides positive indication on the processing state of a command. There are eight different verifiers each associated with difference states in command processing: TransferredToRange, TransferredFromRange, Received, Accepted, Queued, Execution, Complete, and Failed. There may be multiple ‘complete’ and 'execution' verifiers. If the MetaCommand is part of an inheritance relation (BaseMetaCommand), the 'complete' and 'execution' verifier sets are appended to any defined in the parent MetaCommand. All others will override a verifier defined in a BaseMetaCommand. Duplicate verifiers in the list of CompleteVerifiers and ExecutionVerifiers before and after appending to the verifiers in BaseMetaCommand should be avoided. See MetaCommandType and BaseMetaCommandType for additional information.</documentation>
</annotation>
<sequence>
<element name="TransferredToRangeVerifier" type="xtce:TransferredToRangeVerifierType" minOccurs="0"/>
<element name="SentFromRangeVerifier" type="xtce:SentFromRangeVerifierType" minOccurs="0"/>
<element name="ReceivedVerifier" type="xtce:ReceivedVerifierType" minOccurs="0"/>
<element name="AcceptedVerifier" type="xtce:AcceptedVerifierType" minOccurs="0"/>
<element name="QueuedVerifier" type="xtce:QueuedVerifierType" minOccurs="0"/>
<element name="ExecutionVerifier" type="xtce:ExecutionVerifierType" minOccurs="0" maxOccurs="unbounded"/>
<element name="CompleteVerifier" type="xtce:CompleteVerifierType" minOccurs="0" maxOccurs="unbounded"/>
<element name="FailedVerifier" type="xtce:FailedVerifierType" minOccurs="0"/>
</sequence>
</complexType>Replace with:
<complexType name="VerifierSetType">
<annotation>
<documentation xml:lang="en">Describe a collection of unordered verifiers. A command verifier is a conditional check on the telemetry from a SpaceSystem that that provides positive indication on the processing state of a command. There are eight different verifiers each associated with different states in command processing: TransferredToRange, TransferredFromRange, Received, Accepted, Queued, Execution, Complete, and Failed. There may be multiple ‘complete’ and 'execution' verifiers. If the MetaCommand is part of an inheritance relation (BaseMetaCommand), the 'complete' and 'execution' verifier sets are appended to any defined in the parent MetaCommand. All others will override a verifier defined in a BaseMetaCommand. Duplicate verifiers in the list of CompleteVerifiers and ExecutionVerifiers before and after appending to the verifiers in BaseMetaCommand should be avoided. See MetaCommandType and BaseMetaCommandType for additional information.</documentation>
</annotation>
<sequence>
<element name="TransferredToRangeVerifier" type="xtce:TransferredToRangeVerifierType" minOccurs="0"/>
<element name="SentFromRangeVerifier" type="xtce:SentFromRangeVerifierType" minOccurs="0"/>
<element name="ReceivedVerifier" type="xtce:ReceivedVerifierType" minOccurs="0"/>
<element name="AcceptedVerifier" type="xtce:AcceptedVerifierType" minOccurs="0"/>
<element name="QueuedVerifier" type="xtce:QueuedVerifierType" minOccurs="0"/>
<element name="ExecutionVerifier" type="xtce:ExecutionVerifierType" minOccurs="0" maxOccurs="unbounded"/>
<element name="CompleteVerifier" type="xtce:CompleteVerifierType" minOccurs="0" maxOccurs="unbounded"/>
<element name="FailedVerifier" type="xtce:FailedVerifierType" minOccurs="0"/>
</sequence>
</complexType> -
Updated: Tue, 1 Jul 2025 15:05 GMT
XTCE13 — Possible typo of word "difference" instead of "different"
- Key: XTCE13-134
- OMG Task Force: XML Telemetric & Command Exchange Format 1.3 (XTCE) RTF