<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:GEO="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/"
    targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/GEO/xml/schemas/yyyy/mm/dd/"
    elementFormDefault="qualified" attributeFormDefault="qualified" xml:lang="DA">
    <include schemaLocation="GEO_Pos.xsd"/>
    <element name="LineString" type="GEO:LineStringType"/>
	<complexType name="LineStringType">
		<sequence>
			<element ref="GEO:Pos" minOccurs="2" maxOccurs="unbounded"/>
		</sequence>
		<attribute name="srsName" type="GEO:PointsrsNameType" use="optional"/>
	</complexType>
    <simpleType name="PointsrsNameType">
        <restriction base="string"/>
    </simpleType>
</schema>