<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="TopLabDataSet" targetNamespace="http://nulllogicone.net/TopLabDataSet.xsd" elementFormDefault="qualified"
	attributeFormDefault="qualified" xmlns="http://nulllogicone.net/TopLabDataSet.xsd" xmlns:mstns="http://nulllogicone.net/TopLabDataSet.xsd"
	xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
	<xs:element name="TopLabDataSet" msdata:IsDataSet="true">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="TopLab">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TopLabGuid" msdata:DataType="System.Guid, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
								type="xs:string" />
							<xs:element name="StammGuid" msdata:DataType="System.Guid, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
								type="xs:string" />
							<xs:element name="PostItGuid" msdata:DataType="System.Guid, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
								type="xs:string" />
							<xs:element name="Titel" type="xs:string" minOccurs="0" />
							<xs:element name="TopLab" type="xs:string" />
							<xs:element name="URL" type="xs:string" minOccurs="0" />
							<xs:element name="Lohn" type="xs:decimal" />
							<xs:element name="datum" type="xs:dateTime" minOccurs="0" />
							<xs:element name="datei" type="xs:string" minOccurs="0" />
							<xs:element name="TopTopLabGuid" msdata:DataType="System.Guid, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
								type="xs:string" minOccurs="0" />
							<xs:element name="Typ" type="xs:string" />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
		<xs:unique name="TopLabDataSetKey1" msdata:PrimaryKey="true">
			<xs:selector xpath=".//mstns:TopLab" />
			<xs:field xpath="mstns:TopLabGuid" />
		</xs:unique>
	</xs:element>
</xs:schema>