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: Changes / Core Examples Re: [tamie] Groups - eTSM (Core) XML Schema (etsm-0-4.xsd) modified


Attached are the core translator source examples updated for
versions 0.4 of script language and event board model.

Changes to event board

EventBoard > event-board
Events > events
eventProperties > event-properties
schemaVersionID > schema-version-id
postTime > post-time
originTime > origin-time
eventType > event-type


Change to script language

monitoringScript > script-package
tryduration > try-duration
executionContext > execution-context
nmsbinding > nms-binding
startwith > start-with
onstart > on-start
loopvar > loop-var
nextval > next-val
onfinal > on-final
schemaVersionID > schema-version-id
bubblexit > bubble-exit


---
Stephen D Green




2009/9/9  <stephen.green@documentengineeringservices.com>:
> Information about the document named eTSM (Core) XML Schema (etsm-0-4.xsd)
> has been modified by Stephen Green.
>
> Document Description:
> An XML Schema Draft for eTSM (Core)
>
> View Document Details:
> http://www.oasis-open.org/committees/document.php?document_id=34098
>
> Download Document:
> http://www.oasis-open.org/committees/download.php/34098/etsm-0-4.xsd
>
>
> 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
>

cuc1.etsm

cuc2.etsm

cuc3.etsm

cuc4.etsm

cuc5.etsm

catch.etsm

function.etsm

loop_and_exit.etsm

<?xml version="1.0" encoding="utf-8"?>
<emam:event-board xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:emam="http://docs.oasis-open.org/tamie/emam/draft/20090909";
 xmlns:xyz="xyz"
 xsi:schemaLocation="http://docs.oasis-open.org/tamie/emam/draft/20090909 http://www.oasis-open.org/committees/download.php/34094/emam-0-4.xsd"; 
 timestamp="2007-06-13T13:10:03-07:00" schema-version-id="0.4">
  <emam:events>
    <emam:event id="1" post-time="2007-06-13T13:10:13-07:00">
      <emam:content>
        <xyz:PO>
          <xyz:name>Morris</xyz:name>
        </xyz:PO>
      </emam:content>
    </emam:event>

    <emam:event id="2" post-time="2007-06-13T13:11:53-07:00">
      <emam:content>
        <xyz:conf>
          <xyz:name>Morris</xyz:name>
        </xyz:conf>
      </emam:content>
    </emam:event>
  </emam:events>
</emam:event-board>

compiler-core-examples-0-4.zip



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