X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fsrc%2Fmain%2Fyang%2Fservice_path%2Ftransportpce-pathDescription%402017-04-26.yang;h=7aa5e165fbfb7de48818c6fc3d494cb6282df36a;hb=refs%2Fchanges%2F48%2F73548%2F6;hp=cfab2cb6beeb370966e59e8934c6efb2b611c582;hpb=8b7182b4c9206bcde2668e4c8c873c092eb78787;p=transportpce.git diff --git a/api/src/main/yang/service_path/transportpce-pathDescription@2017-04-26.yang b/api/src/main/yang/service_path/transportpce-pathDescription@2017-04-26.yang index cfab2cb6b..7aa5e165f 100644 --- a/api/src/main/yang/service_path/transportpce-pathDescription@2017-04-26.yang +++ b/api/src/main/yang/service_path/transportpce-pathDescription@2017-04-26.yang @@ -50,41 +50,41 @@ module transportpce-pathDescription { } grouping PCE-resource { - description - "This resource identifier is intended to provide a generic identifer - for any resource that can be used without specific knowledge of - the resource."; - container resource { - choice resource { - case termination-point { - container termination-point-identifier { - leaf tp-id { - type string; //to be clarified with topology model - } - leaf node-id { - type string; //to be clarified with topology model - } + description + "This resource identifier is intended to provide a generic identifer + for any resource that can be used without specific knowledge of + the resource."; + container resource { + choice resource { + case termination-point { + container termination-point-identifier { + leaf tp-id { + type string; //to be clarified with topology model + } + leaf node-id { + type string; //to be clarified with topology model } } + } - case link { - container link-identifier { - leaf link-id { - type string; //to be clarified with topology model - } + case link { + container link-identifier { + leaf link-id { + type string; //to be clarified with topology model } } + } - case node { - container node-identifier { - leaf node-id { - type string; // to be clarified with topology model - } + case node { + container node-identifier { + leaf node-id { + type string; // to be clarified with topology model } } } } } + } grouping path-description {