Import
An import element makes the contents of a Library available for referencing in the current context.
Attributes
Library (Required)
The id of the library that is being imported.
Location
A URI in string representation detailing where the markup of this library can be found. This allows controllers to access library markup when they do not already know about a library.
Example
{
"udrtype": "import",
"library": "org.esta.lib.identification.1"
}