You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/06/29 04:27:41 UTC

svn commit: r551761 - in /incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd: interfaces/NotificationService.xsd networkResources/Notifications.xsd networkResources/VendorExtensions.xsd

Author: ningjiang
Date: Thu Jun 28 19:27:41 2007
New Revision: 551761

URL: http://svn.apache.org/viewvc?view=rev&rev=551761
Log:
Revert the changes of mtosi, because it is a standard and the changes will cause the interoperable issue

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/NotificationService.xsd
    incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/Notifications.xsd
    incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/VendorExtensions.xsd

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/NotificationService.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/NotificationService.xsd?view=diff&rev=551761&r1=551760&r2=551761
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/NotificationService.xsd (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/NotificationService.xsd Thu Jun 28 19:27:41 2007
@@ -16,7 +16,7 @@
       <xsd:documentation>
       To define the enumeration of all the supported topic types.
       Note that topic types are logical categories of events.
-      The following MTOSI events are not bound to any topic types: Heartbeat, EventLossOccurred, EventLossCleared
+      The following MTOSI events are not bound to any topic types; Heartbeat, EventLossOccured, EventLossCleared
       Refer to the Event_T definition.
       </xsd:documentation>
     </xsd:annotation>
@@ -24,28 +24,28 @@
       <xsd:enumeration value="Inventory">
         <xsd:annotation>
           <xsd:documentation>
-          The topic type for these events: ObjectCreation, ObjectDeletion, AttributeValueChange, StateChange, ObjectDiscovery.  
+          The topic type for these events; ObjectCreation, ObjectDeletion, AttributeValueChange, StateChange, ObjectDiscovery.  
           </xsd:documentation>
         </xsd:annotation>
       </xsd:enumeration>
       <xsd:enumeration value="Fault">
         <xsd:annotation>
           <xsd:documentation>
-          The topic type for these events: Alarm.  
+          The topic type for these events; Alarm.  
           </xsd:documentation>
         </xsd:annotation>
       </xsd:enumeration>
       <xsd:enumeration value="Protection">
         <xsd:annotation>
           <xsd:documentation>
-          The topic type for these events: ProtectionSwitch, EProtectionSwitch.  
+          The topic type for these events; ProtectionSwitch, EProtectionSwitch.  
           </xsd:documentation>
         </xsd:annotation>
       </xsd:enumeration>
       <xsd:enumeration value="FileTransferStatus">
         <xsd:annotation>
           <xsd:documentation>
-          The topic type for these events: FileTransferStatus.  
+          The topic type for these events; FileTransferStatus.  
           </xsd:documentation>
         </xsd:annotation>
       </xsd:enumeration>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/Notifications.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/Notifications.xsd?view=diff&rev=551761&r1=551760&r2=551761
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/Notifications.xsd (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/Notifications.xsd Thu Jun 28 19:27:41 2007
@@ -888,10 +888,10 @@
     </xsd:all>
   </xsd:complexType>
   <!-- ================= -->
-  <xsd:complexType name="EventLossOccurred_T">
+  <xsd:complexType name="EventLossOccured_T">
     <xsd:annotation>
       <xsd:documentation>
-The structure of the EventLossOccurred event type.
+The structure of the EventLossOccured event type.
       </xsd:documentation>
     </xsd:annotation>
     <xsd:all>
@@ -930,10 +930,10 @@
           </xsd:documentation>
         </xsd:annotation>
       </xsd:element>
-      <xsd:element name="vendorExtensions" type="EventLossOccurredExt_T" minOccurs="0">
+      <xsd:element name="vendorExtensions" type="EventLossOccuredExt_T" minOccurs="0">
         <xsd:annotation>
           <xsd:documentation>
-The specific containment for vendor extensions of the EventLossOccurred notification object.
+The specific containment for vendor extensions of the EventLossOccured notification object.
           </xsd:documentation>
         </xsd:annotation>
       </xsd:element>
@@ -1031,7 +1031,7 @@
       <xsd:element name="Heartbeat" type="Heartbeat_T"/>
       <xsd:element name="Alarm" type="Alarm_T"/>
       <xsd:element name="FileTransferStatus" type="FileTransferStatus_T"/>
-      <xsd:element name="EventLossOccurred" type="EventLossOccurred_T"/>
+      <xsd:element name="EventLossOccured" type="EventLossOccured_T"/>
       <xsd:element name="EventLossCleared" type="EventLossCleared_T"/>
       <xsd:element name="VendorNotification" type="VendorNotification_T"/>
     </xsd:choice>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/VendorExtensions.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/VendorExtensions.xsd?view=diff&rev=551761&r1=551760&r2=551761
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/VendorExtensions.xsd (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/VendorExtensions.xsd Thu Jun 28 19:27:41 2007
@@ -401,10 +401,10 @@
     <xsd:attribute name="tmf854Version" type="TMF854_Version_T" use="optional"/>
   </xsd:complexType>
   <!-- ================= -->
-  <xsd:complexType name="EventLossOccurredExt_T">
+  <xsd:complexType name="EventLossOccuredExt_T">
     <xsd:annotation>
       <xsd:documentation>
-Vendor extension of the EventLossOccurred_T structure
+Vendor extension of the EventLossOccured_T structure
             </xsd:documentation>
     </xsd:annotation>
     <xsd:sequence>