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

supportedPermissions and its enum are missing from cmisACLCapabilityType

    XMLWordPrintable

    Details

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

      Add:
      <xs:simpleType name="enumSupportedPermissions">
      <xs:restriction base="xs:string">
      <xs:enumeration value="basic" />
      <xs:enumeration value="repository" />
      <xs:enumeration value="both" />
      </xs:restriction>
      </xs:simpleType>
      and inside cmisACLCapabilityType:
      <xs:element name="supportedPermissions" type="cmis: enumSupportedPermissions" />

      Show
      Add: <xs:simpleType name="enumSupportedPermissions"> <xs:restriction base="xs:string"> <xs:enumeration value="basic" /> <xs:enumeration value="repository" /> <xs:enumeration value="both" /> </xs:restriction> </xs:simpleType> and inside cmisACLCapabilityType: <xs:element name="supportedPermissions" type="cmis: enumSupportedPermissions" />
    • Resolution:
      Hide

      Fixed in 1.0

      Show
      Fixed in 1.0

      Description

      1.0cd04 has, line 3354:
      Enum supportedPermissions: specifies which types of permissions are supported.

      • basic: indicates that the CMIS Basic permissions are supported.
      • repository: Indicates that repository specific permissions are supported.
      • both: indicates that both CMIS basic permissions and repository specific permissions are supported.
        But this output value and the corresponding enum are missing from cmisACLCapabilityType in CMIS-Core.xsd.
        (I guess cmisACLCapabilityType is a better choice than cmisRepositoryInfoType.)

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              florent.guillaume Florent Guillaume (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: