aboutsummaryrefslogtreecommitdiff
path: root/spec/xs3p/links.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'spec/xs3p/links.xsd')
-rw-r--r--spec/xs3p/links.xsd20
1 files changed, 0 insertions, 20 deletions
diff --git a/spec/xs3p/links.xsd b/spec/xs3p/links.xsd
deleted file mode 100644
index 7928bc3e..00000000
--- a/spec/xs3p/links.xsd
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://titanium.dstc.edu.au/xml/xs3p" targetNamespace="http://titanium.dstc.edu.au/xml/xs3p">
- <xsd:element name="links">
- <xsd:annotation>
- <xsd:documentation>
- <html:p>List of mappings from schema file locations (<html:code style="color:blue;">@file-location</html:code>) to their documentation file locations (<html:code style="color:blue;">@docfile-location</html:code>)</html:p>
- </xsd:documentation>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="schema" minOccurs="1" maxOccurs="unbounded">
- <xsd:complexType>
- <xsd:attribute name="file-location" type="xsd:string" use="required"/>
- <xsd:attribute name="docfile-location" type="xsd:string" use="required"/>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-</xsd:schema> \ No newline at end of file