Versions Compared

Key

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

...

draw.io Diagram
borderfalse
diagramNameCPS Anchor Fragment decouple
simpleViewerfalse
width
linksauto
tbstyleinline
diagramDisplayName
lboxfalse
diagramWidth778
revision5


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

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

    container bookstore {
}
        leaf bookstore-namedescription {
            type string;
        }```java
Wiki Markup
```java 
{
   "test:paperstore":
}

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