Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Drawio
borderfalse
diagramNameCPS Anchor Fragment decouple
simpleViewerfalse
width
linksauto
tbstyleinline
diagramDisplayName
lboxfalse
diagramWidth778
revision5


Given AnchorCases    bookstore
-------------------

```java container paperstore
Wiki Markup
Code Block
module test1 {
    yang-version 1.1;
 
    leaf paperstore-name {namespace "org:onap:cps:test1";
    revision "2020-01-01";
    prefix "base";
 
	   type string;leaf name {
          }  type string;
 }      container bookstore {
}
        leaf bookstore-namedescription {
            type string;
        }```java
Wiki Markup
```java 
{
   "test:paperstore":
}

module test2 {
      "paperstore-name": "whatever"yang-version 1.1;
 
 },   namespace "testorg:bookstore":{
      "bookstore-name": "Chapters",onap:cps:test2";
     revision "bookstore2020-01-owner01":;
"Philip",      prefix "categoriesbase":;
[ 
	    leaf  name  {
            "code": "01",type string;
         }
  "name": "SciFi",     leaf description {
     "books": [      type string;
        {}
..```java}