Difference between revisions of "ESciDoc Content Models"

From MPDLMediaWiki
Jump to navigation Jump to search
 
Line 183: Line 183:


*how rules that define cascading operations on members (members-required, members-tried rules) apply if members are containers themselves?  
*how rules that define cascading operations on members (members-required, members-tried rules) apply if members are containers themselves?  
:: I would assume as if they are items. In case of members-required, a container-member must be submitted/released/withdrawn too and if it has an own members-required statement, the members of the container-member must be submitted/released/withdrawn too and ... . It might be to submit ( or release or withdraw) such a container will fail because of rules of container-members but the content model may require that behavior. [[User:Frank|Frank]] 10:13, 17 March 2009 (UTC)


These rules should not be defined in a manner that they are preventing each other i.e. specifying member cascading rules for an aggregation should be allowed only in case the members of the aggregation are of type Items (and not Containers).
These rules should not be defined in a manner that they are preventing each other i.e. specifying member cascading rules for an aggregation should be allowed only in case the members of the aggregation are of type Items (and not Containers).
:: I can not see how they can prevent each other. Obviously the rule of a container-member can effect the success of the action on the (parent-)container but that is a question of, releasing the complete object graph is required or should be tried. That depends on functional requirements!? [[User:Frank|Frank]] 10:13, 17 March 2009 (UTC)


===Implementation===
===Implementation===

Latest revision as of 12:13, 17 March 2009

Definition and scope[edit]

Content model (CModel) is a formal representation of set of structural, integrity, behavior rules associated with content resources managed in an eSciDoc repository.

  • in eSciDoc content resources are categorized in several primary types: Item, Container, Context, OrganizationalUnit etc.
  • in eSciDoc the CModel scope is at the moment limited to resources of primary type Item or Container.

Note: The primary types are subject to extension in eSciDoc e.g. to check if we would make the TOC separate primary type in accordance with last Workshop discussion --Natasa 12:19, 10 November 2008 (UTC)

eSciDoc Primary types[edit]

  • are complex data structures holding the content resources of an eSciDoc repository and managed via respective resource handler i.e. ItemHandler, ContainerHandler, OrganizationalUnits Handler etc.)
  • represent the highest level of generalization of eSciDoc resources (i.e. Organizational Units, Contexts, Items, Containers, Users, etc.)
  • may be further specialized by use of a CModel definition

Note: at present only Items and Containers are subject to CModel specialization, todo: check Relation resources

What cModel defines[edit]

eSciDoc Content Model structure

Common properties[edit]

Each CModel is itself a resource in a eSciDoc content repository and as such should have some common properties (applicable for all resources in the repository).

ESciDoc defines a common namespace for all properties applicable. See

System settings (mandatory)[edit]

Each CModel definition has some internal system (eSciDoc) settings (necessary for the handling of resources via the respective resource handlers e.g. during execution of some resource handler methods). The following are system internal settings that can be defined on a CModel level:

Versioning-info[edit]

Possible values for this properties are: WOV, none.

eSciDoc supports versioned resources and non-versioned resources. Default setting is "versioned resources" (this mechanism is technically named WOV - Whole Object Versioning).

When a versioning information is specified on CModel level it actually gives the end user better fine-grained control on exactly how she would like to version the resources of specific CModel (i.e. PublicationItems should be versioned with every update operation, but e.g. FaceItems should not be versioned at all).

Note: as eSciDoc repository is based on Fedora Digital Objects Repository the versioning is provided as "native" functionality of Fedora (see more at Fedora versioning mechanism). However, Fedora versioning native versioning mechanism is not sufficient for an eSciDoc content resources due to:

  • eSciDoc content resource version can be result out of a single update action on multiple components of a single resource
  • eSciDoc content resources may comprise a "graph" of many Fedora digital objects

Primary-type[edit]

The primary type (or the category) of the content resources depicted with the CModel. Allowed values are:

  • Item
  • Container
  • TOC

Metadata profiles[edit]

  • A reference to metadata profile with which a content resource can be described
    • example: publication metadata profile can be associated to CModel:PubItem, CModel:FacesCollection etc.
  • As resources can be described with multiple metadata profiles, one is specified as a default (see also ESciDoc_Metadata_Records_Manipulation)

Specific object properties (optional)[edit]

  • are described with name, datatype, multiplicity
  • are additional properties (beside common properties of a resource) that can be associated with a resource of specific CModel
  • usually are defined by the owner of the CModel to express some specifics that are not covered by the CModel definition

Content-stream[edit]

  • to precise if the resources of this Content Model have or not a content stream

Components (optional)[edit]

