OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff message

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


Subject: 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:yazawa@globalsight.com] 
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
yazawa@globalsight.com

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


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


Powered by eList eXpress LLC