...
- Anchor is referencing single module → false, anchor references schema set (may contain multiple modules)
- Module represents the model root, module root elements describing child nodes → false, each root element of the model
describes own model (as treated by yangtools), each root level leaf will be treated as standalone data node
NB. the issue with unexpected data root is mentioned in ModuleSet cases analysis#Issuedescription
This makes Anchor record persistence within a Fragment table useless, because it will never be treated as root data fragment
(as it was initially expected) and it should not.
...