I have this XML schema based on which documents are generated on fly and distributed to third parties. Is there any way to add comments/documentation to elements in each XML instance generated ?
-
2This cannot be answered unless you describe the way you generate your schema on the fly.lexicore– lexicore2014-12-03 10:26:48 +00:00Commented Dec 3, 2014 at 10:26
-
Schema is not generated on fly, just the documents complying to the schema generated on fly.Amit P– Amit P2014-12-08 07:43:28 +00:00Commented Dec 8, 2014 at 7:43
-
Ok, don't tell us anything else, let us telepathically guess how you generate your XML instances.lexicore– lexicore2014-12-08 08:12:31 +00:00Commented Dec 8, 2014 at 8:12
-
Using JAXB to generate classes from XMLSchema,which is done offline. Based on these generated classes, XML instance documents are generated during runtime.Amit P– Amit P2014-12-08 08:17:03 +00:00Commented Dec 8, 2014 at 8:17
-
1stackoverflow.com/questions/1347534/…lexicore– lexicore2014-12-08 09:00:18 +00:00Commented Dec 8, 2014 at 9:00
Add a comment
|