aboutsummaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-08-15 12:01:17 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-08-15 12:01:17 +0200
commitbd33b778f17e5751a14160baeae6cdcd41ce1ca7 (patch)
tree93b49f405703991bd54624f77316e64ff8e86d1a /xsd
parentbab23db8bb13832ea326af5e1a847640ccb04cce (diff)
downloadee-python-bd33b778f17e5751a14160baeae6cdcd41ce1ca7.tar.gz
ee-python-bd33b778f17e5751a14160baeae6cdcd41ce1ca7.tar.bz2
ee-python-bd33b778f17e5751a14160baeae6cdcd41ce1ca7.tar.xz
ee-python-bd33b778f17e5751a14160baeae6cdcd41ce1ca7.zip
datasheet: wip
Diffstat (limited to 'xsd')
-rw-r--r--xsd/ee.xsd3
1 files changed, 2 insertions, 1 deletions
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">