<?xml version="1.0" encoding="utf-16"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="https://BarbierDarnal.com"
        xmlns:V="V"
        attributeFormDefault="qualified" elementFormDefault="qualified">
    <import schemaLocation="Voyageur.xsd" namespace="V"/>
    <element name="Voyageurs">
        <complexType>
            <sequence>
                <element name="Voyageur" type="V:Voyageur_type"/>
            </sequence>
        </complexType>
    </element>
</schema>
