Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Gegevens

Wiki Markup
{metadata-list}|| Id | - ||
|| Naam (nl) | _LOM_ ||
|| Naam (en) | *LOM* ||
|| V / A / O / X / B | {color:green}*V*{color} ||
|| Cardinaliteit | 1 ||
|| Datatype | {color:silver}container{color} ||
|| Volgorde | ongespecificeerd ||
{metadata-list}

Definitie

Dit is de algemene 'root' container van LOM.


Wiki Markup
{metadata-report:Page,V / A / O / X / B,Cardinaliteit,Datatype,SPM,Coderingsstandaard,Volgorde|label=nllomfield+toplevel-element}


Info

Voor IEEE-LOM v1.0 wordt er voor validatie van vocabulaires gebruik gemaakt van het 'loose' XML Schema.

Note
Namespaces
Namespaces

Let op de verschillen in gebruikte namespaces en XML Schema's en bijbehorende casing en naamgeving van sommige elementen.

Voorbeelden

Code Block
xml
titleIEEE-LOMv1.0
xml
<?xml version="1.0" encoding="UTF-8"?>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM http://standards.ieee.org/reading/ieee/downloads/LOM/lomv1.0/xsd/lomLoose.xsd">
  <general>(...)</general>
  <lifeCycle>(...)</lifeCycle>
  <metaMetadata>(...)</metaMetadata>
  <technical>(...)</technical>
  <educational>(...)</educational>
  <rights>(...)</rights>
  <relation>(...)</relation>
  <annotation>(...)</annotation>
  <classification>(...)</classification>
</lom>
Code Block
xml
titleIMS-MDv1.2.4
xml
<?xml version="1.0" encoding="UTF-8"?>
<lom xmlns="http://www.imsglobal.org/xsd/imsmd_v1p2" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.imsglobal.org/xsd/imsmd_v1p2 http://www.imsglobal.org/xsd/imsmd_v1p2p4.xsd">
  <general>(...)</general>
  <lifecycle>(...)</lifecycle>
  <metametadata>(...)</metametadata>
  <technical>(...)</technical>
  <educational>(...)</educational>
  <rights>(...)</rights>
  <relation>(...)</relation>
  <annotation>(...)</annotation>
  <classification>(...)</classification>
</lom>