Changes between Version 69 and Version 70 of CMDI 1.2/Specification


Ignore:
Timestamp:
11/23/15 13:03:24 (8 years ago)
Author:
teckart@informatik.uni-leipzig.de
Comment:

First revision of CCSL tables

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Specification

    v69 v70  
    296296The following table contains a summary of allowed specifications for the component header.
    297297
    298 || Name || Valuetype || Description ||
    299 || ID || xs:anyURI || ID of the component specification ||
    300 || Name || xs:string || Name of the component ||
    301 || Description || xs:string || Description of the component ||
    302 || Status || xs:string ("development", "production", "deprecated") || Status in lifecycle ||
    303 || StatusComment || xs:string || Comment about the status ||
    304 || Successor || xs:anyURI || ID of successor component, if available ||
     298||= Name =||= Valuetype =||= Occurrences =||= Description =||
     299|| `ID` || `xs:anyURI` || 0 or 1 || ID of the component specification ||
     300|| `Name` || `xs:string` || 0 or 1 || Name of the component ||
     301|| `Description` || `xs:string` || 0 or 1 || Description of the component ||
     302|| `Status` || `xs:string` ("development", "production", "deprecated") || 1 || Status in lifecycle ||
     303|| `StatusComment` || `xs:string` || 0 or 1 || Comment about the status ||
     304|| `Successor` || `xs:anyURI` || 0 or 1 || ID of successor component, if available ||
    305305
    306306==      CMD Component definition ==
     
    309309The following table contains a summary of allowed specifications for a CMD component.
    310310
    311 || Name || Element/Attribute || Valuetype || Description ||
    312 || name || Attribute || xs:Name || Name of the component ||
    313 || ComponentId || Attribute || xs:anyURI || Identifier of the component ||
    314 || ConceptLink || Attribute || xs:anyURI || Concept link ||
    315 || CardinalityMin || Attribute || xs:nonNegativeInteger  || Minimum number of times this component has to occur||
    316 || CardinalityMax || Attribute || xs:nonNegativeInteger or “unbounded” || Maximum number of times this component may occur ||
    317 || Documentation || Element || xs:string || Documentation about the purpose of the component ||
    318 || AttributeList || Element || xs:complexType || Additional attributes specified by the component creator ||
     311||= Name =||= Valuetype =||= Description =||
     312|| `@name` || `xs:Name` || Name of the component ||
     313|| `@ComponentId` || `xs:anyURI` || Identifier of the component ||
     314|| `@ConceptLink` || `xs:anyURI` || Concept link ||
     315|| `@CardinalityMin` || `xs:nonNegativeInteger`  || Minimum number of times this component has to occur||
     316|| `@CardinalityMax` || `xs:nonNegativeInteger` or “unbounded” || Maximum number of times this component may occur ||
     317|| `Documentation` || `xs:string` || Documentation about the purpose of the component ||
     318|| `AttributeList` || `xs:complexType` || Additional attributes specified by the component creator ||
    319319
    320320==      CMD element definition ==
     
    323323The following table contains a summary of allowed specifications for a CMD element.
    324324
    325 || Name || Element/Attribute || Valuetype || Description ||
    326 || name || Attribute || xs:Name || Name of the element ||
    327 || ConceptLink || Attribute || xs:anyURI || Concept link ||
    328 || ValueScheme || Attribute || Subset of XSD datatypes || Allowed data type if simple XML type is used ||
    329 || CardinalityMin || Attribute || xs:nonNegativeInteger or "unbounded" || Minimum number of times this element has to occur ||
    330 || CardinalityMax || Attribute || xs:nonNegativeInteger or "unbounded" || Maximum number of times this element may occur
    331 || Multilingual || Attribute || xs:boolean || Indication that the element can have values in multiple languages ||
    332 || Documentation || Element || xs:string || Documentation about the purpose of the element ||
    333 || AttributeList || Element || xs:complexType || Additional attributes specified by the component creator ||
    334 || ValueScheme || Element || xs:complexType || Value restrictions based on a regular expression or a specified vocabulary ||
    335 || AutoValue || Element || xs:string || Derivation rules for the element's content ||
     325||= Name =||= Valuetype =||= Description =||
     326|| `@name` || `xs:Name` || Name of the element ||
     327|| `@ConceptLink` || `xs:anyURI` || Concept link ||
     328|| `@ValueScheme` || Subset of XSD datatypes || Allowed data type if simple XML type is used ||
     329|| `@CardinalityMin` || `xs:nonNegativeInteger` or "unbounded" || Minimum number of times this element has to occur ||
     330|| `@CardinalityMax` || `xs:nonNegativeInteger` or "unbounded" || Maximum number of times this element may occur
     331|| `@Multilingual` || `xs:boolean` || Indication that the element can have values in multiple languages ||
     332|| `Documentation` || `xs:string` || Documentation about the purpose of the element ||
     333|| `AttributeList` || `xs:complexType` || Additional attributes specified by the component creator ||
     334|| `ValueScheme` || `xs:complexType` || Value restrictions based on a regular expression or a specified vocabulary ||
     335|| `AutoValue` || `xs:string` || Derivation rules for the element's content ||
    336336
    337337==      CMD attribute definition ==
     
    339339The following table contains a summary of allowed specifications for a CMD attribute.
    340340
    341 || Name || Element/Attribute || Valuetype || Description ||
    342 || name || Attribute || xs:Name || Name of the attribute ||
    343 || ConceptLink || Attribute || xs:anyURI || Concept link ||
    344 || ValueScheme || Attribute || Subset of XSD datatypes || Allowed data type if simple XML type is used ||
    345 || Required || Attribute || xs:boolean || Indication if attribute is required ||
    346 ||Documentation || Element || xs:string || Documentation about the purpose of the attribute ||
    347 ||ValueScheme || Element || xs:complexType || Value restrictions based on a regular expression or a specified vocabulary ||
    348 ||AutoValue || Element || xs:string || Derivation rules for the attribute's content ||
     341||= Name =||= Valuetype =||= Description =||
     342|| `@name` || `xs:Name` || Name of the attribute ||
     343|| `@ConceptLink` || `xs:anyURI` || Concept link ||
     344|| `@ValueScheme` || Subset of XSD datatypes || Allowed data type if simple XML type is used ||
     345|| `@Required` || `xs:boolean` || Indication if attribute is required ||
     346|| `Documentation` || `xs:string` || Documentation about the purpose of the attribute ||
     347|| `ValueScheme` || `xs:complexType` || Value restrictions based on a regular expression or a specified vocabulary ||
     348|| `AutoValue` || `xs:string` || Derivation rules for the attribute's content ||
    349349
    350350