<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="https://cev.gouv.mc/cev/schemas/kmc/19612-vdsext.xsd">

    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>

    <xsd:simpleType name="VDSAuthorityID">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9A-Z]{4}" />
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="VDSCertResource">
        <xsd:restriction base="xsd:anyURI" />
    </xsd:simpleType>
    <xsd:simpleType name="VDSManifestResource">
        <xsd:restriction base="xsd:anyURI" />
    </xsd:simpleType>
</xsd:schema>
