Uploaded image for project: 'OASIS Content Management Interoperability Services (CMIS) TC'
  1. OASIS Content Management Interoperability Services (CMIS) TC
  2. CMIS-370

Permission mapping: permission should be a single value, not a list

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Schema
    • Labels:
      None
    • Proposal:
      Hide

      Change schema to:

      <xs:complexType name="cmisPermissionMapping">
      <xs:sequence>
      <xs:element name="key" type="cmis:enumAllowableActionsKey" minOccurs="1" maxOccurs="1" />
      <xs:element name="permission" type="xs:string" minOccurs="1" maxOccurs="1" />
      <xs:any namespace="##other" />
      </xs:sequence>
      </xs:complexType>

      Show
      Change schema to: <xs:complexType name="cmisPermissionMapping"> <xs:sequence> <xs:element name="key" type="cmis:enumAllowableActionsKey" minOccurs="1" maxOccurs="1" /> <xs:element name="permission" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:any namespace="##other" /> </xs:sequence> </xs:complexType>

      Description

      There is a mismatch between the domain model (2.8.5.2) and the schema regarding the permission mapping. The domain model is correct.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              fmueller Florian Müller (Inactive)
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: