
|
If you were logged in you would be able to see more operations.
|
|
|
| Proposal: |
Make the MIME type mandatory in the schema:
<xs:element name="mimeType" type="xs:string" />
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.
|
|
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?
|
|
Description
|
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? |
Show » |
|