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

Discover data patterns or Create data patterns?

  • From: "Costello, Roger L." <costello@m...>
  • To: <xml-dev@l...>
  • Date: Sat, 20 Sep 2008 08:50:48 -0400

Discover data patterns or Create data patterns?

Hi Folks,

Recently I read this:

"One of the most important axioms in the discipline of Information
Architecture states that designers are the ones who uncover patterns
inherent in data, and expose them in an interface." [1]

I was particularly struck by these words: "uncover patterns inherent in
data".

I got to thinking, 

    - How does one uncover patterns in data? 

    - Does data have inherent patterns?

    - What is a data pattern?

I looked at regular expressions, e.g.

    [a-zA-Z]*[0-9]*

This regular expression specifies a "pattern"; namely zero or more
letters of the alphabet followed by zero or more digits.

This is a low-level pattern, at the character level.

What are patterns at the document level?

When I create an XML instance document I am (implicitly) stating,
 
   - Here is a data pattern I think is useful.

Do you agree?

For example, I discovered a pattern in BookStores: they are comprised
of multiple Books. And I discovered a pattern in Books: they are
comprised of a Title, an Author, a Date of publication, an ISBN, and a
Publisher. I can expose these patterns like this:

<BookStore>
     <Book>
         <Title>The Art & Science of Web Design</Title>
         <Author>Jeffrey Veen</Author>
         <Date>2001</Date>
         <ISBN>0-7897-2379-0</ISBN>
         <Publisher>New Riders</Publisher>
     </Book>
     ...
</BookStore>

QUESTIONS

1. Are data patterns discovered, or, are data patterns created?

2. Are data patterns descriptive, or, are data patterns prescriptive?

3. What's the difference between a "master" data designer versus a
"novice" data designer? 

4. Does this characterize the difference: a master data designer
discovers patterns intrinsic in data whereas a novice data designer
engineers a pattern?

5. Are there steps that a person can take to transition from a novice
data designer to a master data designer?

/Roger

[1] The Art & Science of Web Design by Jeffrey Veen


[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.