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

annotation.xsd

Click here to get the file

Size 1 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écrivant les groups, types, tags et valeurs de la catégorie LOMFR Commentaire</xsd:documentation>
		<xsd:appinfo>Voir documentation dans lomfr.xsd</xsd:appinfo>
	</xsd:annotation>
	<xsd:complexType name="annotation">
		<xsd:sequence>
			<xsd:element name="entity" type="vCard" minOccurs="0"/>
			<xsd:element name="date" type="Date" minOccurs="0"/>
			<xsd:element name="description" type="LangString" minOccurs="0" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:group name="annotation">
		<xsd:sequence>
			<xsd:element name="annotation" type="annotation"/>
		</xsd:sequence>
	</xsd:group>
</xsd:schema>