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

RE: Separate data from rules ... is the XML Schema 1.1<assert>

  • From: "Costello, Roger L." <costello@mitre.org>
  • To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
  • Date: Wed, 17 Jun 2009 13:42:41 -0400

RE:  Separate data from rules ... is the XML Schema 1.1<assert>

Hi Folks,

Here's a recap of what I've learned from this very illuminating discussion:


XML Schema 1.0 gives you a way to impose rules on the *structure* of XML instance documents; that is, what elements and attributes XML instances can contain and where.

But there are some rules about the structure of XML instances that cannot be expressed, such as:

    A paragraph cannot appear nested within 
    another paragraph unless there is an 
    intervening table.

However, in XML Schema 1.1 you will be able to express this "structural rule" using the <assert> element.

That's the good news.

Now for the bad news.

It will require enormous self-discipline and knowledge on the part of schema developers to use the <assert> element correctly; that is, to use it for expressing structural rules. 

There will be an enormous temptation to use the <assert> element for expressing non-structural rules. 

Non-structural rules are business rules. Business rules should be not expressed in XML Schema.

Here are a few examples of business rules:

    A Level 1 manager has a maximum signature
    authority of $10K.

    An auto loan applicant, living in Ohio, is
    underage if he/she is under 18 years of age.

    If a customer has no outstanding invoices, 
    then the customer is of preferred status.

    Security Classification Rule: No paragraph 
    may have a classification higher than the 
    overall document's classification.

Business rules should be managed separately. Business rules drive the behavior of the business. They need to be analyzed for dependencies, correctness, and completeness. That's completely outside the scope of XML Schema.

Unfortunately, business rules *can* be expressed using the <assert> element. However, doing so creates a schema that is a spaghetti of 

    - rules which constrain the syntax of XML instances, and 
    - rules which influence the behavior of the business. 

I see this to be no less harmful than burying business rules inside application code;  the result of this is well documented: it results in a business that is unable to adapt to a changing environment. 

/Roger


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.