Issue Details (XML | Word | Printable)

Key: CMIS-136
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ethan Gur-esh
Reporter: Ryan McVeigh
Watchers: 0
Operations

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

CMIS-Core.xsd: cmisChoiceType

Created: 19/Mar/09 06:19 PM   Updated: 11/Jan/10 07:41 PM
Component/s: Domain Model
Affects Version/s: Draft 0.60
Fix Version/s: Draft 0.62

Proposal:
remove <xs:attribute ref="cmis:index" use="optional" />
    for <xs:complexType name="cmisChoiceType" abstract="true">


insert a line similar to: <xs:attribute ref="cmis:value" use="optional" />
     to <xs:complexType name="cmisChoiceType" abstract="true">


 Description  « Hide
cmisChoiceType index wasn't removed as it was for cmisProperty, even though all of their extensions had maxOccurs="unbounded" added.

Code would be a lot cleaner if cmisChoiceType had value on it (similar to CMIS issue - 64)

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Al Brown added a comment - 17/Apr/09 04:57 PM
Removed index for 61

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