Find JSRs
Submit this Search


Ad Banner
 
 
 
 

JDM 1.1 New Features
Java Data Mining

Last updated: February 4, 2005

Change Log for JDM 1.1 Web Services

No.
XML Schema/WSDL  issue Desc
Changes in 1.1
1

XML Schema

Name Space Issue

JDM1.1 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns="http://www.jsr-73.org/2004/JDMSchema"
             targetNamespace="http://www.jsr-73.org/2004/JDMSchema"
---
JDM1.0 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns="http://www.jsr-73.org/2004/webservices"
            targetNamespace="http://www.jsr-73.org/2004/webservices"
2
XML Schema

Apply Settings attribute name map issue
JDM 1.1 <xsd:element name="sourceDestinationMap" type="AttributeNameMap" minOccurs="0" maxOccurs="unbounded"/>
---
JDM 1.0           <xsd:element name="sourceDestinationMap" type="AttributeNameMap"/>
3
XML Schema

ClassificationApplySettings type needs to have cost matrix specification either as a name reference or as an object element. It is missing in 1.0 schema, so fixed in 1.1
JDM 1.1 <xsd:choice>
             <xsd:element name="costMatrixName" type="xsd:string" minOccurs="0"/>
             <xsd:element name="costMatrix" type="CostMatrix" minOccurs="0"/>
           </xsd:choice>
4
XML Schema

In BuildAttribute type missing outlier identification element is added.

JDM 1.1
     <xsd:sequence>
      <xsd:element name="outlierIdentification" type="Interval" minOccurs="0"/>
     </xsd:sequence>
5
XML Schema

In MiningObject type attribute type is changed from string to NamedObjectType.
JDM 1.1 <xsd:attribute name="type" type="NamedObjectType" use="optional"/>
---
JDM 1.0 <xsd:attribute name="type" type="xsd:string" use="optional"/>
6
WSDL changes

removeObjectsResponse is changed to removeObjectResponse

JDM 1.1       <xsd:complexType name="removeObjectResponse">
---
JDM 1.0       <xsd:complexType name="removeObjectsResponse">
7
WSDL changes

renameObjectsResponse is changed to renameObjectResponse
JDM 1.1       <xsd:complexType name="renameObjectResponse">
---
JDM 1.0       <xsd:complexType name="renameObjectsResponse">
8
WSDL changes

JDM name space reference was missing and it is fixed in 1.1
JDM 1.1       <xsd:element name="recordValue" type="jdm:RecordElement"
---
JDm 1.0       <xsd:element name="recordValue" type="RecordElement"