WindhoverLabs / xtce_generator

A tool to generate xtce files from a sqlite database.
4 stars 1 forks source link

Flattened Aggregate Command Names are not Compliant with XTCE #62

Open lorenzo-gomez-windhover opened 2 years ago

lorenzo-gomez-windhover commented 2 years ago

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>