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

example and explanation of substitutionGroup in Schema

  • From: "Tolkin, Steve" <Steve.Tolkin@F...>
  • To: xml-dev@l...
  • Date: Tue, 21 Nov 2000 15:05:38 -0500

substitutiongroup
Suppose I have a user who has defined many elements.  For various reasons,
e.g. to hold common attributes, it was decided to enclose each element in a
common wrapper element.
Using DTD notation (because it is terser) the content model might look like

<!ELEMENT wrapper
( elem1 
| elem2 
| ... 
| elem999)
>

I know I could translate this directly to Schema.  But then adding or
renaming an element requires changing two places.
I think that an alternate way of expressing this, maybe, is to use a
substitutionGroup.

<element name="dummyElement" abstract="true" type="decimal"
substitutionGroup="myElement"/>

<element name="elem1" substitutionGroup="myElement"/>
<element name="elem2" substitutionGroup="myElement"/>
...
<element name="elem999" substitutionGroup="myElement"/>

What are the pro's and con's of this?
One pro that I can see is that adding an element is easier, in that one one
place in the Schema needs to be changed.

Also, the above was cobbled together based on the example in schema1.html.
The syntax might not be correct.  I could not understand the prose
describing the substitutionGroup feature.  Is there an clearer writeup of
this, with examples, anyplace?

Thanks,
Steve
-- 
Steven Tolkin          steve.tolkin@f...      617-563-0516 
Fidelity Investments   82 Devonshire St. V10D    Boston MA 02109
There is nothing so practical as a good theory.  Comments are by me, 
not Fidelity Investments, its subsidiaries or affiliates.



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.