source: gs3-extensions/pharos/trunk/cmdline-api-srcpack/templates/add_file.xml@ 20983

Last change on this file since 20983 was 20983, checked in by davidb, 14 years ago

Initial files for Phrasos extension to Greenstone3

File size: 1015 bytes
RevLine 
[20983]1
2<Mpeg7 xsi:schemaLocation="urn:mpeg:mpeg7:schema:2001 ./davp-2005.xsd" xmlns="urn:mpeg:mpeg7:schema:2001" xmlns:mpeg7="urn:mpeg:mpeg7:schema:2001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <Description xsi:type="ContentEntityType">
4 <MultimediaContent xsi:type="AudioVisualType">
5 <AudioVisual>
6 <StructuralUnit href="urn:x-mpeg-7-pharos:cs:AudioVisualSegmentationCS:root"/>
7
8 <MediaSourceDecomposition criteria="kmi image annotation segment to add">
9 <StillRegion>
10 <MediaLocator>
11 <!-- URL of location of the image on the disk eg file://some/path/mycollection:myvideo:mykeyframe.jpg -->
12 <MediaUri>file:///tmp/vsupload/**imgfile**</MediaUri>
13 </MediaLocator>
14 </StillRegion>
15 </MediaSourceDecomposition>
16 </AudioVisual>
17 </MultimediaContent>
18 </Description>
19</Mpeg7>
Note: See TracBrowser for help on using the repository browser.