Feature #4896

Retain xs:annotations in compiled schema (SCM) files
Status:
New
Priority:
Low
Assignee:
-
Category:
Configuration
Sprint/Milestone:
-
Start date:
2021-02-08
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Description
Dear team,
schema elements like "//xs:annotation/*" could be used to provide information to be handled by applications. For applications it may be easier to get this information from a SCM file instead of (multiple?) schema documents.
Problem: currently it is not possible to access these fields using a SCM file because annotations are not retained; the original schema documents must be included as well
Feature Request: would it be possible to add a new configuration setting forcing the export to retain annotations, e.g. as references <scm:annotation id="..."/>
Please register to edit this issue