diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/wsdl')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd index 6627db00..74d5fe6e 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd +++ b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd @@ -118,7 +118,8 @@ <complexType> <simpleContent> <extension base="base64Binary"> - <attribute name="ID" type="ID"/> + <attribute name="ID" type="string"/> + <attribute name="MimeType" type="string"/> </extension> </simpleContent> </complexType> |