<schema 
    xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://purl.org/dc/terms"
    elementFormDefault="qualified"
    xmlns:dc="http://purl.org/dc/terms">

    <annotation>
        <documentation>Ce schéma regroupe des propriétés Dublin Core.</documentation>
    </annotation>

    <element name="date">
        <simpleType>
            <annotation>
                <documentation>Restriction du type date pour forcer le renseignement du fuseau horaire.</documentation>
            </annotation>
            <restriction base="dateTime">
                <pattern value="\d{4}-\d\d-\d\dT\d\d:\d\d:\d\dZ" />
            </restriction>
        </simpleType>
    </element>

</schema>