24 lines
919 B
XML
24 lines
919 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<audioClip>
|
|
<metadata
|
|
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
|
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:dcterms="http://purl.org/dc/terms/"
|
|
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
|
>
|
|
<dc:title >File2 Title txt</dc:title>
|
|
<dcterms:alternative >Alternative File2 Title txt</dcterms:alternative>
|
|
<dc:subject >Keywords: qwe, asd, zcx</dc:subject>
|
|
<dc:description >Abstract txt</dc:description>
|
|
<dc:date >2004-05-21</dc:date>
|
|
<dc:format>audio/mpeg</dc:format>
|
|
<dcterms:extent >00:10:00.000000</dcterms:extent>
|
|
<!-- <dcterms:medium >online</dcterms:medium>-->
|
|
<dc:identifier >gunid here</dc:identifier>
|
|
<dcterms:spatial >Spatial Coverage</dcterms:spatial>
|
|
<dcterms:temporal >Temporal Covarage</dcterms:temporal>
|
|
<dc:creator>John X2</dc:creator>
|
|
</metadata>
|
|
</audioClip>
|