Skip to content

Flattened Aggregate Command Names are not Compliant with XTCE #62

@lorenzo-gomez-windhover

Description

A "." is added when command aggregates are flattened(this was done because YAMCS did not support aggregate commands at the time). This is not compliant with XTCE 1.2.

<simpleType name="NameType">
<annotation>
<documentation>Defines a name where all characters are allowed except '.', '[', ']', ':', ' ', and '/'. See NameDescriptionType.</documentation>
</annotation>
<restriction base="normalizedString">
<pattern value="[^./:\[\] ]+"/>
</restriction>
</simpleType>

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions