[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Example Re: [tamie] Groups - eMAM XML Schema (emam-0-4.xsd) uploaded
Here is Chuck's translator example events file updated for new schema (emam 0.4) --- Stephen D Green 2009/9/9 Stephen Green <stephen.green@documentengineeringservices.com>: > Sorry folks, found another last minute bug - 'properties' and > 'content' now optional > in 'event'. This replaces previously uploaded schema for v0.4 > > --- > Stephen D Green > > > > > 2009/9/9 �<stephen.green@documentengineeringservices.com>: >> The document revision named eMAM XML Schema (emam-0-4.xsd) has been >> submitted by Stephen Green to the OASIS Testing and Monitoring Internet >> Exchanges (TaMIE) TC document repository. �This document is revision #3 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=34094 >> >> Download Document: >> http://www.oasis-open.org/committees/download.php/34094/emam-0-4.xsd >> >> Revision: >> This document is revision #3 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 >> >
<?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>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]