<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://purl.org/dc/elements/1.1/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/terms/" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Elementen i detta schema bygger på DublinCore-standarden</xs:documentation>
	</xs:annotation>
	<xs:import namespace="http://purl.org/dc/terms/" schemaLocation="SchemaMetadataDCQ.xsd"/>
	<xs:element name="creator">
		<xs:annotation>
			<xs:documentation>Sammanhållande element för information om schemats skapare.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="dcq:contact"/>
				<xs:element ref="dcq:owner"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="date">
		<xs:annotation>
			<xs:documentation>Sammanhållande element för datuminformation</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="dcq:created"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="description" type="xs:string">
		<xs:annotation>
			<xs:documentation>Kortfattad beskrivning av schemat.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="language" type="xs:string">
		<xs:annotation>
			<xs:documentation> Språket som schemat är skrivet på. Default språk är svenska (betecknas sv)</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="publisher" type="xs:string">
		<xs:annotation>
			<xs:documentation>Den tjänst som publicerar schemat</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="subject" type="xs:string">
		<xs:annotation>
			<xs:documentation>Verksamhetsområde eller process</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="title" type="xs:string">
		<xs:annotation>
			<xs:documentation>Schemats titel</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
