<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Lars Petter Ølstøren (IntraPoint as) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="tegnordbok">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="leksem" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="sitatform" nillable="true">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="visningsord" type="xs:string" minOccurs="0"/>
										<xs:element name="kommentar" type="xs:string"/>
										<xs:element name="filnavn" type="xs:string"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="kontekstform" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="filnavn" type="xs:string"/>
										<xs:element name="kommentar" type="xs:string"/>
										<xs:element name="sekvens">
											<xs:complexType>
												<xs:attribute name="start" type="xs:integer"/>
												<xs:attribute name="stopp" type="xs:integer"/>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
