sig.xsd is required for verifying credential schema
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 7 Dec 2010 12:52:01 +0000 (07:52 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 7 Dec 2010 12:52:01 +0000 (07:52 -0500)
sfa/trust/sig.xsd [new file with mode: 0644]

diff --git a/sfa/trust/sig.xsd b/sfa/trust/sig.xsd
new file mode 100644 (file)
index 0000000..e92fcae
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/2000/09/xmldsig#" xmlns:sig="http://www.w3.org/2000/09/xmldsig#">
+  <xs:import schemaLocation="credential.xsd"/>
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
+  <xs:element name="Signature">
+    <xs:complexType mixed="true">
+      <xs:group ref="anyelementbody"/>
+      <xs:attributeGroup ref="anyelementbody"/>
+    </xs:complexType>
+  </xs:element>
+</xs:schema>