diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-15 12:01:17 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-15 12:01:17 +0200 |
commit | bd33b778f17e5751a14160baeae6cdcd41ce1ca7 (patch) | |
tree | 93b49f405703991bd54624f77316e64ff8e86d1a /xsd | |
parent | bab23db8bb13832ea326af5e1a847640ccb04cce (diff) | |
download | ee-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.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"> |