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

 


Help: OASIS Mailing Lists Help | MarkMail Help

tamie message

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


Subject: Re: [tamie] Groups - eTSM-wd-r01 (eTSM-wd-rev01.odt) uploaded


I've just been creating a syntax listing for etsm-core (about
to upload it). I came across an error in the previous one
for etsm 'full' syntax

<match
  event ? = 'xsd:normalizedString'
  min ? = 'xsd:integer'>
  Content: condition *
</match>

should be

<match
  event ? = 'xsd:normalizedString'
  min ? = 'xsd:integer'>
  Content: condition ?
</match>

where 'condition' should be single, optional occurrence ('?')

I'll post a corrected version shortly with edit change showing.

I also not in the spec wd there is a discrepancy with the
schema in that 'condition' in the spec is shown within match
as both an attribute

"catch/match/@condition: The event selection condition (typically XPath)."

and an element, whereas I've limited it to just element in the spec.
The same discrepancy shows in example

"<catch eb="POs" tryfor="P3DT12H" >
<match event="PO" condition=... />
<match event="POresponse" condition=... />
<match event="POreceipt" condition=... />
</catch>"

 which I think should be

"<catch eb="POs" tryfor="P3DT12H" >
<match event="PO"><condition>...<condition></match>
<match event="POresponse"><condition>...<condition></match>
<match event="POreceipt"><condition>...<condition></match>
</catch>"


Best regards
---
Stephen D Green




2009/11/26  <jdurand@us.fujitsu.com>:
> A rough and partial first draft, based on previous syntax outline from
> Stephen merged with some content from the wiki.
> If someone decides to make the next round of edits, please announce so on
> the mailing list.
>
>  -- Mr Jacques Durand
>
> The document named eTSM-wd-r01 (eTSM-wd-rev01.odt) has been submitted by Mr
> Jacques Durand to the OASIS Testing and Monitoring Internet Exchanges
> (TaMIE) TC document repository.
>
> Document Description:
> A rough and partial first draft, based on previous syntax outline from
> Stephen merged with some content from the wiki.
> If someone decides to make the next round of edits, please announce so on
> the mailing list.
>
> View Document Details:
> http://www.oasis-open.org/committees/document.php?document_id=35349
>
> Download Document:
> http://www.oasis-open.org/committees/download.php/35349/eTSM-wd-rev01.odt
>
>
> PLEASE NOTE:  If the above links do not work for you, your email application
> may be breaking the link into two pieces.  You may be able to copy and paste
> the entire link address into the address field of your web browser.
>
> -OASIS Open Administration
>


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