Additional services to support the processing of AutomationML documents in addition to the functions of the Aml.Engine. The Aml.Engine recognizes registered services and uses them, for example, for queries or when generating unique names.
$ dotnet add package Aml.Engine.ServicesThe Aml.Engine.Services provides methods for processing AutomationML documents. AutomationML is a standardized data exchange format, developed to support the data exchange in automation systems engineering. The Aml.Engine.Services extends the Aml.Engine with additional services such as the transformation service for upgrading and downgrading AutomationML document versions or a service that enables the resolution of externally referenced AutomationML libraries.
A detailed description with examples can be found in the Wiki.