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

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

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


Subject: [OASIS Issue Tracker] Created: (CMIS-353) ACL just consists of oneACE -- it should be a list of ACEs


ACL just consists of one ACE -- it should be a list of ACEs
-----------------------------------------------------------

                 Key: CMIS-353
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-353
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Schema
    Affects Versions: Draft 0.62
            Reporter: Florian Mueller


The schema should look like this:

<xs:complexType name="cmisAccessControlListType">
  <xs:sequence>
    <xs:element name="permission" type="cmis:cmisAccessControlEntryType" minOccurs="1" maxOccurs="unbounded" />
    <xs:any namespace="##other" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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