Add support for infering on YangDataEffectiveStatement
Description
RFC8040 defines a yang-data extension, which forms an uninstantiated data fragment, similar to RPC's input. We already have the baseline support in YANG parser, but are lacking support in SchemaInferenceStack.
Add SchemaInferenceStack.enterYangData(QName), which will form a baseline of such inference, providing the prerequisite for explicitly supporing yang-data in other components.
RFC8040 defines a yang-data extension, which forms an uninstantiated data fragment, similar to RPC's input. We already have the baseline support in YANG parser, but are lacking support in SchemaInferenceStack.
Add SchemaInferenceStack.enterYangData(QName), which will form a baseline of such inference, providing the prerequisite for explicitly supporing yang-data in other components.