-
Type:
Bug
-
Resolution: Applied
-
Priority:
Major
-
Affects Version/s: V1.0
-
Component/s: Domain Model
-
None
The attribute localName of an object-type definition is optional according to the domain model:
localName String (optional)
But according to the core.xsd schema it is required:
<xs:complexType name="cmisTypeDefinitionType">
<xs:sequence>
...
<xs:element name="localName" type="xs:string" minOccurs="1"
maxOccurs="1" />