Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Metadata report
Page,V / A / O / X / B,Cardinaliteit,Datatype,SPM,Coderingsstandaard,Volgorde
label/lom/lifecycle
Page,V / A / O / X / B,Cardinaliteit,Datatype,SPM,Coderingsstandaard,Volgorde
label/lom/lifecycle
Opmerkingen
Note
titleHoofdlettergebruik in elementnaam

Let op het verschil in casing van de elementnaam tussen de twee bindings: IEEE-LOM v1.0 gebruikt hier camelCase en IMS-MD v1.2.4 lowercase.

Voorbeelden
Code Block
xml
xml
titleIEEE-LOMv1.0xml
(..)
 <lifeCycle>
   <version>(..)</version>
   <status>(..)</status>
   <contribute>(..)</contribute>
 </lifeCycle>
(..)
Code Block
xml
xml
titleIMS-MDv1.2.4xml
(..)
 <lifecycle>
   <version>(..)</version>
   <status>(..)</status>
   <contribute>(..)</contribute>
 </lifecycle>
(..)

...