Changes between Version 50 and Version 51 of CMDI 1.2/Specification


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v50 v51  
    234234
    235235
    236 ==      The Resources element ==
    237 
    238 ===     ResourceProxyList ===
    239 ResourceProxyList contains a sequence of zero or more occurrences of ResourceProxy, each of which representing a file/part of the described resource.
     236==      The `<Resources>` element ==
     237
     238===     `<ResourceProxyList>` ===
     239`<ResourceProxyList>` contains a sequence of zero or more occurrences of `<ResourceProxy>`, each of which representing a file/part of the described resource.
    240240
    241241||=Name=||=Value type=||=Occurrences=||=Description=||
    242242||`<ResourceProxyList>` ||`xs:complexType`||1||A reference to some specific file or part of the described resource||
    243243||...`<ResourceProxy>` ||`xs:complexType`||0 to unbounded||A reference to some specific file or part of the described resource||
    244 ||......`@id`||`xs:ID`||1||Local identifier for the parent ResourceProxy, unique within this CMDI file||
     244||......`@id`||`xs:ID`||1||Local identifier for the parent `<ResourceProxy>`, unique within this CMDI file||
    245245||......`<ResourceType>` ||Value from controlled set (`cmd:Resourcetype_simple`): {`Resource`, `Metadata`, `LandingPage`, `SearchService`, `SearchPage`}||1||The type of the file represented by this `<ResourceProxy>`||
    246246||.........`@mimeType`||`xs:string`||0 or 1||The media type of the file||
     
    253253* all possible elements and attributes with definition, type, cardinality/obligation
    254254
    255 ===     ResourceRelationList ===
    256 ResourceRelationList contains a sequence of zero or more occurrences of ResourceRelation, each of which representing a relation between any pair of ResourceProxies.
     255===     `<ResourceRelationList>` ===
     256`<ResourceRelationList>` contains a sequence of zero or more occurrences of `<ResourceRelation>`, each of which representing a relation between any pair of `<ResourceProxies>`.
    257257
    258258||'''Name'''||'''Value type'''||'''Attribute/Element'''||'''Attribute/Subelement of'''||'''Occurrences'''||'''Description'''||
    259 ||ResourceRelation||xs:complexType||Element||ResourceRelationList ||0 to unbounded||A representation of a relation between 2 resource proxies listed in ResourceProxyList||
     259||ResourceRelation||xs:complexType||Element||ResourceRelationList ||0 to unbounded||A representation of a relation between 2 resource proxies listed in `<ResourceProxyList>`||
    260260||RelationType||xs:string||Element||ResourceRelation ||1||The type of the relation represented by its parent ResourceRelation||
    261261||ConceptLink||xs:anyURI||Attribute||RelationType, Role||0 or 1|| A reference to some concept registry (Clarin Concept Registry by default), indicating the semantics of RelationType||