XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
- Stylus Studio Technical Forum (14621)
-> + Report editor automatic scroll... (2)
-> + java.lang.ClassNotFoundExcepti... (4)
-> + Strange output (6)
-> + Built-In Processor Handling CD... (5)
-> + Parameter values with multiple... (3)
-> - Schema review (2)
-> ->Schema review
-> + seperating values within one e... (2)
-> + Filtering 1000's of XML files ... (2)
-> + replace fop0.20 by 094 (2)
-> + HTML tables from sorted XSL (3)
-> + From dicisionshema to XML (4)
-> + Convert data from SQL database... (2)
-> + Really Really need help - xsl:... (2)
-> + xslt: xsl:include not finding ... (2)
-> + One field in multiple lines (3)
-> + Stylis studio editor slow (2)
-> + Schema Documentation (3)
-> + Convert PCL to XML (7)
-> + crashing when connected via VP... (3)
-> + Repeater err:XPST0003 (3)
-- Previous [1321-1340] [1341-1360] [1361-1380] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Prasenjit BiswasSubject: Schema review
Author: Prasenjit Biswas
Date: 30 Nov 2007 04:18 PM
I have been tasked with reviewing/critiquing a giant schema as the first task in a new job. Its impossible to know the business details around it but they want a technical review of the XSD constructs.

This schema will be used to generate factory methods using the Web Services SOA Factory [ http://msdn2.microsoft.com/en-us/library/bb931187.aspx ] As such this schema has many nodes which are operations centric (getTransactionData ) and Request-Response nodes under it describing the message.

Here is a typical node describing an operation:

:
- <xs:element name="GetTransactionStatus">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Request">
- <xs:complexType>
- <xs:sequence>
<xs:element name="TransactionId" type="ABCUrn" />
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="Response">
- <xs:complexType>
- <xs:sequence>
<xs:element name="TransactionId" type="ABCUrn" />
<xs:element minOccurs="0" name="Milestones" type="Milestones" />
<xs:element name="IsNewLenderChange" type="xs:boolean" />
<xs:element name="IsNewLenderMessage" type="xs:boolean" />
<xs:element name="IsTemplateChanged" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
:
:

How do I go about this task? Where can I find schema best practices?

Posttop
(Deleted User) Subject: Schema review
Author: (Deleted User)
Date: 06 Dec 2007 09:07 AM
Hi,
there is no 'best practice' for designing an XML Schema, but only a series of styles from which you can choose the one you like best (Russian Doll, Garden of Eden, Venetian Blinds, see http://developers.sun.com/jsenterprise/nb_enterprise_pack/reference/techart/design_patterns.html for a more detailed explanation).
But as in your case you are working with a schema designed to work tightly with a Web Service-generation tool, you should turn to the documentation of that tool to verify which schema definition it does/doesn't understand when doing the translation.

Hope this helps,
Alberto

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

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