
|
If you were logged in you would be able to see more operations.
|
|
|
| Proposal: |
Replace:
<xs:element name="cardinality" type="cmis:enumCardinality" ... />
with:
<xs:element name="multiValued" type="xs:boolean" ... />
and ajust the spec accordingly, and remove enumCardinality.
Replace:
<xs:element name="cardinality" type="cmis:enumCardinality" ... />
with:
<xs:element name="multiValued" type="xs:boolean" ... />
and ajust the spec accordingly, and remove enumCardinality.
|
| Resolution: |
Leaving as-is. See comments for more details.
TC resolution: rejected. (May submit issue to rename "cardinality")
Leaving as-is. See comments for more details.
TC resolution: rejected. (May submit issue to rename "cardinality")
|
|
enumCardinality just holds two values, so for simplicity if the model it would be better to replace it with a simple boolean and rename the "cardinality" to "multiValued".
|
|
Description
|
enumCardinality just holds two values, so for simplicity if the model it would be better to replace it with a simple boolean and rename the "cardinality" to "multiValued". |
Show » |
|
I do not want to add the two flavors of multiple values in CMIS 1.0, but we may want to in the future.
My preference would be to leave as-is.