funga

Signer and keystore daemon and library for cryptocurrency software development
Info | Log | Files | Refs | README | LICENSE

xmldsig1-schema.xsd (1054B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <!--
      4 #
      5 # Copyright ©[2011] World Wide Web Consortium 
      6 # (Massachusetts Institute of Technology,  
      7 #  European Research Consortium for Informatics and Mathematics, 
      8 #  Keio University). All Rights Reserved.  
      9 # This work is distributed under the W3C® Software License [1] in the
     10 # hope that it will be useful, but WITHOUT ANY WARRANTY; without even
     11 # the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
     12 # PURPOSE. 
     13 # [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
     14 #
     15 -->
     16 
     17 <schema xmlns="http://www.w3.org/2001/XMLSchema"
     18 	xmlns:dsig="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/"
     19                targetNamespace="http://www.w3.org/2000/09/xmldsig#"
     20                version="0.1" elementFormDefault="qualified">
     21 
     22   <include
     23   schemaLocation="http://www.w3.org/TR/2008/REC-xmldsig-core-20080610/xmldsig-core-schema.xsd"/>
     24 	  
     25 
     26   <import namespace="http://www.w3.org/2009/xmldsig11#"
     27   schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig11-schema.xsd"/>
     28 </schema>
     29