An item of the module:engine/model/schema~ModelSchemaContext schema context.
It contains 3 properties:
name – the name of this item,
* getAttributeKeys() – a generator of keys of item attributes,
getAttribute( keyName ) – a method to get attribute values.
The context item interface is a highly simplified version of module:engine/model/node~ModelNode and its role
is to expose only the information which schema checks are able to provide (which is the name of the node and
node's attributes).
An item of the module:engine/model/schema~ModelSchemaContext schema context.
It contains 3 properties:
name– the name of this item,* getAttributeKeys()– a generator of keys of item attributes,getAttribute( keyName )– a method to get attribute values.The context item interface is a highly simplified version of module:engine/model/node~ModelNode and its role is to expose only the information which schema checks are able to provide (which is the name of the node and node's attributes).