Personal tools
You are here: Home Schema lomfrv1.0 adh root.xsd
Document Actions

root.xsd

Click here to get the file

Size 1.0 kB - File type text/xml

File contents

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" version="LOMFRv1.0">
	<xsd:annotation>
		<xsd:documentation>Fichier définissant la racine obligatoire d'un document lomfr</xsd:documentation>
		<xsd:appinfo> Voir documentation dans lomfr.xsd</xsd:appinfo>
	</xsd:annotation>
	<xsd:complexType name="lomfr">
		<xsd:sequence>
			<xsd:group ref="general"/>
			<xsd:group ref="lifeCycle" minOccurs="0"/>
			<xsd:group ref="metaMetadata" minOccurs="0"/>
			<xsd:group ref="technical" minOccurs="0"/>
			<xsd:group ref="educational" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:group ref="rights" minOccurs="0"/>
			<xsd:group ref="relation" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:group ref="annotation" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:group ref="classification" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="lom" type="lomfr"/>
</xsd:schema>