- From: John Schneider <john.schneider@agiledelta.com>
- Date: Wed, 17 Sep 2008 10:42:28 -0700
- To: "'Yuri Delendik'" <yury_exi@yahoo.com>, <public-exi@w3.org>
Hi Yuri,
Where preserve.lexicalValues = true, enumerations are represented according
the restricted character set associated with their base type (see table
7-2). E.g., an enumeration of integers would end up using the restricted
character set {#x9, #xA, #xD, #x20, +, =, [0-9]}. EXI does not require the
encoder/decoder to build and track a different restricted character set for
each enumeration.
Hope this helps!,
John
> -----Original Message-----
> From: public-exi-request@w3.org
> [mailto:public-exi-request@w3.org] On Behalf Of Yuri Delendik
> Sent: Tuesday, September 16, 2008 9:46 PM
> To: public-exi@w3.org
> Subject: [EXI] Restricted charset for enum
>
>
> (Section 7. Representing Event Content)
> When preserve.lexicalValues = true, is enumeration presented
> as a String with restricted characters set? It make sence to
> define it as a set of characters that can be found in values
> (? plus whitespaces).
>
> Thanks.
>
>
Received on Wednesday, 17 September 2008 17:43:13 UTC