Issue Details (XML | Word | Printable)

Key: CMIS-54
Type: Bug Bug
Status: Closed Closed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Florent Guillaume
Watchers: 1
Operations

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

Content Stream MIME type: mandatory or not?

Created: 22/Feb/09 12:24 PM   Updated: 10/Apr/09 04:23 PM
Component/s: None
Affects Version/s: Draft 0.50, Draft 0.60
Fix Version/s: Draft 0.50, Draft 0.60

Proposal:
Make the MIME type mandatory in the schema:
  <xs:element name="mimeType" type="xs:string" />
Resolution: TC resolution: MIME type is optional. Repository SHOULD return MIME type when it is known.


 Description  « Hide
The spec says (p. 28 l. 22):
  Each content-stream has a MIME Media Type,23
But in the schema it is optional:
  <xs:element name="mimeType" type="xs:string" minOccurs="0" />


So is the MIME type optional or not?

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Al Brown added a comment - 23/Feb/09 01:43 PM
Agreed, when sending or retrieving a content stream via WS, mimetype should be supplied.