<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  
  Schéma pro neplatební dokument ISDOC + validace struktury digitálního podpisu
  Schema for ISDOC nonpayment document with additional validation of digital signature structure
    
  (c) 2010-2014 ICT UNIE o.s., http://www.ictu.cz/
  (c) 2010-2014 ICT UNIE o.s. - ASSOCIATION FOR INFORMATION TECHNOLOGIES AND TELECOMMUNICATIONS, http://www.ictu.cz/ 
  
  (c) 2009 Sdružení pro informační společnost, http://www.spis.cz/
  (c) 2009 Association for Information Society, http://www.spis.cz/
  
  Permission to use, copy, modify and distribute this schema and its
  documentation for any purpose and without fee is hereby granted in
  perpetuity, provided that the above copyright notice and this paragraph
  appear in all copies. The copyright holders make no representation about the
  suitability of the schema for any purpose. It is provided "as is" without
  expressed or implied warranty.
  
  Neither the name of the SPIS, ICT UNIE, nor the name ISDOC may be used to 
  endorse or promote products derived from this software without specific 
  prior written permission.
  
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://isdoc.cz/namespace/2013" xmlns="http://isdoc.cz/namespace/2013"
  xmlns:ds="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified">

  <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>

  <xs:redefine schemaLocation="isdoc-commondocument-6.0.1.xsd">
    <xs:group name="Signature">
      <xs:sequence>
        <xs:element ref="ds:Signature"/>
      </xs:sequence>
    </xs:group>
  </xs:redefine>

</xs:schema>
