<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:gml="http://www.opengis.net/gml" xmlns:vejman-myndighed="http://vejman-myndighed" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://vejman-myndighed">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="https://geocloud.vd.dk/schemas/gml/2.1.2/feature.xsd"/>
  <xsd:complexType name="vejarbejderType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="ADMVEJNR" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ADMVEJDEL" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="FRAKMT" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="TILKMT" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_ID" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_RETNING" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_NAVN" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_TYPE" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_UNDERTYPE" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_STARTDATO" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_SLUTDATO" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_STATUS" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_ANSVARLIG" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_BESKRIVELSE" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_ORDRENR" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_BETYDENDE_FOR_DSV" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_SPAERRET_VEJ" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_SENEST_RETTET" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="VEJARB_BRUGER" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="geometry" nillable="true" type="gml:GeometryPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="vejarbejder" substitutionGroup="gml:_Feature" type="vejman-myndighed:vejarbejderType"/>
</xsd:schema>
