<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="NotSoSimpleSchema" targetNamespace="http://tempuri.org/NotSoSimpleSchema.xsd"
	elementFormDefault="qualified" attributeFormDefault="qualified" xmlns="http://tempuri.org/NotSoSimpleSchema.xsd"
	xmlns:mstns="http://tempuri.org/NotSoSimpleSchema.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
	<xs:element name="NotSoSimpleSchema" msdata:IsDataSet="true">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="Library">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Librarian">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Id" type="xs:string" minOccurs="0" />
										<xs:element name="FirstName" type="xs:string" minOccurs="0" />
										<xs:element name="LastName" type="xs:string" minOccurs="0" />
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Student">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="BookInHand">
											<xs:complexType>
												<xs:sequence></xs:sequence>
												<xs:attribute name="ISBN" type="xs:string" />
											</xs:complexType>
										</xs:element>
										<xs:element name="Shush">
											<xs:complexType>
												<xs:sequence></xs:sequence>
												<xs:attribute name="ShushingLibrarianId" type="xs:string" />
												<xs:attribute name="ShushingTime" type="xs:dateTime" />
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="FirstName" type="xs:string" />
									<xs:attribute name="LastName" type="xs:string" />
									<xs:attribute name="HoursOfStudy" type="xs:integer" />
								</xs:complexType>
							</xs:element>
							<xs:element name="Book">
								<xs:complexType>
									<xs:sequence></xs:sequence>
									<xs:attribute name="ISBN" type="xs:string" />
									<xs:attribute name="Author" type="xs:string" />
									<xs:attribute name="Name" type="xs:string" />
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
	</xs:element>
</xs:schema>