<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bve="http://www.bolagsverket.se/schemas" xmlns:identitet202="http://www.bolagsverket.se/schemas/common/identitet/identitet_202" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" xmlns="http://www.bolagsverket.se/schemas/foretagsinteckningsinformation/foretagsinteckningarFraga" targetNamespace="http://www.bolagsverket.se/schemas/foretagsinteckningsinformation/foretagsinteckningarFraga" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" schemaLocation="./../common/informationshuvud/Informationshuvud_2.00.xsd"/>
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/identitet/identitet_202" schemaLocation="./../common/identitet/Identitet_2.02.xsd"/>
	<xs:element name="Foretagsinteckningarfraga">
		<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">
								<xs:complexType>
									<xs:choice>
										<xs:element ref="identitet202:Foretagsidentitet"/>
										<xs:element name="EIDK" type="xs:string"/>
										<xs:element name="Inteckningsnummer" type="xs:string"/>
										<xs:element name="Inteckningsnyckel" type="xs:string"/>
									</xs:choice>
								</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>

