[
Lists Home |
Date Index |
Thread Index
]
- To: <genxgeek@gmail.com>, <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] XML Message Interface Documention Methods
- From: "Chiusano Joseph" <chiusano_joseph@bah.com>
- Date: Mon, 19 Sep 2005 15:22:53 -0400
- Thread-index: AcW9TKtI3xXdJM2VRsqy6wMu19eq/QAAsFOA
- Thread-topic: [xml-dev] XML Message Interface Documention Methods
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.
Joe
Joseph Chiusano
Booz Allen Hamilton
O: 202-508-6514 <= new office number
C: 202-251-0731
Can 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!
|