<?xml version="1.0" encoding="ISO-8859-1"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dokumenttyp200="http://www.bolagsverket.se/schemas/common/dokumenttyp/dokumenttyp_200" xmlns:identitet201="http://www.bolagsverket.se/schemas/common/identitet/identitet_201" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" xmlns="http://www.bolagsverket.se/schemas/dokumentinformation/dokumentbestallning_201" xmlns:bve="http://www.bolagsverket.se/schemas/common" targetNamespace="http://www.bolagsverket.se/schemas/dokumentinformation/dokumentbestallning_201" 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_201" schemaLocation="./../common/identitet/Identitet_2.01.xsd"/>	<xs:import namespace="http://www.bolagsverket.se/schemas/common/dokumenttyp/dokumenttyp_200" schemaLocation="./../common/dokumenttyp/Dokumenttyp_2.00.xsd"/>	<xs:element name="Dokumentbestallning">		<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:element name="Regbevis" minOccurs="0" maxOccurs="5">								<xs:complexType>									<xs:sequence>										<xs:element ref="identitet201:Foretagsidentitet"/>									</xs:sequence>								</xs:complexType>							</xs:element>							<xs:element name="Dokument" minOccurs="0" maxOccurs="20">								<xs:complexType>									<xs:choice>										<xs:element name="DokumentId" type="xs:string"/>										<xs:element name="Senaste">											<xs:complexType>												<xs:sequence>													<xs:element ref="identitet201:Foretagsidentitet"/>													<xs:element ref="dokumenttyp200:Dokumenttyp"/>												</xs:sequence>											</xs:complexType>										</xs:element>									</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.01"/>		</xs:complexType>	</xs:element></xs:schema>
