Changes between Version 25 and Version 26 of CMDI 1.2/Specification


Ignore:
Timestamp:
11/10/15 08:27:34 (9 years ago)
Author:
teckart@informatik.uni-leipzig.de
Comment:

More information about the CCSL header

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v25 v26  
    263263==      CCSL header ==
    264264The CCSL header provides information relevant to identify and describe the component. This part includes a persistent identifier, the name, and a description of the component. The header also supports information about the status of the specification. These include a mandatory element indicating the component's status in its lifecycle (using the three lifecycles ''development'', ''production'', or ''deprecated'') and an optional element ''statusComment'' to contain information about the reason for the current status. In the case of a deprecated specification that was succeeded by a new specification, the identifier of the direct successor should be stored in the element ''Successor''.
     265The following table contains a summary of allowed specifications for the component header.
     266
     267|| Name || Valuetype || Description ||
     268|| ID || xs:anyURI || ID of the component specification ||
     269|| Name || xs:string || Name of the component ||
     270|| Description || xs:string || Description of the component ||
     271|| Status || xs:string ("development", "production", "deprecated") || Status in lifecycle ||
     272|| StatusComment || xs:string || Comment about the status ||
     273|| Successor || xs:anyURI || ID of successor component, if available ||
    265274
    266275==      CMD Component definition ==
     
    287296|| ConceptLink || Attribute || xs:anyURI || Concept link ||
    288297|| ValueScheme || Attribute || Subset of XSD datatypes || Allowed data type if simple XML type is used ||
    289 || CardinalityMin || Attribute || xs:nonNegativeInteger or “unbounded” || Minimum number of times this element has to occur ||
    290 || CardinalityMax || Attribute || xs:nonNegativeInteger or “unbounded” || Maximum number of times this element may occur
     298|| CardinalityMin || Attribute || xs:nonNegativeInteger or "unbounded" || Minimum number of times this element has to occur ||
     299|| CardinalityMax || Attribute || xs:nonNegativeInteger or "unbounded" || Maximum number of times this element may occur
    291300|| Multilingual || Attribute || xs:boolean || Indication that the element can have values in multiple languages ||
    292301|| Documentation || Element || xs:string || Documentation about the purpose of the element ||