-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: Schema
-
None
The schema contains:
<xs:complexType name="objectTreeCollectionType">
<xs:sequence>
<xs:element name="object" type="cmis:cmisObjectType"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
</xs:complexType>
Which doesn't seem to be used anywhere.