<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Bericht: RYBEWYSKAART AANMAAK</xs:documentation>
    <xs:documentation>Proces : Versturen personalisatieopdracht</xs:documentation>
    <xs:documentation>Functie: Antwoord van Personalisator </xs:documentation>
    <xs:documentation>Versie: 3.0</xs:documentation>
    <xs:documentation>Gegenereerd op 03-11-2005 16:48</xs:documentation>
  </xs:annotation>
  <xs:element name="RYB-KAART-AANM" type="RYB-KAART-AANM" />
  <xs:complexType name="RYB-KAART-AANM">
    <xs:all>
      <xs:element name="BER-ID-PERS-GEG" type="BER-ID-PERS-GEG" />
    </xs:all>
  </xs:complexType>
  <xs:complexType name="BER-ID-PERS-GEG">
    <xs:all>
      <xs:element name="BER-ID-PERS" type="BERICHT-IDENT" />
    </xs:all>
  </xs:complexType>
  <xs:simpleType name="BERICHT-IDENT">
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:totalDigits value="10" />
    </xs:restriction>
  </xs:simpleType>
</xs:schema>