We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I got a BinaryObjectType class, with having xsd:base64Binary as text value, and mimeCode attribute.
xsd:base64Binary
mimeCode
Now, I would like to check if mimeCode is a valid mime type.
Maybe in strict mode, check against MimeTypes::MAP?
MimeTypes::MAP
No response