Author: kwright
Date: Tue Jan 22 18:49:17 2019
New Revision: 1851846
URL: http://svn.apache.org/viewvc?rev=1851846&view=rev
Log:
Add all the necessary xsds
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement2.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement3.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService1.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService2.xsd
(with props)
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/MemberService3.xsd
(with props)
Removed:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ApiEcm.xsd
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/CoreService.xsd
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocManService.xsd
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,28 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="urn:api.ecm.opentext.com"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="urn:api.ecm.opentext.com">
+<xs:element name="OTAuthentication" type="tns:OTAuthentication"/>
+<xs:complexType name="OTAuthentication">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="AuthenticationToken"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication1.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,164 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="urn:Core.service.livelink.opentext.com"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="urn:Core.service.livelink.opentext.com">
+<xs:element name="AuthenticateApplication">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="applicationID" type="xs:string"/>
+<xs:element minOccurs="0" maxOccurs="1" name="password" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="AuthenticateApplicationResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="AuthenticateApplicationResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="AuthenticateUser">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="userName" type="xs:string"/>
+<xs:element minOccurs="0" maxOccurs="1" name="userPassword" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="AuthenticateUserResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="AuthenticateUserResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="AuthenticateUserWithApplicationToken">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="userName" type="xs:string"/>
+<xs:element minOccurs="0" maxOccurs="1" name="userPassword" type="xs:string"/>
+<xs:element minOccurs="0" maxOccurs="1" name="applicationToken"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="AuthenticateUserWithApplicationTokenResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1"
name="AuthenticateUserWithApplicationTokenResult" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="CombineApplicationToken">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="applicationToken"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="CombineApplicationTokenResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="CombineApplicationTokenResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="GetOTDSResourceID">
+<xs:complexType/>
+</xs:element>
+<xs:element name="GetOTDSResourceIDResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="GetOTDSResourceIDResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="GetOTDSServer">
+<xs:complexType/>
+</xs:element>
+<xs:element name="GetOTDSServerResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="GetOTDSServerResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="GetSessionExpirationDate">
+<xs:complexType/>
+</xs:element>
+<xs:element name="GetSessionExpirationDateResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="GetSessionExpirationDateResult"
nillable="true" type="xs:dateTime"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ImpersonateApplication">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="applicationID" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ImpersonateApplicationResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="ImpersonateApplicationResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ImpersonateUser">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="userName" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ImpersonateUserResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="ImpersonateUserResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="RefreshToken">
+<xs:complexType/>
+</xs:element>
+<xs:element name="RefreshTokenResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="RefreshTokenResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ValidateUser">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="capToken" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="ValidateUserResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="ValidateUserResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/Authentication2.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,25 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="http://schemas.microsoft.com/Message"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="http://schemas.microsoft.com/Message">
+<xs:simpleType name="StreamBody">
+<xs:restriction base="xs:base64Binary"/>
+</xs:simpleType>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService1.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,28 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="urn:api.ecm.opentext.com"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="urn:api.ecm.opentext.com">
+<xs:element name="OTAuthentication" type="tns:OTAuthentication"/>
+<xs:complexType name="OTAuthentication">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="AuthenticationToken"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService2.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,66 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="urn:Core.service.livelink.opentext.com"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="urn:Core.service.livelink.opentext.com">
+<xs:import
schemaLocation="https://llotadm2:443/cws/services/ContentService?xsd=1"
namespace="http://schemas.microsoft.com/Message"/>
+<xs:element name="DownloadContent">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="contextID" type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="DownloadContentResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element xmlns:q1="http://schemas.microsoft.com/Message"
xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
xmime:expectedContentTypes="*/*" name="DownloadContentResult"
type="q1:StreamBody"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="UploadContent">
+<xs:complexType>
+<xs:sequence>
+<xs:element xmlns:q2="http://schemas.microsoft.com/Message"
xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
xmime:expectedContentTypes="*/*" name="contents" type="q2:StreamBody"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+<xs:element name="contextID" type="xs:string"/>
+<xs:element name="fileAtts" type="tns:FileAtts"/>
+<xs:complexType name="FileAtts">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:ServiceDataObject">
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="CreatedDate" nillable="true"
type="xs:dateTime"/>
+<xs:element minOccurs="0" maxOccurs="1" name="FileName" type="xs:string"/>
+<xs:element minOccurs="1" maxOccurs="1" name="FileSize" nillable="true"
type="xs:long"/>
+<xs:element minOccurs="1" maxOccurs="1" name="ModifiedDate" nillable="true"
type="xs:dateTime"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="ServiceDataObject" abstract="true"/>
+<xs:element name="UploadContentResponse">
+<xs:complexType>
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="UploadContentResult"
type="xs:string"/>
+</xs:sequence>
+</xs:complexType>
+</xs:element>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/ContentService3.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl?rev=1851846&r1=1851845&r2=1851846&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement.wsdl
Tue Jan 22 18:49:17 2019
@@ -20,9 +20,9 @@
<wsdl:definitions xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
xmlns:wsa10="http://www.w3.org/2005/08/addressing"
xmlns:tns="urn:DocMan.service.livelink.opentext.com"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="DocumentManagement"
targetNamespace="urn:DocMan.service.livelink.opentext.com">
<wsdl:types>
<xsd:schema targetNamespace="urn:DocMan.service.livelink.opentext.com/Imports">
-<xsd:import namespace="urn:DocMan.service.livelink.opentext.com"
location="DocManService.xsd"/>
-<xsd:import namespace="urn:api.ecm.opentext.com" location="ApiEcm.xsd"/>
-<xsd:import namespace="urn:Core.service.livelink.opentext.com"
location="CoreService.xsd"/>
+<xsd:import location="DocumentManagement2.xsd"
namespace="urn:DocMan.service.livelink.opentext.com"/>
+<xsd:import location="DocumentManagement3.xsd"
namespace="urn:api.ecm.opentext.com"/>
+<xsd:import location="DocumentManagement1.xsd"
namespace="urn:Core.service.livelink.opentext.com"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="RemoveFavoriteRequest">
Added:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd?rev=1851846&view=auto
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
(added)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
Tue Jan 22 18:49:17 2019
@@ -0,0 +1,143 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+This XML file does not appear to have any style information associated with
it. The document tree is shown below.
+<!--
+ Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.2.7-b01 svn-revision#${svn.Last.Changed.Rev}.
+-->
+<xs:schema xmlns:tns="urn:Core.service.livelink.opentext.com"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="urn:Core.service.livelink.opentext.com">
+<xs:complexType name="DataValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:ServiceDataObject">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string"/>
+<xs:element minOccurs="0" maxOccurs="1" name="Key" type="xs:string"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="ServiceDataObject" abstract="true"/>
+<xs:complexType name="TableValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:DataValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values"
type="tns:RowValue"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="RowValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:DataValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values"
type="tns:DataValue"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="PrimitiveValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:DataValue"/>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="StringValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:PrimitiveValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values"
type="xs:string"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="RealValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:PrimitiveValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values" nillable="true"
type="xs:double"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="BooleanValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:PrimitiveValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values" nillable="true"
type="xs:boolean"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="DateValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:PrimitiveValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values" nillable="true"
type="xs:dateTime"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="IntegerValue">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:PrimitiveValue">
+<xs:sequence>
+<xs:element minOccurs="0" maxOccurs="unbounded" name="Values" nillable="true"
type="xs:long"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="BooleanObject">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:ServiceDataObject">
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="Value" type="xs:boolean"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="ChunkedOperationContext">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:ServiceDataObject">
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="ChunkSize" nillable="true"
type="xs:int"/>
+<xs:element minOccurs="1" maxOccurs="1" name="ContextID" nillable="true"
type="xs:int"/>
+<xs:element minOccurs="1" maxOccurs="1" name="Finished" type="xs:boolean"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="PageHandle">
+<xs:complexContent mixed="false">
+<xs:extension base="tns:ServiceDataObject">
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="FinalPage" type="xs:boolean"/>
+<xs:element minOccurs="1" maxOccurs="1" name="NumberOfPages" nillable="true"
type="xs:int"/>
+<xs:element minOccurs="1" maxOccurs="1" name="PageHandleID" nillable="true"
type="xs:int"/>
+<xs:element minOccurs="1" maxOccurs="1" name="PageNumber" nillable="true"
type="xs:int"/>
+<xs:element minOccurs="1" maxOccurs="1" name="PageSize" type="xs:int"/>
+</xs:sequence>
+</xs:extension>
+</xs:complexContent>
+</xs:complexType>
+<xs:complexType name="Attachment">
+<xs:sequence>
+<xs:element minOccurs="1" maxOccurs="1" name="CreatedDate" type="xs:dateTime"/>
+<xs:element minOccurs="0" maxOccurs="1" name="FileName" type="xs:string"/>
+<xs:element minOccurs="1" maxOccurs="1" name="FileSize" type="xs:long"/>
+<xs:element minOccurs="1" maxOccurs="1" name="ModifiedDate"
type="xs:dateTime"/>
+<xs:element minOccurs="1" maxOccurs="1" name="Contents" nillable="true"
type="xs:base64Binary"/>
+</xs:sequence>
+</xs:complexType>
+</xs:schema>
\ No newline at end of file
Propchange:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/wsdls/DocumentManagement1.xsd
------------------------------------------------------------------------------
svn:eol-style = native