Project

General

Profile

1 28030 alessia.ba
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"
3
  targetNamespace="http://www.driver-repository.eu/namespace/dri"
4
  xmlns:dri="http://www.driver-repository.eu/namespace/dri" >
5
6
  <xs:annotation>
7
    <xs:documentation>This schema defines elements in the dri namespace, which are usually expected to only appear in the header section of records.</xs:documentation>
8
  </xs:annotation>
9
10
  <xs:element name="objIdentifier" type="xs:string"/>
11
  <xs:element name="repositoryId" type="xs:string"/>
12
  <xs:element name="dateOfCollection" type="xs:dateTime"/>
13
14
</xs:schema>