diff --git a/lws10-core/index.html b/lws10-core/index.html
index aa87a34..01c7427 100644
--- a/lws10-core/index.html
+++ b/lws10-core/index.html
@@ -179,7 +179,13 @@
Terminology
capability such as ZCAPs.
authentication suite — a defined validation mechanism for a concrete serialization of an authentication credential.
- auxiliary resource — an LWS resource whose lifecycle is bound to an LWS resource, called its principal resource.
+ auxiliary resource — an LWS resource that plays a particular role with respect to a LWS resource, called its primary resource,
+ and whose lifetime is bound to the primary resource.
+ This specification defines linkset resource and metadata resource as types of auxiliary resources,
+ but LWS Servers are free to manage additional kinds of auxiliary resources (e.g. access control resources, notification inboxes).
+ Auxiliary resources are discovered using web links [[RFC8288]] of a specific type (see Section ).
+ Some auxiliary resources may, in some implementations, be identical to their primary resource.
+
LWS resource — an HTTP resource as defined in [[[RFC9110]]] which supports the read operations defined by the Linked Web Storage Protocol.
Following [[[RFC9110]]], this specification "does not limit the nature of a [LWS] resource; it merely defines an interface that might be used to interact with [LWS] resources." [[RFC9110]]
@@ -192,7 +198,7 @@ Terminology
storage — a set of hierarchically organized HTTP resources whose lifecycle is managed by the conventions described by the Linked Web Storage Protocol. A storage is described by a storage description resource which references a collection of services that provide affordances over those resources.
storage controller — an agent that controls all resources in a storage.
storage description — an LWS resource that enumerates and describes the storage root along with services and capabilities of a storage. Its representation conforms to the storage description data model.
- storage root — a container at the root of a containment hierarchy of a storage. The storage root is the only LWS resource that does not have a parent in the LWS containment hierarchy nor a principal resource.
+ storage root — a container at the root of a containment hierarchy of a storage. The storage root is the only LWS resource that does not have a parent in the LWS containment hierarchy nor a primary resource.