<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:naringsidkare200="http://www.bolagsverket.se/schemas/common/naringsidkare/naringsidkare_200" xmlns:firatgard200="http://www.bolagsverket.se/schemas/common/atgard/firatgard_200" xmlns:adress201="http://www.bolagsverket.se/schemas/common/adress/adress_201" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" xmlns="http://www.bolagsverket.se/schemas/foretagsinteckningsinformation/f38_200" targetNamespace="http://www.bolagsverket.se/schemas/foretagsinteckningsinformation/f38_200" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/adress/adress_201" schemaLocation="./../common/adress/Adress_2.01.xsd"/>
	<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/atgard/firatgard_200" schemaLocation="./../common/atgard/FirAtgard_2.00.xsd"/>
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/naringsidkare/naringsidkare_200" schemaLocation="./../common/naringsidkare/Naringsidkare_2.00.xsd"/>
	<xs:element name="Foretagsinteckningar">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="informationshuvud200:Informationshuvud"/>
				<xs:element name="EIDK" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="naringsidkare200:Naringsidkare" maxOccurs="unbounded"/>
							<xs:element name="Arende" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Inskrivningsdag" type="xs:date"/>
										<xs:element name="Ingivarnummer" minOccurs="0">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="20"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Ingivarnamn" type="xs:string"/>
										<xs:element name="Arendenummer">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="14"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element ref="adress201:Adress"/>
										<xs:element name="Atgarder" type="firatgard200:FirAtgardType" minOccurs="0" maxOccurs="unbounded"/>
									</xs:sequence>
									<xs:attribute name="oppet" type="xs:boolean"/>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="SchemaVersion" type="xs:string" use="required" fixed="2.00"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

