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

Re: The meaning of the "string" datatype?

  • From: "G. Ken Holman" <gkholman@C...>
  • To: "xml-dev@l..." <xml-dev@l...>
  • Date: Wed, 15 Apr 2009 08:04:22 -0400

Re:  The meaning of the "string" datatype?
At 2009-04-15 07:38 -0400, Costello, Roger L. wrote:
>Hi Folks,
>
>Consider this XML Schema declaration:
>
>    <element name="Author" type="string" />
>
>I want to reconfirm my understanding of what the declaration means:
>
>In an instance document:
>
>     <Author>__________</Author>
>                 ^
>                 |
>                 |
>The content of <Author> can be characters from any language

Not sure why you are citing languages here ... the content is defined 
as from ranges of Unicode characters.

>Furthermore, the length of the content of <Author> is unconstrained: 
>it would be perfectly valid to place a billion characters between 
>the start tag and end tag.

Sure ... your schema fragment hasn't added any length 
constraints.  XML doesn't say anything about lengths, but schema 
languages are welcome to do so (not many do).

>[1] The allowable characters for the string datatype is any 
>character in these hex ranges:
>
>Char    ::=    #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | 
>[#x10000-#x10FFFF]

Only if you are talking XML 1.0.

If you use XML 1.1 you get more:

[2]    Char    ::=    [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]

... noting that according to production [2a] some of those characters 
cannot be naked characters and must be expressed using an escape mechanism.

I hope this helps.

. . . . . . . . Ken

--
XQuery/XSLT/XSL-FO training in Los Angeles (New dates!) 2009-06-08
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman@C...
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/x/
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.