Changes between Version 38 and Version 39 of CMDI 1.2/Specification


Ignore:
Timestamp:
11/17/15 07:33:00 (9 years ago)
Author:
oddrun.ohren@nb.no
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v38 v39  
    184184== The main structure ==
    185185A CMDI file has the root element CMD with 4 subelements:
    186 * The Header element, containing certain administrative information about the CMDI file, i.e. metadata about the file itself
    187 * The Resources element, listing resource proxies and their interrelations, by the following subelements (ordered)
     186* The ''Header'' element, containing certain administrative information about the CMDI file, i.e. metadata about the file itself
     187* The ''Resources'' element, listing resource proxies and their interrelations, by the following subelements (ordered)
    188188  * ResourceProxyList, containing a list of ResourceProxy elements, each referencing a file contained in or closely related to the described resource
    189189  * JournalFileProxyList, containing a list of JournalFileProxy elements, each referencing a file (“journal file”) containing provenance information about the described resource
    190190  * ResourceRelationList, containing a list of ResourceRelation elements, each representing a relationship between 2 resource files (as listed in the ResourceProxyList)
    191 * IsPartOf list, containing a list of IsPartOf elements, each referencing a larger external resource of which the described resource (as a whole) forms a part
    192 * Components, containing one subelement corresponding to – and in turn structured according to - the CMDI profile applied.
     191* The ''IsPartOfList'' element, containing a list of IsPartOf elements, each referencing a larger external resource of which the described resource (as a whole) forms a part
     192* The ''Components'' element, containing one subelement corresponding to – and in turn structured according to - the CMDI profile applied.
    193193
    194194The  profile substructure exist in the profile-specific namespace, all the rest within the cmd namespace.
     
    222222}}}
    223223
    224 The header of a CMDI file mainly contains administrative information about the metadata, that is metadata about the CMDI file itself. The following elements may be included:
    225 
    226 ||Name||MdCreator||
    227 ||Description||Denotes the creator of this metadata file||
    228 ||Value type||A string||
    229 ||Occurrences||0 to unbounded||
    230 ||Attributes||  ||
    231 
    232  
    233 ||Name||MdCreationDate||
    234 ||Description||The date this metadata file was created||
    235 ||Value type||A string
    236 ||Occurrences||0 or 1
    237 ||Attributes||  ||
    238  
    239 
    240 ||Name||MdSelfLink||
    241 ||Description||A reference to this metadata file in its home repository, in the form of a PID (preferred) or a URL||
    242 ||Value type||Xs:anyURI||
    243 ||Occurrences||0 or 1||
    244 ||Attributes||  ||
    245  
    246 
    247 ||Name||MdProfile||
    248 ||Description||The CMDI profile  upon which this metadata file is based, given by its ID in the Component Registry, e.g. clarin.eu:cr1:p_1407745711925||
    249 ||Value type||Xs:anyURI||
    250 ||Occurrences||1||
    251 ||Attributes|| ||
    252  
    253 
    254 ||Name||MdCollectionDisplayName||
    255 ||Description||The collection to which the described resource belongs, given as a human-readable name. In VLO this name will be assigned to the Collection facet.||
    256 ||Value type||A string||
    257 ||Occurrences||0 or 1||
    258 ||Attributes|| ||
     224The header of a CMDI file mainly contains administrative information about the metadata, that is metadata about the CMDI file itself. The following elements may be included in the order indicated:
     225
     226||Name||Value type||Attribute/Element||Attribute/Subelement of||Occurrences||Description||
     227||MdCreator||xs:string||Element||Header||0 to unbounded||Denotes the creator of this metadata file||
     228||MdCreationDate||xs:date||Element||Header||0 or 1||The date this metadata file was created||
     229||MdSelfLink||xs:anyURI||Element||Header||0 or 1||A reference to this metadata file in its home repository, in the form of a PID (preferred) or a URL||
     230||MdProfile||xs:anyURI||Element||Header||1||The CMDI profile  upon which this metadata file is based, given by its identifier in the Component Registry, e.g. clarin.eu:cr1:p_1407745711925||
     231||MdCollectionDisplayName||xs:string||Element||Header||0 or 1||The collection to which the described resource belongs, given as a human-readable name. In VLO this name will be assigned to the Collection facet.||
    259232 
    260233