You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/03/29 00:55:10 UTC

svn commit: r159326 - incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd

Author: ips
Date: Mon Mar 28 14:55:10 2005
New Revision: 159326

URL: http://svn.apache.org/viewcvs?view=rev&rev=159326
Log:
reformatted

Modified:
    incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd

Modified: incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd?view=diff&r1=159325&r2=159326
==============================================================================
--- incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd (original)
+++ incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-PBM.xsd Mon Mar 28 14:55:10 2005
@@ -1,28 +1,29 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema
-    targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd"	
-    xmlns:pbm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd"
-    xmlns:xs="http://www.w3.org/2001/XMLSchema"
-    elementFormDefault="qualified" attributeFormDefault="unqualified">
-
-  <xs:element name="Match" type="xs:QName"/>
-
-  <xs:complexType name="MatchAllType">
-    <xs:choice>
-      <xs:element ref="pbm:Match"/>
-      <xs:element ref="pbm:MatchAny"/>
-    </xs:choice>
-  </xs:complexType>
-
-  <xs:complexType name="MatchAnyType">
-    <xs:choice>
-      <xs:element ref="pbm:Match"/>
-      <xs:element ref="pbm:MatchAll"/>
-    </xs:choice>
-  </xs:complexType>
+<?xml version="1.0"?>
 
-  <xs:element name="MatchAll" type="pbm:MatchAllType"/>
+<schema targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd"	
+        elementFormDefault="qualified"
+        xmlns="http://www.w3.org/2001/XMLSchema"
+        xmlns:pbm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd"
+        xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+  <element name="Match" type="xs:QName"/>
+
+  <complexType name="MatchAllType">
+    <choice>
+      <element ref="pbm:Match"/>
+      <element ref="pbm:MatchAny"/>
+    </choice>
+  </complexType>
+
+  <complexType name="MatchAnyType">
+    <choice>
+      <element ref="pbm:Match"/>
+      <element ref="pbm:MatchAll"/>
+    </choice>
+  </complexType>
 
-  <xs:element name="MatchAny" type="pbm:MatchAnyType"/>
+  <element name="MatchAll" type="pbm:MatchAllType"/>
 
-</xs:schema>
+  <element name="MatchAny" type="pbm:MatchAnyType"/>
+
+</schema>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org