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/05/02 17:41:42 UTC

svn commit: r165644 - /incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd

Author: ips
Date: Mon May  2 08:41:41 2005
New Revision: 165644

URL: http://svn.apache.org/viewcvs?rev=165644&view=rev
Log:
fixed several typos in def of Relationships capability

Modified:
    incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd

Modified: incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd?rev=165644&r1=165643&r2=165644&view=diff
==============================================================================
--- incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd (original)
+++ incubator/muse/trunk/wsdm-xbeans/src/wsdl/wsdm/MUWS-Part2-1_0.xsd Mon May  2 08:41:41 2005
@@ -25,7 +25,6 @@
     </simpleContent>	
   </complexType>	
 
-
   <!-- Begin properties for the Description capability -->
   <element name="Caption" type="muws-p2-xs:LangString"/>
   <element name="Description" type="muws-p2-xs:LangString"/>
@@ -81,7 +80,6 @@
   <element name="StateTransition"
               type="muws-p2-xs:StateTransitionType"/>
 
-
   <!-- Begin properties for the OperationalStatus capability -->
   <element name="OperationalStatus">
     <simpleType>
@@ -102,7 +100,7 @@
   </complexType>
 
   <element name="OperationalStatusProperties" 
-              type="muws-p2-xs:OperationalStatusPropertiesType"/>
+           type="muws-p2-xs:OperationalStatusPropertiesType"/>
 
   <attributeGroup name="MetricAttributes">
     <attribute name="ResetAt" type="xs:dateTime"/>
@@ -164,20 +162,20 @@
     <anyAttribute namespace="##other"/>
   </complexType>
 
-  <!-- Begin properties for the Relationship capability -->
+  <!-- Begin properties for the Relationships capability -->
   <element name="Relationship"
-              type="muws-p2-xs:RelationshipType"/>
-  <!-- End   properties for the Relationship capability -->
+           type="muws-p2-xs:RelationshipType"/>
+  <!-- End   properties for the Relationships capability -->
 
-  <complexType name="RelationshipPropertiesType">
+  <complexType name="RelationshipsPropertiesType">
     <sequence>
       <element ref="muws-p2-xs:Relationship"
                minOccurs="0" maxOccurs="unbounded"/>
     </sequence>
   </complexType>
 
-  <element name="RelationshipProperties" 
-           type="muws-p2-xs:RelationshipPropertiesType"/>
+  <element name="RelationshipsProperties" 
+           type="muws-p2-xs:RelationshipsPropertiesType"/>
 
   <element name="RelationshipCreatedNotification">
     <complexType>
@@ -293,8 +291,6 @@
   </complexType>
 
   <element name="Situation" type="muws-p2-xs:SituationType"/>
-
-
 
   <!-- #####   Metadata description elements   ##### -->
 



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