yamcs / quickstart

Get started with Yamcs
https://yamcs.org
22 stars 22 forks source link

xtce.xml does not validate against schema #1

Closed merose closed 4 years ago

merose commented 4 years ago

Two problems with src/main/yamcs/mdb/xtce.xml:

  1. The namespace used for the XTCE spec does not match the targetNamespace in the schema, causing warnings in oXygen.
  2. The <BaseContainer> elements are not in a legal place, according to the schema. They must occur after <EntryList>.
fqqb commented 4 years ago

Looks like the header was mixing xtce 1.1 with 1.2. Thanks for the report and fix