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

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people-comment message

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


Subject: Schema definition for Organizational Entities


The schema definition for tOrganizationalEntity in WS-HT 3.5.4 allows for a mix of users and groups whereas the text states that it's one or the other. The maxOccurs="unbounded" should be moved from the xs:choice element onto each of the user and group local elements.

For example (lines 711-716):

    <xs:complexType name="tOrganizationalEntity" >
       
<xs:choice >
           
<xs:element name="user" type="tUser" maxOccurs="unbounded"/>
           
<xs:element name="group" type="tGroup" maxOccurs="unbounded"/>
       
</xs:choice>
   
</xs:complexType>

Also, a minor change in this section would be to replace "list" with "set" in the description. 

For example:

The result can contain either a set of users or a set of groups. (line 707)

--
Mark Ford
MIT Lincoln Laboratory
244 Wood Street
Lexington MA 02420
(781) 981-1843

smime.p7s



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