Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleIEEE LOM v1.1 voorbeeld

In de corrigenda van IEEE LOM (IEEE LOM v1.1) staat het volgende voorbeeld met bijbehorende opmerking:

Code Block
xml
xml
titleIEEE-LOMv1.1 binding
<entity>"BEGIN<entity>BEGIN:VCARD
N:Friday;Joe
FN:Joe Friday
TEL:+1-919-555-7878
TITLE:Area Administrator\, Assistant
EMAIL;TYPE=INTERNET:jfriday@host.com
VERSION:3.0
END:VCARD</entity>

NOTE---In this example the only characterescaping rules applied are those defined in RFC 2426. Other binding-specific characterescaping rules may be necessary; for instance, if the LOM XML binding (IEEE 1484.12.3™-2005) is used, line breaks may be escaped as character references (i.e. ).

Code Block
xml
xml
titleIEEE-LOMv1.0 binding
(...)
<entity>"BEGIN<entity>BEGIN:VCARD
N:Friday;Joe
FN:Joe Friday
TEL:+1-919-555-7878
TITLE:Area Administrator\, Assistant
EMAIL;TYPE=INTERNET:jfriday@host.com
VERSION:3.0
END:VCARD</entity>
(...)
Code Block
xml
xml
titleIMS-MDv1.2.4 binding
(...)
    <centity>
       <vcard>"BEGIN<vcard>BEGIN:VCARD
N:Friday;Joe
FN:Joe Friday
TEL:+1-919-555-7878
TITLE:Area Administrator\, Assistant
EMAIL;TYPE=INTERNET:jfriday@host.com
VERSION:3.0
END:VCARD</vcard>
    </centity>
(...)

...