Interface YangDataSchemaNode

All Superinterfaces:
AddedByUsesAware, CopyableNode, DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<UnknownEffectiveStatement<?,?>>, SchemaNode, UnknownSchemaNode

@Beta public interface YangDataSchemaNode extends UnknownSchemaNode
Represents 'yang-data' extension statement defined in RFC8040. This statement must appear as a top-level statement, otherwise it is ignored and does not appear in the final schema context. It must contain exactly one top-level container node (directly or indirectly via a uses statement).