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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-bp message

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


Subject: Thoughts on CPPA V3 schema tweaks - parent elements


Dale,
 
Just following up on using XInclude with CPPA.
 
There's certain points where parent elements would better organize content and permit use of XInclude further.
 
I've listed them below and some suggested parent elements.
 
Thanks, DW
 
p.s. these examples are taken from the cpa-let.xml in the ZIP file here:
 
http://www.oasis-open.org/committees/download.php/19720/cpa-xi.zip
=========================
 
<tp:DeliveryChannels>
<tp:DeliveryChannel tp:channelId="channel_Http_Async_NoSec_noRm" tp:transportId="transportHttp" tp:docExchangeId="docExchangeNoSecOrRm">
  <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="never" tp:ackSignatureRequested="never" tp:duplicateElimination="never" />
  </tp:DeliveryChannel>
- <tp:DeliveryChannel tp:channelId="channel_Http_Sync_NoSec_noRm" tp:transportId="transportHttp" tp:docExchangeId="docExchangeNoSecOrRm">
  <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="never" tp:ackSignatureRequested="never" tp:duplicateElimination="never" />
  </tp:DeliveryChannel>
</tp:DeliveryChannels>
 
and
 
<tp:mshOverrides>
<tp:OverrideMshActionBinding tp:action="Ping" tp:channelId="BBBchannel_Http_Async_NoSec_noRm" />
  <tp:OverrideMshActionBinding tp:action="Pong" tp:channelId="BBBchannel_Http_Async_NoSec_noRm" />
<</tp:mshOverrides>
 
   and
 
<<tp:mshPackages>
 <tp:SimplePart tp:id="DefaultSimplePart" tp:mimetype="application/xml" />
 <tp:Packaging tp:id="DefaultPackage">
  <tp:ProcessingCapabilities tp:parse="true" tp:generate="true" />
 <tp:CompositeList>
 <tp:Composite tp:id="DefaultComposite" tp:mimetype="multipart/related" tp:mimeparameters="type=text/xml">
  <tp:Constituent tp:idref="DefaultSimplePart" />
  </tp:Composite>
  </tp:CompositeList>
  </tp:Packaging>
 </tp:mshPackages>
>
 
 


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