Remove SDNR seed code
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemodel / src / main / yang / MicrowaveModel-ObjectClasses-SuperClasses@2016-08-09.yang
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/MicrowaveModel-ObjectClasses-SuperClasses@2016-08-09.yang b/sdnr/wireless-transport/code-Carbon-SR1/apps/devicemodel/src/main/yang/MicrowaveModel-ObjectClasses-SuperClasses@2016-08-09.yang
deleted file mode 100644 (file)
index fe584b8..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-module MicrowaveModel-ObjectClasses-SuperClasses {
-    namespace "uri:onf:MicrowaveModel-ObjectClasses-SuperClasses";
-    prefix MicrowaveModel-ObjectClasses-SuperClasses;
-
-    import CoreModel-CoreFoundationModule-TypeDefinitions {
-        prefix CoreModel-CoreFoundationModule-TypeDefinitions;
-    }
-
-    organization 
-        'ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project';
-
-    contact 
-        'WG Web:   <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
-         WG List:  <mailto:wireless-transport@login.opennetworking.org >
-         WG Chair: Lyndon Ong
-                   <mailto:lyong@ciena.com>
-         WG Chair: Giorgio Cazzaniga
-                   <mailto:giorgio.cazzaniga@sm-optics.com>';
-
-    description 
-        'This module contains a collection of YANG definitions for 
-         managing microwave transport networks.';
-
-    revision 2016-08-09 {
-        description 
-            "Initial revision."; 
-        reference 
-            "ONF TR xyz: A YANG Data Model for Microwave Transport Networks."; 
-    }
-
-    grouping MwCurrentProblem {
-        description "According to ITU-T G.874.1?";
-        leaf sequenceNumber {
-            type int32;
-            config false;
-            description "Unique sequence number of the current problem object.";
-        }
-        leaf timeStamp {
-            type CoreModel-CoreFoundationModule-TypeDefinitions:DateAndTime;
-            config false;
-            description "Time and date of the problem.
-                _format:yyyyMMddhhmmss.s[Z|{+|-}HHMm]; yyyy='0000'..'9999' year; MM='01'..'12' month; dd='01'..'31' day; hh='00'..'23' hour; mm='00'..'59' minute; ss='00'..'59' second; s='.0'..'.9'tenth of second (set to '.0' if EMS or NE cannot support this granularity); Z='Z' indicates UTC (rather than local time); {+|-}='+' or '-' delta from UTC; HH='00'..'23' time zone difference in hours; Mm='00'..'59' time zone difference in minutes.";
-        }
-    }
-}
\ No newline at end of file