aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd')
-rw-r--r--pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd9
1 files changed, 7 insertions, 2 deletions
diff --git a/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd b/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd
index d82fe3d1..51d9fe06 100644
--- a/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd
+++ b/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- MOA SP/SS 2.0.0 Schema -->
-<xsd:schema xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#" targetNamespace="http://reference.e-government.gv.at/namespace/moa/20020822#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2">
+<xsd:schema xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
+ xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#"
+ targetNamespace="http://reference.e-government.gv.at/namespace/moa/20020822#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2">
<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="./W3C-XMLDSig.xsd"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="./xml.xsd"/>
<!--########## Create CMS Signature ### -->
@@ -557,7 +561,8 @@
<xsd:complexContent>
<xsd:restriction base="ContentOptionalRefType">
<xsd:choice minOccurs="0">
- <xsd:element name="Base64Content" type="xsd:base64Binary"/>
+ <xsd:element name="Base64Content" type="xsd:base64Binary"
+ xmime:expectedContentTypes="application/octet-stream"/>
</xsd:choice>
</xsd:restriction>
</xsd:complexContent>