Actions
Bug #2521
closedXML needs to reference new xsd
Start date:
08/24/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2521
Description
At the top of our XML documents, we have a declaration:
<VegBankPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vegbank.org/vegdocs/xml/vegbank-data-ver1.0.2usage.xsd">
but this references an old xsd version. This is a bit confusing, as we have different version of the model and different versions of the xsd.
It should reference:
http://vegbank.org/vegdocs/xml/vegbank-data-ver1.0.5-full.xsd
(working on creating that!)
Updated by Michael Lee about 18 years ago
http://vegbank.org/vegdocs/xml/vegbank-data-ver1.0.5-full.xsd now exists, as referencing in the above description/comment
Updated by Michael Lee about 18 years ago
Done, with a new series of variables, properties, filters and constants.
Actions