<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" xmlns="http://www.bolagsverket.se/schemas/kungorelseinformation/kungorelsefraga_200" targetNamespace="http://www.bolagsverket.se/schemas/kungorelseinformation/kungorelsefraga_200" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" schemaLocation="./../common/informationshuvud/Informationshuvud_2.00.xsd"/>	
	<xs:element name="Kungorelsefraga">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="informationshuvud200:Informationshuvud"/>
				<xs:element name="Produkt">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Namn" type="xs:string"/>
							<xs:element name="Sokbegrepp" maxOccurs="unbounded">							
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Publiceringsdatum" type="xs:date"/>
									</xs:sequence>									
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="version" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="SchemaVersion" type="xs:string" use="required" fixed="2.00"/>
		</xs:complexType>
	</xs:element>
</xs:schema>
