<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:utdelning200="http://www.bolagsverket.se/schemas/common/utdelning/utdelning_200" xmlns:forseningsavgift200="http://www.bolagsverket.se/schemas/common/forseningsavgift/forseningsavgift_200" xmlns:foretagshuvud200="http://www.bolagsverket.se/schemas/common/foretagshuvud/foretagshuvud_200" xmlns:informationshuvud200="http://www.bolagsverket.se/schemas/common/informationshuvud/informationshuvud_200" xmlns="http://www.bolagsverket.se/schemas/foretagsinformation/f5_200" targetNamespace="http://www.bolagsverket.se/schemas/foretagsinformation/f5_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:import namespace="http://www.bolagsverket.se/schemas/common/foretagshuvud/foretagshuvud_200" schemaLocation="./../common/foretagshuvud/Foretagshuvud_2.00.xsd"/>
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/utdelning/utdelning_200" schemaLocation="./../common/utdelning/Utdelning_2.00.xsd"/>
	<xs:import namespace="http://www.bolagsverket.se/schemas/common/forseningsavgift/forseningsavgift_200" schemaLocation="./../common/forseningsavgift/Forseningsavgift_2.00.xsd"/>
	<xs:element name="Foretagsinformation">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="informationshuvud200:Informationshuvud" minOccurs="0"/>
				<xs:element name="Foretag" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="foretagshuvud200:Foretagshuvud"/>
							<xs:element name="Foretagsgeneration">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Rakenskapsperiod" minOccurs="0" maxOccurs="4">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="rakenskapsperiodslut" type="xs:date" minOccurs="0"/>
													<xs:element name="rakenskapsperiodfrom" type="xs:date" minOccurs="0"/>
													<xs:element name="Helar" minOccurs="0">
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ankomstdatum" type="xs:date" minOccurs="0"/>
																<xs:element name="registreringsdatum" type="xs:date" minOccurs="0"/>	
																<xs:element name="godkand" type="xs:date" minOccurs="0"/>
																<xs:element name="registervard" type="xs:date" minOccurs="0"/>
																<xs:element ref="utdelning200:Utdelning" minOccurs="0" maxOccurs="unbounded"/>
															</xs:sequence>
														</xs:complexType>
													</xs:element>	
													<xs:element name="Delar" minOccurs="0">
														<xs:complexType>
															<xs:sequence>
																<xs:element name="delarperiodfrom" type="xs:date" minOccurs="0"/>
																<xs:element name="delarperiodtom" type="xs:date" minOccurs="0"/>																
																<xs:element name="ankomstdatum" type="xs:date" minOccurs="0"/>
																<xs:element name="registreringsdatum" type="xs:date" minOccurs="0"/>	
																<xs:element name="godkand" type="xs:date" minOccurs="0"/>
															</xs:sequence>
														</xs:complexType>
													</xs:element>	
													<xs:element name="brist" minOccurs="0" maxOccurs="unbounded">
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="xs:string">
																	<xs:attribute name="kod" use="required">
																		<xs:simpleType>
																			<xs:restriction base="xs:string"/>
																		</xs:simpleType>
																	</xs:attribute>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="paminnelse" type="xs:date" minOccurs="0"/>
													<xs:element ref="forseningsavgift200:Forseningsavgift" minOccurs="0" maxOccurs="unbounded"/>
												</xs:sequence>
												<xs:attribute name="koncern" type="xs:boolean"/>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</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>

