a little nicer wrt pep8
[sfa.git] / sfa / trust / xml.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/XML/1998/namespace" xmlns:sig="http://www.w3.org/2000/09/xmldsig#">
3   <xs:import schemaLocation="credential.xsd"/>
4   <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="sig.xsd"/>
5   <xs:attribute name="id" type="xs:ID">
6     <xs:annotation>
7       <xs:documentation>The ID for signature referencing.</xs:documentation>
8     </xs:annotation>
9   </xs:attribute>
10 </xs:schema>