Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163620
D4601.id16339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
955 B
Subscribers
None
D4601.id16339.diff
View Options
diff --git a/docs/specs/swh.xsd b/docs/specs/swh.xsd
--- a/docs/specs/swh.xsd
+++ b/docs/specs/swh.xsd
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="https://www.softwareheritage.org/schema/2018/deposit"
+ xmlns:swh="https://www.softwareheritage.org/schema/2018/deposit"
+ elementFormDefault="qualified"
+ >
<xsd:element name="deposit">
<xsd:complexType>
<xsd:choice>
@@ -8,8 +12,8 @@
<xsd:element name="reference">
<xsd:complexType>
<xsd:choice>
- <xsd:element ref="origin" />
- <xsd:element ref="object" />
+ <xsd:element ref="swh:origin" />
+ <xsd:element ref="swh:object" />
</xsd:choice>
</xsd:complexType>
</xsd:element>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 11:21 AM (17 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218206
Attached To
D4601: swh.xsd: Use the https://www.softwareheritage.org/schema/2018/deposit namespace
Event Timeline
Log In to Comment