0

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 ?

5
  • 2
    This cannot be answered unless you describe the way you generate your schema on the fly. Commented Dec 3, 2014 at 10:26
  • Schema is not generated on fly, just the documents complying to the schema generated on fly. Commented Dec 8, 2014 at 7:43
  • Ok, don't tell us anything else, let us telepathically guess how you generate your XML instances. Commented 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. Commented Dec 8, 2014 at 8:17
  • 1
    stackoverflow.com/questions/1347534/… Commented Dec 8, 2014 at 9:00

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.