[EXI] Restricted Character Sets for Built-in EXI Datatype Representations

Hi EXI WG
        In Table 7-2 "Restricted Character Sets for Built-in EXI Datatype
Representations" patterns are defined for EXI Built-in data types while
encoding the values as strings. Consider the following schema
 
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:simpleType name="pattern_t">
 <xs:restriction base="xs:integer">
  <xs:pattern value="[3-4]*"/>
 </xs:restriction>
</xs:simpleType>
<xs:element name="RollNo" type="pattern_t"/>
</xs:schema>
 
 
In the above schema I happen to encode the type as string. For this I need
to consider the pattern defined as per the table 7-2. But what is I
additionally have another pattern restriction as given above. Should I use
the intersection of both the patterns to derive the charset for the type ?
 
regards
Santhanakrishnan

Received on Friday, 1 August 2008 06:48:01 UTC

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy