view src/de/mpiwg/itgroup/eSciDoc/xmlTemplates/component.xml @ 0:c6929e63b0b8

first import
author dwinter
date Wed, 24 Nov 2010 16:52:07 +0100
parents
children
line wrap: on
line source

<escidocComponents:component
	xmlns:escidocComponents="http://www.escidoc.de/schemas/components/0.9"
	xmlns:prop="http://escidoc.de/core/01/properties/"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xml="http://www.w3.org/XML/1998/namespace" xlink:type="simple"
	xlink:title="component">
	
	<escidocComponents:properties xlink:type="simple" xlink:title="Properties">
			
		<prop:valid-status>valid</prop:valid-status>
		<prop:visibility>public</prop:visibility>
		<prop:content-category>image</prop:content-category>
		<prop:mime-type>image/jpeg</prop:mime-type>
		
	</escidocComponents:properties>
	
	<escidocComponents:content xlink:type="simple" xlink:title="component"
		storage="internal-managed"/>
</escidocComponents:component>