<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="PROC-3972-01" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>VWH VRIJSTELLING</xs:documentation>
    <xs:documentation>Proces: Vrijstelling vrachtwagenheffing</xs:documentation>
    <xs:documentation>Functie: Aanvraagbericht</xs:documentation>
    <xs:documentation>Versie: 3.0</xs:documentation>
    <xs:documentation>Gegenereerd op 1-11-2023 10:28:49</xs:documentation>
  </xs:annotation>
  <xs:element name="VWH-VRIJSTELLING" type="VWH-VRIJSTELLING" />
  <xs:complexType name="VWH-VRIJSTELLING">
    <xs:all>
      <xs:element name="ALG-GEG" type="ALG-GEG" />
      <xs:element name="ZoekgegevensGroep" type="ZoekgegevensGroep" />
    </xs:all>
  </xs:complexType>
  <xs:complexType name="ALG-GEG">
    <xs:all>
      <xs:element name="GEBR-IDENT" type="GEBR-IDENT" />
      <xs:element name="PROC-IDENT" type="PROC-IDENT" />
      <xs:element name="PROC-FUNC" type="PROC-FUNC" />
    </xs:all>
  </xs:complexType>
  <xs:complexType name="ZoekgegevensGroep">
    <xs:all>
      <xs:element name="Kenteken" type="KENTEKEN" />
    </xs:all>
  </xs:complexType>
  <xs:simpleType name="GEBR-IDENT">
    <xs:restriction base="xs:string">
      <xs:maxLength value="8" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="KENTEKEN">
    <xs:restriction base="xs:string">
      <xs:maxLength value="6" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PROC-FUNC">
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:totalDigits value="2" />
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="PROC-IDENT">
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:totalDigits value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:schema>