Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xml-dev] The meaning of the "string" datatype?

From: "G. Ken Holman" <gkholman@----------------.--->
To: "xml-dev@-----.---.---" <-------@-----.---.--->
Date: 4/15/2009 12:08:00 PM
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


_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent