aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

Adapt docstring of `Key.type` to spec #242

Closed s-heppner closed 1 year ago

s-heppner commented 1 year ago

In the spec:

Denotes which kind of entity is referenced

If Key/type = GlobalReference, the key represents a reference to a source that can be globally identified.

If Key/type = FragmentReference, the key represents a bookmark or a similar local identifier within its parent element as specified by the key that precedes this key.

In all other cases, the key references a model element of the same or another Asset Administration Shell. The name of the model element is explicitly listed.

The docstring of this attribute should be adapted accordingly