You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Gegevens

Id

-

Naam (nl)

LOM

Naam (en)

LOM

V / A / O / X / B

V

Cardinaliteit

1

Datatype

container

Volgorde

ongespecificeerd

Definitie

Dit is de algemene 'root' container van LOM.


PageV / A / O / X / BCardinaliteitDatatypeSPMCoderingsstandaardVolgorde
1 GeneralV1containerongespecificeerd
2 Life CycleA1containerongespecificeerd
3 Meta-metadataV1containerongespecificeerd
4 Technicalzie subvelden1containerongespecificeerd
5 EducationalVn (100)containerongeordend
6 RightsV1containerongespecificeerd
7 RelationAn (100)containerongeordend
8 AnnotationOn (30)containerongeordend
9 ClassificationBn (40)containerongeordend


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

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

Voorbeelden

IEEE-LOMv1.0
<?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>
IMS-MDv1.2.4
<?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>
  • No labels