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

Fwd: ANN: a portable data component -- length

  • From: Stephen D Green <stephengreenubl@gmail.com>
  • To: XML Developers List <xml-dev@lists.xml.org>
  • Date: Sat, 9 Apr 2011 18:06:09 +0100

Fwd:  ANN: a portable data component -- length
Normal form isn't the only way to express data. It works for some
scenarios but decidely not for others; take analytical databases, data
marts, data warehouses, etc. For ages in the UK we had to have the
price of loose fruit and vegetables on our shop shelves expressed in
both price per imperial and price per metric weight. We still have
shoes and clothes sold in UK and EU sizes. We don't give people one
price and say "go work the other price out" or one size and say "go
work out the other size; here is the conversion factor"... So we often
produce price lists, I expect in XML, with multiple prices in mutliple
currencies and we design database table deliberately with redundant
information so that there is no need for extra time spent
dereferencing information held in separate tables. I think Roger's
examples hold well.

On 09/04/2011, Liam R E Quin <liam@w3.org> wrote:
> On Sat, 2011-04-09 at 11:10 -0400, Costello, Roger L. wrote:
>
>> Here is the altitude of an aircraft, expressed in both feet and meters:
>>
>>      <altitude>
>>          <feet>12000</feet>
>>          <meters>3657.6</meters>
>>      </altitude>
>>
>> It is important that the two length values are consistent:
>
> The right way to mark this up in most cases is to store only one value
> and convert as needed.
>
> See Normal Form in database theory: information should never be
> duplicated. That way it can't get out of sync.
>
> So my answer is simply, "don't do this."
>
> Instead, e.g.
>   <measurement>
>     <name>altitude</name>
>     <value units="m">3657.6</value>
>   </measurement>
>
> (I'd use metric/SI units in a program as they're easier to deal with,
> and mixed-based ambiguity like 3 feet 7 inches doesn't occur)
>
> Best,
>
> Liam
>
> --
> Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
> Pictures from old books: http://www.fromoldbooks.org/
> Occasional blog: http://www.barefootliam.org/
> The barefoot typographer
>
>
>
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
>


--
----
Stephen D Green


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