
|
If you were logged in you would be able to see more operations.
|
|
|
| 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">
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">
|
|
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)
|
|
Description
|
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) |
Show » |
|