← Prev in month ← Prev in thread

AW: [xliff] Update value list

From
"Mieske, Dhristian"
Date
2002-10-22T12:29:05+00:00
ID
333D9700B499084C9DF804896DDA7178837ABF@dewdfx14
Thread
AW: [xliff] Update value list
Hi there,

From my understanding the following pattern would be
Better since our numbers may be composed of more than
one digit:

<xsd:pattern value="(\d|#)+;(\d|#)+;(\d|#)+;(\d|#)+"/>

Best,
Christian
-----Ursprüngliche Nachricht-----
Von: Shigemichi Yazawa [mailto:] 
Gesendet: Mittwoch, 16. Oktober 2002 02:15
An: Yves Savourel
Cc: XLIFF list; Mark Levins
Betreff: Re: [xliff] Update value list

Hi all,

I'm trying to catch up with the discussion. Here is one comment I have
about schema.

> coordValue
>
> The current pattern is not complete: It doesn't allow '#' for
> undefined values as defined in the specification. [Anyone knows what
> pattern to use for that?]

The pattern below should work.

<xsd:pattern value="(\d|#);(\d|#);(\d|#);(\d|#)"/>

-------------------
Shigemichi Yazawa


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>
← Prev in month ← Prev in thread