Defines content category, multiplicity and format of content components (i.e. files) which can be associated with a resource of specific CModel.


Note: in eSciDoc at present components can be defined only for Items

Aggregation (optional)[edit]

  • members - to specify which resources (i.e. of which CModel) can be aggregated within a resource of a primary type Container
    • parent-unique (true, false) - defines if member must have a unique parent of this CModel type or not to be discussed
  • rules(optional) - to specify how certain operations (i.e. submit, release, withdraw) on a container resource of this CModel affects the members of the container resource
  • ordered (true, false)- to allow for ordering of members of the aggregation. Note: this is to be considered attribute of the aggregation to allow for adding members in "native" order at begining, end or middle of the list of members. This is not to be considered as a "table of contents" navigational order (that order may be different).

Example 1: A Container resource with CModel "FacesCollection" can aggregate item resources with CModel "FaceItem", container resource with CModel "FachBeiratReport" can aggregate any eSciDoc or non-eSciDoc resources


Restrictions:

  • In case when a CModel of a primary type Container in its aggregation allows resources that themselves are of primary type Container, the system (i.e. respective resource handler) must take care that a resource does not aggregate itself (i.e. recursive aggregations are not allowed)
I would presume that as a question of exporting an object graph. Otherwise a deep inspection of all content models (! not neseccarily from the same solution) is needed adding a new content model or modifing an existing content model. Because the recursion may appear in a very deep level. E.g. C1->C2->C3->...->C9->C1 Frank 09:19, 17 March 2009 (UTC)
  • CModel aggregation can define only the direct members of the container resource (i.e. if one of the members is a container, then its internal aggregation should be defined (if needed) in a separate CModel.

Note: in eSciDoc aggregation can be defined only for Containers

Aggregations and internal life-cycle of resources[edit]

eSciDoc repository defines an internal life-cycle for its content resources of type Item, Container. CModel allows to define how the internal workflow can be applied to the members of a container of that CModel.

In general, eSciDoc internal workflow is represented with the following table:


Stage Action Status Description
Initial create pending A resource is created and is in status "pending". A resource can be further updated, deleted or transferred to the next stage in the life-cycle.
Submission/QualityAssurance submit submitted The resource is in "submission" stage. While in this stage the resource can not be deleted. It can be transferred to a "Release" stage or to Initial state again.
Release release released The resource is released and becomes a valid resource in the repository, thus available for discovery, subject to preservation etc. From this stage the resource can only be transferred to the withdrawn state in exceptional situation
Withdrawal withdraw withdrawn The resource is withdrawn and is no longer available for public use.
edit table

The following Aggregation settings applicable to the internal eSciDoc life-cycle may be allowed in a CModel definition:

Submit-rule[edit]

The table below depicts how the submit action from the internal workflow is applied to the container and the container members:

submit-rule container-submit members-submit container-submit-success members-submit-success
members-required yes yes must must
members-tried yes yes must optional
container (default) yes no must n/a
members-first yes no must n/a
edit table
Release-rule[edit]

The table below depicts how the release action from the internal workflow is applied to the container and the container members:

release-rule container-release member-release container-release-success member-release-success
members-required yes yes must must
members-tried yes yes must optional
container (default) yes no must n/a
members-first yes no must n/a
edit table
Withdraw-rule[edit]

The table below depicts how the withdraw action from the internal workflow is applied to the container and the container members:

withdraw-rule container-withdraw member-withdraw container-withdraw-success member-withdraw-success
members-required yes yes must must
container (default) yes no must n/a
members-first yes no must n/a
edit table
Issues[edit]

Note: the rules depicted above are derived and extended based on some previous discussions within eSciDoc team and are based on current Container limitation: only resources of type Item and Container can be members of a Container.

  • how rules that define cascading operations on members (members-required, members-tried rules) apply if members are containers themselves?
I would assume as if they are items. In case of members-required, a container-member must be submitted/released/withdrawn too and if it has an own members-required statement, the members of the container-member must be submitted/released/withdrawn too and ... . It might be to submit ( or release or withdraw) such a container will fail because of rules of container-members but the content model may require that behavior. Frank 10:13, 17 March 2009 (UTC)

These rules should not be defined in a manner that they are preventing each other i.e. specifying member cascading rules for an aggregation should be allowed only in case the members of the aggregation are of type Items (and not Containers).

I can not see how they can prevent each other. Obviously the rule of a container-member can effect the success of the action on the (parent-)container but that is a question of, releasing the complete object graph is required or should be tried. That depends on functional requirements!? Frank 10:13, 17 March 2009 (UTC)

Implementation[edit]