From bd33b778f17e5751a14160baeae6cdcd41ce1ca7 Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Thu, 15 Aug 2019 12:01:17 +0200
Subject: datasheet: wip

---
 xsd/ee.xsd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'xsd')

diff --git a/xsd/ee.xsd b/xsd/ee.xsd
index 6b7260b..87f072d 100644
--- a/xsd/ee.xsd
+++ b/xsd/ee.xsd
@@ -29,7 +29,7 @@ TODO: rename 'id' to 'url'.
 <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         targetNamespace="http://purl.org/ee/bom-file"
-        xmlns="http://purl.org/ee/bom-file">
+        >
 
     <xs:attribute name="uri" type="xs:anyURI"/>
 
@@ -134,6 +134,7 @@ TODO: rename 'id' to 'url'.
         <xs:attribute name="relation" type="xs:string"/>
         <xs:attribute name="media-type" type="xs:string"/>
         <xs:attribute name="title" type="xs:string"/>
+        <xs:attribute name="cache-url" type="xs:string"/>
     </xs:complexType>
 
     <xs:complexType name="LinkList">
-- 
cgit v1.2.3