a little nicer wrt pep8
[sfa.git] / sfa / trust / sig.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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#">
3   <xs:import schemaLocation="credential.xsd"/>
4   <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
5   <xs:element name="Signature">
6     <xs:complexType mixed="true">
7       <xs:group ref="anyelementbody"/>
8       <xs:attributeGroup ref="anyelementbody"/>
9     </xs:complexType>
10   </xs:element>
11 </xs:schema>