Skip to content

Flattened Aggregate Command Names are not Compliant with XTCE #62

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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