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 - eMAM XML Schema (emam-0-2.xsd) uploaded


Notable error seen already - should make 'eventProperties' optional

Example of event board with schema version 0.2 - attached/below


> Notable changes
>
> 1. event properties only have a single repeatable element which allows
> either strings or markup or both
>
> 2. lower camel case used more consistently
>
> 3. provision for schema versioning
>
> 4. content element allows mixed content of text and markup
>
> 5. removal of caseID and monitorInstanceID
>
> 6. dateTime data type used for all timestamps
>
> 7. anyAttribute removed
>
> 8. content element has attributes: 'schema' and 'id'
>
> 9. eventBoard has 'id' attribute (use for name or id)
>
>
>
>
>
>  -- Stephen Green
>
> The document revision named eMAM XML Schema (emam-0-2.xsd) has been
> submitted by Stephen Green to the OASIS Testing and Monitoring Internet
> Exchanges (TaMIE) TC document repository.  This document is revision #1 of
> emam-0-1.xsd.
>
> Document Description:
> Event Model (eMAM) XML Schema
>
> View Document Details:
> http://www.oasis-open.org/committees/document.php?document_id=33976
>
> Download Document:
> http://www.oasis-open.org/committees/download.php/33976/emam-0-2.xsd
>
> Revision:
> This document is revision #1 of emam-0-1.xsd.  The document details page
> referenced above will show the complete revision history.
>
>
> 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
>



-- 
---
Stephen D Green
<?xml version="1.0" encoding="UTF-8"?>
<eventBoard xmlns="http://docs.oasis-open.org/tamie/emam/draft/200908";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://docs.oasis-open.org/tamie/emam/draft/200908 http://www.oasis-open.org/committees/download.php/33976/emam-0-2.xsd"; timestamp="2006-05-04T18:13:51.0Z" id="a123" schemaVersionID="0.2">
    <events>
        <event id="id1" postTime="2006-05-04T18:13:51.0Z" originTime="2006-05-04T18:13:51.0Z" eventType="eventType1">
            <content>
                <xyz:PO xmlns:xyz="xyz">
                    <xyz:name>Morris</xyz:name>
                </xyz:PO>
            </content>
            <eventProperties/>
        </event>
        <event id="id2" postTime="2006-05-04T18:14:21.0Z" originTime="2006-05-04T18:14:21.0Z" eventType="eventType1">
            <content xmlns:xyz="xyz">
                <xyz:conf>
                    <xyz:name>Morris</xyz:name>
                </xyz:conf>
            </content>
            <eventProperties/>
        </event>
        <event id="id3" postTime="2006-05-04T18:15:51.0Z" originTime="2006-05-04T18:15:51.0Z" eventType="eventType1">
            <content id="a">abcdef</content>
            <eventProperties>
                <property name="name1">1</property>
                <property name="name3"><x id="a1"><y>a</y><z>b</z></x></property>
            </eventProperties>
        </event>
        <event id="id4" postTime="2006-05-04T18:16:51.0Z" originTime="2006-05-04T18:16:01.0Z" eventType="eventType2">
            <content schema="http://example.org/abc.xsd";><x id="a1"><y>a</y><z>b</z></x></content>
            <eventProperties>
                <property name="name1">2</property>
                <property name="name3"><x id="a1"><y>b</y><z>b</z></x></property>
            </eventProperties>
        </event>
    </events>
</eventBoard>


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