I developed a data model represented by an XSD schema. The data model also provides types that are used as web service parameters in the WSDL descriptor.
I would like to send an XSD schema and ask the people involved to consider the data model.
What presentation tool or method do you propose to use as a basis for expert reviews? The data model should be readable by unskilled people, at least when it comes to semantic parameter values
Edit:
To be more specific: Of course, syntactically, the circuit checks. In fact, I'm already working on code that is based on the generated JAXB classes. My goal
- to freeze the data model and thus the input parameters
- to make sure nothing is lost or forgotten from the semantic (meaning in terms of business).
Edit 2
I was thinking about how best to distribute a datamodel. I am thinking of something like JavaDoc for XSD schemes. Does anyone know if something like this exists? Basically this would be done with the XSLT suite, right?
xsd review datamodel
poezn Oct 14 '08 at 17:17 2008-10-14 17:17
source share