Re: [xml-dev] XML Message Interface Documention Methods
On 9/19/05, Jacquo Johnson <[email protected]> wrote:
Thanks all. But how would I actually present the xsd or schema in a user friendly format for newbies that just know how to send messages...i.e. in some dumbed down html format? Kind of like what a web service interface definition looks like when displayin the xml of what xml message format the service will accept?On 9/19/05, Chiusano Joseph < [email protected] > wrote:You'll get a variety of answers on this from XML-DEV participants, but I would offer XML Schema (which is the same as XSD) as one choice.JoeJoseph ChiusanoBooz Allen HamiltonO: 202-508-6514 <= new office numberC: 202-251-0731Visit us online@ http://www.boozallen.com
From: Jacquo Johnson [mailto:[email protected]]
Sent: Monday, September 19, 2005 2:58 PM
To: [email protected]
Subject: [xml-dev] XML Message Interface Documention MethodsCan somebody tell me a good way to document an xml message interface from scratch. That is, I have the following message format (something that is similar in nature):
<SomeMsgRequest>
<RequiredElement/>
<OptionalElement/>
</SomeMsgRequest>
And need a good way document the message and what tags are required and which are optional.
Are there any tools out there that can help with this...possibly using an xsd or schema?
Any information is very much appreciated.
Thanks!