Author: scamp
Date: Tue Mar 22 09:48:14 2005
New Revision: 158630
URL: http://svn.apache.org/viewcvs?view=rev&rev=158630
Log:
fixed path problem
Modified:
incubator/muse/trunk/muws-xbeans/src/wsdl/wsdm/MOWS-1_0.xsd
Modified: incubator/muse/trunk/muws-xbeans/src/wsdl/wsdm/MOWS-1_0.xsd
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/muws-xbeans/src/wsdl/wsdm/MOWS-1_0.xsd?view=diff&r1=158629&r2=158630
==============================================================================
--- incubator/muse/trunk/muws-xbeans/src/wsdl/wsdm/MOWS-1_0.xsd (original)
+++ incubator/muse/trunk/muws-xbeans/src/wsdl/wsdm/MOWS-1_0.xsd Tue Mar 22
09:48:14 2005
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd"
xmlns:mows-xs="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd"
xmlns:muws-xs2="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd"
xmlns:muws-xs1="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified">
- <xs:import
namespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd"
schemaLocation="../spec/wsdm/MUWS-Part1-1_0.xsd"/>
- <xs:import
namespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd"
schemaLocation="../spec/wsdm/MUWS-Part2-1_0.xsd"/>
- <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"
schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
+ <xs:import
namespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd"
schemaLocation="MUWS-Part1-1_0.xsd"/>
+ <xs:import
namespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd"
schemaLocation="MUWS-Part2-1_0.xsd"/>
+ <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"
schemaLocation="../wsa/WS-Addressing-2004_08_10.xsd"/>
<!-- MOWS::ManageabilityReferences -->
<xs:element name="GetManageabilityReferences"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]