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

Re: A heavier-weight proposal for character entity definition


xs token definition
Rewriting the XML Schema into something I can understand (:-)),
and applying Elliotte's corrections plus a few more,
it comes to this.  I don't know that this is more heavyweight
than my proposal, except in verboseness of conformant
markup.

datatypes xs = "http://www.w3.org/2001/XMLSchema-datatypes"

ANY =   attribute * {text}* &
         element * {ANY}* &
         text

start = element characters {character* & ANY}

character = element character {
		attribute name {xs:token},
		attribute code {xml-codepoint},
		attribute source {xs:anyURI}?,
		ANY
		}

xml-codepoint =	xs:positiveInteger "9" |
		xs:positiveInteger "10" |
		xs:positiveInteger "13" |
		xs:positiveInteger params {
			minInclusive = "32"
			maxExclusive = "55296"    #xD800
			} |
		xs:positiveInteger params {
			minExclusive = "57343"    #xDFFF
			maxInclusive = "65533"    #xFFFD
			} |
		xs:positiveInteger params {
			minInclusive = "65536"    #10000
			maxInclusive = "1114111"  #1FFFFF
			} |
		xs:string params {
			pattern = "x[0-9a-fA-F]{1,6}"
			}

-- 
John Cowan <jcowan@r...>     http://www.reutershealth.com
I amar prestar aen, han mathon ne nen,    http://www.ccil.org/~cowan
han mathon ne chae, a han noston ne 'wilith.  --Galadriel, _LOTR:FOTR_


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.