test-bug466-base

Base Information

prefix bug466-base
namespace urn:opendaylight:yang:test:regression:bug466:base
revision 2014-02-26
description Copyright (c) 2014 Cisco Systems, 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
yang-version 1

Identities Summary

Name Description
bug-466-identity Testing identity.

Child Nodes Summary

Name Description
bug-466 Empty Container which could be used by augmentation tests. This container is used for regression tests of Bug 466.

Identities

Datastore Structure

test-bug466-base

Child nodes

Direct children

bug-466

XML Path
Restconf path
test-bug466-base:bug-466

Direct children

XML example

        <bug-466 xmlns="urn:opendaylight:yang:test:regression:bug466:base">
        
            <condition xmlns="urn:opendaylight:yang:test:regression:bug466:base">...</condition>
        
            <!-- See definition
             for child nodes.  -->
            <data xmlns="urn:opendaylight:yang:test:regression:bug466:augmentation:empty">...</data>
        
            <!-- See definition
             for child nodes.  -->
            <child xmlns="urn:opendaylight:yang:test:regression:bug466:augmentation:empty">...</child>
        
        </bug-466>
    

bug-466/data

XML Path
Restconf path
test-bug466-base:bug-466/data

XML example

        <data xmlns="urn:opendaylight:yang:test:regression:bug466:augmentation:empty">
        
        </data>
    

bug-466/child

XML Path
Restconf path
test-bug466-base:bug-466/child

XML example

        <child xmlns="urn:opendaylight:yang:test:regression:bug466:augmentation:empty">
        
        </child>