Hi all,
this could sound trivial, but I'd like to see if I get it right the Alfresco repository model and terminology.
The repository is split into stores, that are logical partitions over data. Each store is identified by a schema and a name, like workspace://SpacesStore. The schema should represent the meaning of the store and the name should identify the repository, right?
Within each repository nodes are identified by UUIDs and can be explored using also the path. Now, the paths like /app:company_home are composed by two names separated by a colon, the first part represents the namespace of the type of the node itself, right? But in this case company_home is of type folder, so what is the meaning of such app: prefix?
Thanks