Changes between Version 60 and Version 61 of CMDI 1.2/Specification


Ignore:
Timestamp:
11/18/15 07:29:12 (9 years ago)
Author:
oddrun.ohren@nb.no
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v60 v61  
    235235
    236236==      The `<Resources>` element ==
    237 
    238 ===     `<ResourceProxyList>` ===
     237This section of the CMDI file enumerates
     238* files which are parts of or closely related to the described resource (`<ResourceProxyList>` and `<JournalFileProxyList>`)
     239* possible relations between pairs of these files (`<ResourceRelationList>`)
     240* any external resources of which the described resource is a part (`<IsPartOfList>`)
     241
     242===     The list of resource proxies ===
    239243`<ResourceProxyList>` contains a sequence of zero or more occurrences of `<ResourceProxy>`, each of which representing a file/part of the described resource.
    240244
    241245||||||||=Name=||=Value type=||=Occurrences=||=Description=||
    242 ||||||||`<ResourceProxyList>` ||`xs:complexType`||1||A reference to some specific file or part of the described resource||
     246||||||||`<ResourceProxyList>` ||`xs:complexType`||1||Contains a list of resource proxies (see below)||
    243247|| ||||||`<ResourceProxy>` ||`xs:complexType`||0 to unbounded||A reference to some specific file or part of the described resource||
    244248|| || ||||`@id`||`xs:ID`||1||Local identifier for the parent `<ResourceProxy>`, unique within this CMDI file||
     
    248252
    249253
    250 ===     JournalFileProxyList ===
    251 State purpose of Journal File Proxy list (and which files should be listed here)
    252 Specify in detail how resource proxies are represented:
    253 * all possible elements and attributes with definition, type, cardinality/obligation
     254===     The list of journal files ===
     255`<JournalFileProxyList>` contains a sequence of zero or more occurrences of `<JournalFileProxy>`, each of which representing a file containing provenance information about the described resource.
     256
     257||||||=Name=||=Value type=||=Occurrences=||=Description=||
     258||||||`<JournalFileProxyList>` ||`xs:complexType`||1||Contains a list of journal file proxies (see below)||
     259|| ||||`JournalFileProxy>` ||`xs:complexType`||0 to unbounded||A reference to some specific file containing provenance information about the described resource||
     260|| || ||`<JournalFileRef>`||`xs:anyURI`||1||A reference to  the file represented by this `<JournalFileProxy>`, in the form of a Clarin compliant PID or a regular URL||
    254261
    255262===     `<ResourceRelationList>` ===