move pcucontrol package into pcucontrol module.
[pcucontrol.git] / pcucontrol / models / intelamt / Include / WSDL / CertStore.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema
3     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
4     xmlns:cstr="http://schemas.intel.com/platform/client/CertStore/2006/01"
5     targetNamespace="http://schemas.intel.com/platform/client/CertStore/2006/01"
6     elementFormDefault="qualified">
7     
8     <!-- Import ... -->
9     
10
11     <!-- Schema definition -->
12
13     <xs:simpleType name="KeyPairHandleType">
14         <xs:restriction base="xs:unsignedInt"/>
15     </xs:simpleType>
16
17     <xs:complexType name="RSAKeyPairType">
18         <xs:sequence>
19             <xs:element name="DERKey" type="xs:base64Binary"/>
20         </xs:sequence>
21     </xs:complexType>
22
23     <xs:complexType name="KeyPairType">
24         <xs:sequence>
25             <xs:choice>
26                 <xs:element name="RSAKeyPair" type="cstr:RSAKeyPairType"/>                
27             </xs:choice>
28         </xs:sequence>
29     </xs:complexType>
30     
31 </xs:schema>