This commit is contained in:
Arjen Poutsma
2008-12-19 12:26:16 +00:00
parent 0e53f82179
commit 0efc706c6b
4 changed files with 53 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:test"
xmlns="urn:test"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
<xs:element name="BinaryData" type="xs:base64Binary" xmime:expectedContentTypes="application/octet-stream"/>
</xs:schema>