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

Re: Using Wrapper Elements in Schemas - Any Best Practices?

  • From: mrossi@c...
  • To: xml-dev@l...
  • Date: Mon, 24 Sep 2001 10:56:29 -0400

wrapper elements
     Actually, I'd suggest that placing the duration element on each
<symptom> would accomplish the same thing while allowing greater processing
flexibility. That being said, I'd still recommend the container element
approach (unless you're REALLLLY pressed for optimizations). The extra
element certainly doesn't hurt, and it allows you to process the group as a
list much more easily. Particularlay if you'll need to do any manual
creation of the structure (some editors can be more helpful if they can
identify lists).

     As a pure matter of style, I'd also suggest not using the plural of
the element's names as the name of the container (<symptoms> in your
example). Then you have to say things like "symptoms contains symtpoms",
which isn't really what you mean. I'd go for something like <symptom_list>
myself.

Michael A. Rossi
Computer Sciences Corporation
mailto:mrossi@c...
856-983-4400 x4911


                                                                                                                     
                    "Magick, Brian"                                                                                  
                    <Brian.Magick@C        To:     xml-dev@l...                                             
                    OMPAQ.com>             cc:                                                                       
                                           Subject:      Using Wrapper Elements in Schemas - Any Best       
                    09/24/01 10:37         Practices?                                                                
                    AM                                                                                               
                                                                                                                     
                                                                                                                     


Are there any best practices for using wrapper elements in XML Schemas?  We
are having an internal debate on the merits of using wrappers, I summarize
my opinions below.

The debate??should a set of symptoms be represented by a series of symptom
tags alone or should they be contained in a <symptoms> wrapper element.



<symptoms>

<symptom> This is symptom 1 </symptom>

<symptom> This is symptom 2 </symptom>

<symptom> This is symptom 3 </symptom>

</symptoms>



My initial thoughts:  I think wrappers are useful when you need to group
some tags and possibly need a lead wrapper element to capture some
attributes or metadata.  For example (yes this might be a bit silly)
perhaps we want to know the symptoms based on how long they have been
persisting.  Maybe some symptoms have been around for 7 days and other for
just 3.  The following XML, using wrapper elements, accomplishes the
description of this quite well.



<symptoms duration="3">
  <symptom>cough</symptom>
  <symptom>sneezing</symptom>
  <symptom>runny nose</symptom>
</symptoms>

<symptoms duration="7">
  <symptom>dizziness</symptom>
  <symptom>stomach ache</symptom>
</symptoms>



Of course, this is just my opinion, and one I would like some community
backing for before I espouse this as a "best practice" within my
organization.  This might just be a matter of style, but I'm interested in
how other developers are determining this.



Brian Magick


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.