Issue Details (XML | Word | Printable)

Key: CMIS-353
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Florian Müller
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OASIS Content Management Interoperability Services (CMIS) TC

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

Created: 15/Jul/09 09:40 AM   Updated: 11/Jan/10 07:27 PM
Component/s: Schema
Affects Version/s: Draft 0.62
Fix Version/s: Draft 0.62


 Description  « Hide
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>

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Al Brown added a comment - 15/Jul/09 07:26 PM
accepted / consistency / fixed in 62d

Al Brown added a comment - 05/Jan/10 12:04 AM
JIRA Cleanup