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

RE: [Summary #2] Should Subject Matter Experts Determine XML Data Implem

  • From: "Costello, Roger L." <costello@m...>
  • To: <xml-dev@l...>
  • Date: Tue, 14 Oct 2008 19:45:02 -0400

RE: [Summary #2] Should Subject Matter Experts Determine XML Data Implem

Hi Folks,

Below is an example of a business interest influencing an XML data
design.


QUESTIONS:

1. Do you agree with my example? Would you revise it in any way?

2. Can you think of another simple, compelling example of a business
interest influencing an XML data design?


EXAMPLE OF BUSINESS INTERESTS INFLUENCING XML DATA DESIGN

A SME specifies, "There are three methods of payment: Paypal, money
order, or cashier's check."

Here is an XML data design which expresses the SME's specification:

   <Payment>
       <Method>Paypal</Method>
       <Method>money order</Method>
       <Method>cashier's check</Method>
   </Payment>

Then, a business person announces, "Our business has a partnership with
Paypal. We earn money each time a customer pays using Paypal. While we
do accept the other payment methods, we earn no money with them. So, be
sure to design the data so that Paypal is accentuated and the others
are de-emphasized."

To de-emphasize the two other payment methods, the above XML data
design is modified so that they are put lower in the data hierarchy:

   <Payment>
       <Method>Paypal</Method>
       <Alternate>
           <Method>money order</Method>
           <Method>cashier's check</Method>
       </Alternate>
   </Payment>

Thus we see an example of the influence of business interests on XML
data design.

/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-2007 All Rights Reserved.