arcImage mimetype set on application/octet-stream

This commit is contained in:
Srdjan Bisanovic
2019-07-29 13:12:51 +02:00
parent f1f62eecfe
commit 02928eb93c

View File

@@ -422,7 +422,7 @@
<xsd:documentation>Meta-Informationen zum Dokument</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="arcImage" type="xsd:base64Binary" xmime:expectedContentTypes="image/jpeg" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
<xsd:element name="arcImage" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
<xsd:annotation>
<xsd:documentation>Das eigentliche Dokument als base64-Binary</xsd:documentation>
</xsd:annotation>