atom feed4 messages in org.oasis-open.lists.ebxml-cppaConstituent type (draft) modification...
FromSent OnAttachments
Moberg DaleAug 16, 2007 6:29 pm 
Monica J. MartinAug 17, 2007 8:38 am 
Moberg DaleAug 22, 2007 12:56 pm 
Monica J. MartinAug 22, 2007 1:01 pm 
Subject:Constituent type (draft) modification for ebMS WSS configuration support (not relying on ws-policy based options)
From:Moberg Dale (dmob@axway.com)
Date:Aug 16, 2007 6:29:09 pm
List:org.oasis-open.lists.ebxml-cppa

(quoted printable encoding trashed message original. Will send update before meeting.)

Here is a modification to the current ConstitutentType to accommodate WSS configuration support across multiparts, with both Mime part granularity and XML element granularity. This seems more than enough functionality to me, but add questions as appropriate. It still remains possible to use ws-policy for security to express configuration capabilities or agreements. Placed on agenda for discussion at August status meeting August 24 2007.

<xsd:complexType name=3D"ConstituentType">

<xsd:sequence maxOccurs=3D"unbounded">

<xsd:element ref=3D"tns:SignatureTransforms" minOccurs=3D"0"/>

<xsd:element ref=3D"tns:EncryptionTransforms" minOccurs=3D"0"/>

<xsd:element ref=3D"tns:ElementRef" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

</xsd:sequence>

<xsd:attribute name=3D"idref" type=3D"xsd:IDREF" use=3D"required"/>

<xsd:attribute name=3D"excludedFromSignature" type=3D"xsd:boolean" default=3D"false"/>

<xsd:attribute name=3D"excludedFromDataConfidentiality" type=3D"xsd:boolean" />

<xsd:attribute name=3D"minOccurs" type=3D"xsd:nonNegativeInteger"/>

<xsd:attribute name=3D"maxOccurs" type=3D"xsd:nonNegativeInteger"/>

</xsd:complexType>

<xsd:element name=3D"ElementRef" type=3D"tns:ElementRef"></xsd:element>

<xsd:complexType name=3D"ElementRef" >

<xsd:attribute name=3D"signed" = type=3D"xsd:boolean" use=3D"optional"/>

<xsd:attribute name=3D"encrypted" type=3D"xsd:boolean" use=3D"optional"/>

<xsd:attribute name=3D"signBeforeEncrypt" type=3D"xsd:boolean" use=3D"optional" default=3D"true"/>

</xsd:complexType>

=20

=20

Issues:

=20

1. Should the MIME part granularity attribute "excludedFromSignature" have a default?

2. Any combinations that need support left out?