<?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">
    <element name="Pos" type="GEO:PosType"/>
    <simpleType name="PosType">
		<restriction base="string">
            <pattern value="(((\-|\+)?\d+(\.\d+)?)\s((\-|\+)?\d+(\.\d+)?)\s?)"/>
		</restriction>
	</simpleType>
</schema>