<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.bolagsverket.se/schemas/firmagranskninginformation/firmagranskningfraga200" xmlns:arendeidentitet200="http://www.bolagsverket.se/schemas/common/arendeidentitet/arendeidentitet_200" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" targetNamespace="http://www.bolagsverket.se/schemas/firmagranskninginformation/firmagranskningfraga200" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/arendeidentitet/arendeidentitet_200" schemaLocation="./../common/arendeidentitet/Arendeidentitet_2.00.xsd"/>
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" schemaLocation="./../common/informationshuvud/Informationshuvud_2.00.xsd"/>
	<xs:element name="Firmagranskningsfraga">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="informationshuvud200:Informationshuvud" minOccurs="0"/>
				<xs:element name="Produkt">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Namn" type="xs:string"/>
							<xs:choice>
								<xs:element name="Verksamhetsnycklar">
									<xs:complexType>
										<xs:complexContent>
											<xs:extension base="arendeidentitet200:ArendeidentitetType">
												<xs:attribute name="uppddat" type="xs:string" use="required"/>
												<xs:attribute name="uppdtid" type="xs:string" use="required"/>
											</xs:extension>
										</xs:complexContent>
									</xs:complexType>
								</xs:element>
								<xs:element name="Granskning">
									<xs:complexType>
										<xs:sequence>
											<xs:element name="Sokstrang" type="xs:string"/>
											<xs:element name="Soknyckel">
												<xs:simpleType>
													<xs:restriction base="xs:string">
														<xs:enumeration value="OS"/>
														<xs:enumeration value="OD"/>
														<xs:enumeration value="OT"/>
														<xs:enumeration value="OM"/>
														<xs:enumeration value="OL"/>
														<xs:enumeration value="VE"/>
													</xs:restriction>
												</xs:simpleType>
											</xs:element>
										</xs:sequence>
									</xs:complexType>
								</xs:element>
							</xs:choice>
						</xs:sequence>
						<xs:attribute name="version" type="xs:string" use="optional"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="SchemaVersion" type="xs:string" use="required" fixed="2.00"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

