[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML Message Interface Documention Methods

  • To: "Chiusano Joseph" <chiusano_joseph@b...>, <xml-dev@l...>
  • Subject: RE: XML Message Interface Documention Methods
  • From: "Ian Hunter" <ianh@t...>
  • Date: Mon, 19 Sep 2005 12:33:40 -0700
  • Thread-index: AcW9TKtI3xXdJM2VRsqy6wMu19eq/QAAsFOAAABhTzA=
  • Thread-topic: XML Message Interface Documention Methods

xml message interface
Something like this?

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:element name="OptionalElement" type="xs:string"/>
	<xs:element name="RequiredElement" type="xs:string"/>
	<xs:element name="SomeMsgRequest">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RequiredElement"/>
				<xs:element ref="OptionalElement" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>


________________________________________
From: Chiusano Joseph [mailto:chiusano_joseph@b...] 
Sent: Monday, September 19, 2005 3:23 PM
To: genxgeek@g...; xml-dev@l...
Subject: RE:  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
Visit us online@ http://www.boozallen.com
 

________________________________________
From: Jacquo Johnson [mailto:genxgeek@g...] 
Sent: Monday, September 19, 2005 2:58 PM
To: xml-dev@l...
Subject:  XML Message Interface Documention Methods
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!

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.