
| Key: |
CMIS-353
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Florian Müller
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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>
|
|
Description
|
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> |
Show » |
|