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

Re: XML Schema and Entities

  • From: Eric van der Vlist <vdv@d...>
  • To: "Bullard, Claude L (Len)" <clbullar@i...>,"xml-dev@l..." <xml-dev@l...>
  • Date: Wed, 20 Jun 2001 18:24:24 +0200

xsd entity
"Bullard, Claude L (Len)" wrote:
> 
> The XML Schema Primer is not very clear with respect to the
> use of entities in XML Schema.  I realize the need to use
> the DTD and internal subset, the food chain of resolution
> prior to invoking the schema engine, the use of Group over
> parameter entities, but what is done with type="xsd:entities"
> or type="xsd:entity" in the XML Schema?  I see the note about
> using them only in attributes, but still, there isn't an example
> that clarifies what they are good for in the Schema.

Part 2 is clearer about them [1]:

[1] http://www.w3.org/TR/xmlschema-2/#ENTITY

"[Definition:]   ENTITY represents the ENTITY attribute type from [XML
1.0 (Second Edition)]. The ·value space· of ENTITY is the set of all
strings that ·match· the NCName production in [Namespaces in XML] and
have been declared as an unparsed entity in a document type definition.
The ·lexical space· of ENTITY is the set of all strings that ·match· the
NCName production in [Namespaces in XML]. The ·base type· of ENTITY is
NCName. "

They are therefore as good for W3C XML Schema as unparsed entities are
for DTDs :=) ...

Personally I have never seen them used except in Simon St.Laurent
"elements of style" (a book that I recommend not only for this example
;=) ) where he gives the following example that could be used with a W3C
XML Schema defining that the content attribute has a type "ENTITY":

<!DOCTYPE unparsed_image SYSTEM "unparsed_image.dtd" [
<!ENTITY myGif "mygif.gif" NDATA image_gif>
]>
<unparsed_image content="myGif"/>

Hope this helps.

Eric

> Len
> http://www.mp3.com/LenBullard
> 
> Ekam sat.h, Vipraah bahudhaa vadanti.
> Daamyata. Datta. Dayadhvam.h
> 
-- 
Pour y voir plus clair dans la nebuleuse XML...
                                          http://dyomedea.com/formation/
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
http://xsltunit.org      http://4xt.org           http://examplotron.org
------------------------------------------------------------------------

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.