Changes between Version 40 and Version 41 of CMDI 1.2/Specification


Ignore:
Timestamp:
11/17/15 08:31:41 (9 years ago)
Author:
oddrun.ohren@nb.no
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v40 v41  
    232232 
    233233
    234 State purpose of header
    235 List elements in a table, giving name, "definition", type, cardinality for each
    236234
    237235==      The resources section ==
    238236
    239 
    240 ===     The Resource proxy list ===
    241 State purpose of Resource Proxy list (and which files should be listed here)
    242 Specify in detail how resource proxies are represented:
    243 * all possible elements and attributes with definition, type, cardinality/obligation
    244 
    245 
    246 ===     The Journal File Proxy List ===
     237===     ResourceProxyList ===
     238ResourceProxyList contains a sequence of zero or more occurrences of ResourceProxy, each of which representing a file/part of the described resource.
     239
     240||'''Name'''||'''Value type'''||'''Attribute/Element'''||'''Attribute/Subelement of'''||'''Occurrences'''||'''Description'''||
     241||ResourceProxy ||xs:complexType||Element||ResourceProxyList ||0 to unbounded||A reference to some specific file or part of the described resource||
     242||id||xs:ID||Attribute||ResourceProxy||1||Local identifier for the parent ResourceProxy, unique within this CMDI file||
     243||ResourceType ||Value from controlled set (cmd:Resourcetype_simple): {Resource, Metadata, LandingPage, SearchService, SearchPage}||Element||ResourceProxy ||1||The type of the file represented by this ResourceProxy||
     244||mimeType||xs:string||Attribute||ResourceType||0 or 1||The media type of the file||
     245||ResourceRef||xs:anyURI||Element||ResourceProxy||1||A reference to  the file represented by this ResourceProxy, in the form of a Clarin compliant PID or a regular URL||
     246
     247
     248===     Journal File Proxy List ===
    247249State purpose of Journal File Proxy list (and which files should be listed here)
    248250Specify in detail how resource proxies are represented:
    249251* all possible elements and attributes with definition, type, cardinality/obligation
    250252
    251 ===     The Resource Relation List ===
    252 State purpose of Resource Relation List (representing binary relations between resource (proxies) and/or other resources
    253 Specify in detail how resource relation  are represented:
    254 * all possible elements and attributes with definition, type, cardinality/obligation
     253===     ResourceRelationList ===
     254ResourceRelationList contains a sequence of zero or more occurrences of ResourceRelation, each of which representing a relation between any pair of ResourceProxies.
     255
     256||'''Name'''||'''Value type'''||'''Attribute/Element'''||'''Attribute/Subelement of'''||'''Occurrences'''||'''Description'''||
     257||ResourceRelation||xs:complexType||Element||ResourceRelationList ||0 to unbounded||A representation of a relation between 2 resource proxies listed in ResourceProxyList||
     258||RelationType||xs:string||Element||ResourceRelation ||1||The type of the relation represented by its parent ResourceRelation||
     259||ConceptLink||xs:anyURI||Attribute||RelationType||0 or 1|| A reference to some concept registry (Clarin Concept Registry by default), indicating the semantics of RelationType||
     260||Resource||xs:complexType||Element||ResourceRelation ||2||References one of the resource proxies participating in the relationship||
     261||ref||xs:IDREF||Attribute||Resource||1||  A reference to the ResourceProxy with id=ref (the ResourceProxy represented by its parent Resource element)||
     262||Role||xs:string||Element||Resource||0 or 1||Indicates the role its parent Resource plays in the relationship||
     263
    255264
    256265==      The Is-Part-of List ==