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

Re: XML Schemas: Best Practices

  • From: "Roger L. Costello" <costello@m...>
  • To: xml-dev@l...
  • Date: Tue, 09 Jan 2001 15:31:44 -0500

best tag names
First, before getting to Curt's latest message, I have summarized online
all of our (awesome!) discussions on designing variable content
container elements:

http://www.xfront.com/VariableContentContainers.html

(Curt, you're not going to like my recommendation.)

Okay, now for Curt's message:

"Arnold, Curt" wrote:
> 
> Also, since the xsi:type value is a QName, unless you are restricting your document to use a fixed prefix, it would be difficult to write an XPath that would give you only the  Magazine nodes.

It's a little more challenging, but not too difficult:

<xsl:for-each  
select="c:Publication[substring-after(@xsi:type,':')='MagazineType']">
        -- process the Magazine --
</xsl:for-each>

> 
> I don't think the superclass as tag name, subclass as xsi:type pattern > is generic enough to be a best practice.  The aggregation pattern 
> offers the same advantages but is more capable.

Remember that we are comparing methods 1, 2, and 3; not projection vs
aggregation vs decoration.  That is, we are searching for the Best
Practice for designing variable content containers in an XML Schema.
What is the Best Practice in designing an instance document (do we use
projection, aggregation, or decoration) is a separate (interesting)
issue. 

Of the 3 methods, which one would you recommend for Best Practice Curt? 
Len, what's your recommendation?  /Roger


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.