module mdsaltrace { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:mdsaltrace"; prefix "mdsaltrace"; organization "Red Hat, Inc."; description "Copyright (c) 2016 Red Hat, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html"; revision "2016-09-08" { description "Initial revision of mdsaltrace model"; } container config { leaf-list registration-watches { type string; } leaf-list write-watches { type string; } } }