P11_Objects_Table.xsd 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Giancarlo Pasquariello (STIncard Srl) -->
  3. <!--W3C Schema generated by XMLSpy v2007 sp2 (http://www.altova.com)-->
  4. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  5. <xs:simpleType name="OnlyTrue">
  6. <xs:restriction base="xs:string">
  7. <xs:enumeration value="TRUE"/>
  8. </xs:restriction>
  9. </xs:simpleType>
  10. <xs:simpleType name="OnlyFalse">
  11. <xs:restriction base="xs:string">
  12. <xs:enumeration value="FALSE"/>
  13. </xs:restriction>
  14. </xs:simpleType>
  15. <xs:simpleType name="TrueFalse">
  16. <xs:restriction base="xs:string">
  17. <xs:enumeration value="TRUE"/>
  18. <xs:enumeration value="FALSE"/>
  19. </xs:restriction>
  20. </xs:simpleType>
  21. <xs:simpleType name="OneDigit">
  22. <xs:restriction base="xs:integer">
  23. <xs:pattern value="[1-9]"/>
  24. </xs:restriction>
  25. </xs:simpleType>
  26. <xs:element name="SECRET_KEYS">
  27. <xs:complexType>
  28. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  29. <xs:element ref="SECRET_KEY"/>
  30. </xs:sequence>
  31. </xs:complexType>
  32. </xs:element>
  33. <xs:element name="SECRET_KEY">
  34. <xs:complexType>
  35. <xs:all>
  36. <xs:element ref="CKA_ID"/>
  37. <xs:element ref="CKA_LABEL" minOccurs="0"/>
  38. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  39. <xs:element name="CKA_KEY_TYPE" minOccurs="0">
  40. <xs:simpleType>
  41. <xs:restriction base="xs:decimal"/>
  42. </xs:simpleType>
  43. </xs:element>
  44. <xs:element name="CKA_LOCAL" type="TrueFalse" minOccurs="0"/>
  45. <xs:element ref="CKA_ENCRYPT" minOccurs="0"/>
  46. <xs:element ref="CKA_DECRYPT" minOccurs="0"/>
  47. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  48. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  49. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  50. <xs:element ref="CKA_ALLOWED_MECHANISMS" minOccurs="0"/>
  51. <xs:element ref="CKA_KEY_GEN_MECHANISM" minOccurs="0"/>
  52. <xs:element ref="CKA_WRAP" minOccurs="0"/>
  53. <xs:element ref="CKA_EXTRACTABLE" minOccurs="0"/>
  54. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  55. <xs:element ref="CKA_SENSITIVE" minOccurs="0"/>
  56. <xs:element ref="CKA_UNWRAP" minOccurs="0"/>
  57. <xs:element ref="CKA_SIGN" minOccurs="0"/>
  58. <xs:element ref="CKA_VERIFY" minOccurs="0"/>
  59. <xs:element ref="CKA_ALWAYS_SENSITIVE" minOccurs="0"/>
  60. <xs:element ref="CKA_NEVER_EXTRACTABLE" minOccurs="0"/>
  61. <xs:element ref="CKA_WRAP_WITH_TRUSTED" minOccurs="0"/>
  62. <xs:element ref="CKA_TRUSTED" minOccurs="0"/>
  63. <xs:element ref="CKA_WRAP_TEMPLATE" minOccurs="0"/>
  64. <xs:element ref="CKA_UNWRAP_TEMPLATE" minOccurs="0"/>
  65. </xs:all>
  66. <xs:attribute name="ID" type="xs:hexBinary" use="required"/>
  67. <xs:attribute name="DF_PATH" type="xs:string" use="required"/>
  68. </xs:complexType>
  69. </xs:element>
  70. <xs:element name="RENEWABLE_KEY_PAIR">
  71. <xs:complexType>
  72. <xs:all>
  73. <xs:element name="PRIVATE_KEY">
  74. <xs:complexType>
  75. <xs:all>
  76. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  77. <xs:element ref="CKA_LABEL"/>
  78. <xs:element name="CKA_KEY_TYPE" minOccurs="0">
  79. <xs:simpleType>
  80. <xs:restriction base="xs:decimal">
  81. <xs:minInclusive value="3"/>
  82. <xs:maxInclusive value="3"/>
  83. </xs:restriction>
  84. </xs:simpleType>
  85. </xs:element>
  86. <xs:element ref="CKA_ID"/>
  87. <xs:element name="CKA_SENSITIVE" type="OnlyTrue" minOccurs="0"/>
  88. <xs:element ref="CKA_UNWRAP" minOccurs="0"/>
  89. <xs:element ref="CKA_SIGN" minOccurs="0"/>
  90. <xs:element name="CKA_EXTRACTABLE" type="OnlyFalse" minOccurs="0"/>
  91. <xs:element ref="CKA_DECRYPT" minOccurs="0"/>
  92. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  93. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  94. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  95. <xs:element name="CKA_LOCAL" type="OnlyTrue" minOccurs="0"/>
  96. <xs:element ref="CKA_SUBJECT" minOccurs="0"/>
  97. <xs:element ref="CKA_SIGN_RECOVER" minOccurs="0"/>
  98. <xs:element name="CKA_ALWAYS_SENSITIVE" type="OnlyTrue" minOccurs="0"/>
  99. <xs:element name="CKA_NEVER_EXTRACTABLE" type="OnlyTrue" minOccurs="0"/>
  100. <xs:element name="CKA_ALWAYS_AUTHENTICATE" type="OnlyFalse" minOccurs="0"/>
  101. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  102. <xs:element ref="CKA_WRAP_WITH_TRUSTED" minOccurs="0"/>
  103. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  104. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  105. <xs:element ref="CKA_UNWRAP_TEMPLATE" minOccurs="0"/>
  106. </xs:all>
  107. </xs:complexType>
  108. </xs:element>
  109. <xs:element name="PUBLIC_KEY">
  110. <xs:complexType>
  111. <xs:all>
  112. <xs:element ref="CKA_ID"/>
  113. <xs:element ref="CKA_LABEL"/>
  114. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  115. <xs:element name="CKA_KEY_TYPE" minOccurs="0">
  116. <xs:simpleType>
  117. <xs:restriction base="xs:decimal">
  118. <xs:minInclusive value="3"/>
  119. <xs:maxInclusive value="3"/>
  120. </xs:restriction>
  121. </xs:simpleType>
  122. </xs:element>
  123. <xs:element ref="CKA_VERIFY" minOccurs="0"/>
  124. <xs:element ref="CKA_TRUSTED" minOccurs="0"/>
  125. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  126. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  127. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  128. <xs:element name="CKA_LOCAL" type="OnlyTrue" minOccurs="0"/>
  129. <xs:element ref="CKA_SUBJECT" minOccurs="0"/>
  130. <xs:element ref="CKA_VERIFY_RECOVER" minOccurs="0"/>
  131. <xs:element ref="CKA_WRAP" minOccurs="0"/>
  132. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  133. <xs:element ref="CKA_ALLOWED_MECHANISMS" minOccurs="0"/>
  134. <xs:element ref="CKA_KEY_GEN_MECHANISM" minOccurs="0"/>
  135. <xs:element ref="CKA_ENCRYPT" minOccurs="0"/>
  136. <xs:element ref="CKA_WRAP_TEMPLATE" minOccurs="0"/>
  137. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  138. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  139. </xs:all>
  140. <xs:attribute name="ID" type="xs:hexBinary"/>
  141. <xs:attribute name="DF_PATH" type="xs:string"/>
  142. </xs:complexType>
  143. </xs:element>
  144. </xs:all>
  145. <xs:attribute name="IS_PRIMARY" type="TrueFalse" use="required"/>
  146. <xs:attribute name="INDEX" type="OneDigit" use="required"/>
  147. <xs:attribute name="ID" type="xs:hexBinary" use="required"/>
  148. <xs:attribute name="DF_PATH" type="xs:hexBinary" use="required"/>
  149. </xs:complexType>
  150. </xs:element>
  151. <xs:element name="PUBLIC_KEYS">
  152. <xs:complexType>
  153. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  154. <xs:element name="PUBLIC_KEY">
  155. <xs:complexType>
  156. <xs:all>
  157. <xs:element ref="CKA_ID"/>
  158. <xs:element ref="CKA_LABEL"/>
  159. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  160. <xs:element name="CKA_KEY_TYPE" minOccurs="0">
  161. <xs:simpleType>
  162. <xs:restriction base="xs:decimal">
  163. <xs:minInclusive value="3"/>
  164. <xs:maxInclusive value="3"/>
  165. </xs:restriction>
  166. </xs:simpleType>
  167. </xs:element>
  168. <xs:element ref="CKA_VERIFY" minOccurs="0"/>
  169. <xs:element ref="CKA_TRUSTED" minOccurs="0"/>
  170. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  171. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  172. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  173. <xs:element name="CKA_LOCAL" type="OnlyTrue" minOccurs="0"/>
  174. <xs:element ref="CKA_SUBJECT" minOccurs="0"/>
  175. <xs:element ref="CKA_VERIFY_RECOVER" minOccurs="0"/>
  176. <xs:element ref="CKA_WRAP" minOccurs="0"/>
  177. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  178. <xs:element ref="CKA_ALLOWED_MECHANISMS" minOccurs="0"/>
  179. <xs:element ref="CKA_KEY_GEN_MECHANISM" minOccurs="0"/>
  180. <xs:element ref="CKA_ENCRYPT" minOccurs="0"/>
  181. <xs:element ref="CKA_WRAP_TEMPLATE" minOccurs="0"/>
  182. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  183. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  184. </xs:all>
  185. <xs:attribute name="ID" type="xs:hexBinary"/>
  186. <xs:attribute name="DF_PATH" type="xs:string"/>
  187. </xs:complexType>
  188. </xs:element>
  189. </xs:sequence>
  190. </xs:complexType>
  191. </xs:element>
  192. <xs:element name="Objects">
  193. <xs:complexType>
  194. <xs:all>
  195. <xs:element ref="KEY_PAIRS"/>
  196. <xs:element ref="PUBLIC_KEYS"/>
  197. <xs:element ref="CERTIFICATES"/>
  198. <xs:element ref="CKO_DATA"/>
  199. <xs:element ref="SECRET_KEYS"/>
  200. </xs:all>
  201. </xs:complexType>
  202. </xs:element>
  203. <xs:element name="KEY_PAIRS">
  204. <xs:complexType>
  205. <xs:choice minOccurs="0" maxOccurs="unbounded">
  206. <xs:element ref="RENEWABLE_KEY_PAIR"/>
  207. <xs:element ref="KEY_PAIR"/>
  208. </xs:choice>
  209. </xs:complexType>
  210. </xs:element>
  211. <xs:element name="KEY_PAIR">
  212. <xs:complexType>
  213. <xs:all>
  214. <xs:element name="PRIVATE_KEY">
  215. <xs:complexType>
  216. <xs:all>
  217. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  218. <xs:element ref="CKA_LABEL"/>
  219. <xs:element name="CKA_KEY_TYPE">
  220. <xs:simpleType>
  221. <xs:restriction base="xs:decimal">
  222. <xs:minInclusive value="2"/>
  223. <xs:maxInclusive value="3"/>
  224. </xs:restriction>
  225. </xs:simpleType>
  226. </xs:element>
  227. <xs:element ref="CKA_ID"/>
  228. <xs:element name="CKA_SENSITIVE" type="OnlyTrue" minOccurs="0"/>
  229. <xs:element ref="CKA_UNWRAP" minOccurs="0"/>
  230. <xs:element ref="CKA_SIGN" minOccurs="0"/>
  231. <xs:element name="CKA_EXTRACTABLE" type="OnlyFalse" minOccurs="0"/>
  232. <xs:element ref="CKA_DECRYPT" minOccurs="0"/>
  233. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  234. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  235. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  236. <xs:element name="CKA_LOCAL" type="OnlyTrue" minOccurs="0"/>
  237. <xs:element ref="CKA_SUBJECT" minOccurs="0"/>
  238. <xs:element ref="CKA_SIGN_RECOVER" minOccurs="0"/>
  239. <xs:element name="CKA_ALWAYS_SENSITIVE" type="OnlyTrue" minOccurs="0"/>
  240. <xs:element name="CKA_NEVER_EXTRACTABLE" type="OnlyTrue" minOccurs="0"/>
  241. <xs:element name="CKA_ALWAYS_AUTHENTICATE" type="OnlyFalse" minOccurs="0"/>
  242. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  243. <xs:element ref="CKA_WRAP_WITH_TRUSTED" minOccurs="0"/>
  244. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  245. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  246. <xs:element ref="CKA_UNWRAP_TEMPLATE" minOccurs="0"/>
  247. </xs:all>
  248. </xs:complexType>
  249. </xs:element>
  250. <xs:element name="PUBLIC_KEY">
  251. <xs:complexType>
  252. <xs:all>
  253. <xs:element ref="CKA_ID"/>
  254. <xs:element ref="CKA_LABEL"/>
  255. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  256. <xs:element name="CKA_KEY_TYPE">
  257. <xs:simpleType>
  258. <xs:restriction base="xs:decimal">
  259. <xs:minInclusive value="2"/>
  260. <xs:maxInclusive value="3"/>
  261. </xs:restriction>
  262. </xs:simpleType>
  263. </xs:element>
  264. <xs:element ref="CKA_VERIFY" minOccurs="0"/>
  265. <xs:element ref="CKA_TRUSTED" minOccurs="0"/>
  266. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  267. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  268. <xs:element ref="CKA_DERIVE" minOccurs="0"/>
  269. <xs:element name="CKA_LOCAL" type="OnlyTrue" minOccurs="0"/>
  270. <xs:element ref="CKA_SUBJECT" minOccurs="0"/>
  271. <xs:element ref="CKA_VERIFY_RECOVER" minOccurs="0"/>
  272. <xs:element ref="CKA_WRAP" minOccurs="0"/>
  273. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  274. <xs:element ref="CKA_ALLOWED_MECHANISMS" minOccurs="0"/>
  275. <xs:element ref="CKA_KEY_GEN_MECHANISM" minOccurs="0"/>
  276. <xs:element ref="CKA_ENCRYPT" minOccurs="0"/>
  277. <xs:element ref="CKA_WRAP_TEMPLATE" minOccurs="0"/>
  278. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  279. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  280. </xs:all>
  281. <xs:attribute name="ID" type="xs:hexBinary"/>
  282. <xs:attribute name="DF_PATH" type="xs:string"/>
  283. </xs:complexType>
  284. </xs:element>
  285. </xs:all>
  286. <xs:attribute name="ID" type="xs:hexBinary" use="required"/>
  287. <xs:attribute name="DF_PATH" type="xs:hexBinary" use="required"/>
  288. </xs:complexType>
  289. </xs:element>
  290. <xs:element name="FILE_DATA">
  291. <xs:complexType>
  292. <xs:all>
  293. <xs:element ref="CKA_LABEL"/>
  294. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  295. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  296. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  297. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  298. <xs:element ref="CKA_APPLICATION" minOccurs="0"/>
  299. <xs:element name="CKA_OBJECT_ID" type="xs:hexBinary" minOccurs="0"/>
  300. </xs:all>
  301. <xs:attribute name="ID" type="xs:hexBinary" use="required"/>
  302. <xs:attribute name="DF_PATH" type="xs:hexBinary" use="required"/>
  303. <xs:attribute name="RECORD_NUMBER">
  304. <xs:simpleType>
  305. <xs:restriction base="xs:decimal">
  306. <xs:minInclusive value="1"/>
  307. <xs:maxInclusive value="254"/>
  308. </xs:restriction>
  309. </xs:simpleType>
  310. </xs:attribute>
  311. </xs:complexType>
  312. </xs:element>
  313. <xs:element name="CKO_DATA">
  314. <xs:complexType>
  315. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  316. <xs:element ref="FILE_DATA"/>
  317. </xs:sequence>
  318. </xs:complexType>
  319. </xs:element>
  320. <xs:element name="CKA_WRAP_WITH_TRUSTED" type="TrueFalse"/>
  321. <xs:element name="CKA_WRAP" type="TrueFalse"/>
  322. <xs:element name="CKA_WRAP_TEMPLATE" type="TrueFalse"/>
  323. <xs:element name="CKA_TOKEN" type="OnlyTrue"/>
  324. <xs:element name="CKA_VERIFY_RECOVER" type="TrueFalse"/>
  325. <xs:element name="CKA_VERIFY" type="TrueFalse"/>
  326. <xs:element name="CKA_UNWRAP" type="TrueFalse"/>
  327. <xs:element name="CKA_TRUSTED" type="TrueFalse"/>
  328. <xs:element name="CKA_SUBJECT" type="xs:string"/>
  329. <xs:element name="CKA_SIGN_RECOVER" type="TrueFalse"/>
  330. <xs:element name="CKA_SIGN" type="TrueFalse"/>
  331. <xs:element name="CKA_SENSITIVE" type="TrueFalse"/>
  332. <xs:element name="CKA_PRIVATE" type="TrueFalse"/>
  333. <xs:element name="CKA_NEVER_EXTRACTABLE" type="TrueFalse"/>
  334. <xs:element name="CKA_MODIFIABLE" type="TrueFalse"/>
  335. <xs:element name="CKA_LOCAL" type="OnlyTrue"/>
  336. <xs:element name="CKA_LABEL" type="xs:string"/>
  337. <xs:element name="CKA_KEY_TYPE" type="xs:byte"/>
  338. <xs:element name="CKA_ID" type="xs:string"/>
  339. <xs:element name="CKA_EXTRACTABLE" type="TrueFalse"/>
  340. <xs:element name="CKA_ENCRYPT" type="TrueFalse"/>
  341. <xs:element name="CKA_DERIVE" type="TrueFalse"/>
  342. <xs:element name="CKA_DECRYPT" type="TrueFalse"/>
  343. <xs:element name="CKA_COPYABLE" type="TrueFalse"/>
  344. <xs:element name="CKA_APPLICATION" type="xs:string"/>
  345. <xs:element name="CKA_ALWAYS_SENSITIVE" type="TrueFalse"/>
  346. <xs:element name="CKA_ALWAYS_AUTHENTICATE" type="TrueFalse"/>
  347. <xs:element name="CKA_ALLOWED_MECHANISMS">
  348. <xs:simpleType>
  349. <xs:restriction base="xs:decimal">
  350. <xs:minExclusive value="0"/>
  351. </xs:restriction>
  352. </xs:simpleType>
  353. </xs:element>
  354. <xs:element name="CKA_KEY_GEN_MECHANISM">
  355. <xs:simpleType>
  356. <xs:restriction base="xs:decimal">
  357. <xs:minExclusive value="0"/>
  358. </xs:restriction>
  359. </xs:simpleType>
  360. </xs:element>
  361. <xs:element name="CKA_START_DATE" type="xs:string"/>
  362. <xs:element name="CKA_END_DATE" type="xs:string"/>
  363. <xs:element name="CKA_UNWRAP_TEMPLATE" type="xs:string"/>
  364. <xs:element name="CKA_CHECK_VALUE" type="xs:string"/>
  365. <xs:element name="CKA_HASH_OF_SUBJECT_PUBLIC_KEY" type="xs:string"/>
  366. <xs:element name="CKA_HASH_OF_ISSUER_PUBLIC_KEY" type="xs:string"/>
  367. <xs:element name="CKA_JAVA_MIDP_SECURITY_DOMAIN" type="xs:string"/>
  368. <xs:element name="CKA_NAME_HASH_ALGORITHM" type="xs:string"/>
  369. <xs:element name="CERTIFICATES">
  370. <xs:complexType>
  371. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  372. <xs:element ref="CERTIFICATE"/>
  373. </xs:sequence>
  374. </xs:complexType>
  375. </xs:element>
  376. <xs:element name="CERTIFICATE">
  377. <xs:complexType>
  378. <xs:all>
  379. <xs:element ref="CKA_ID"/>
  380. <xs:element ref="CKA_LABEL" minOccurs="0"/>
  381. <xs:element ref="CKA_TRUSTED" minOccurs="0"/>
  382. <xs:element ref="CKA_TOKEN" minOccurs="0"/>
  383. <xs:element ref="CKA_MODIFIABLE" minOccurs="0"/>
  384. <xs:element name="CKA_CERTIFICATE_TYPE" minOccurs="0">
  385. <xs:simpleType>
  386. <xs:restriction base="xs:decimal">
  387. <xs:minInclusive value="0"/>
  388. <xs:maxInclusive value="0"/>
  389. </xs:restriction>
  390. </xs:simpleType>
  391. </xs:element>
  392. <xs:element ref="CKA_EXTRACTABLE" minOccurs="0"/>
  393. <xs:element ref="CKA_PRIVATE" minOccurs="0"/>
  394. <xs:element ref="CKA_COPYABLE" minOccurs="0"/>
  395. <xs:element name="CKA_CERTIFICATE_CATEGORY" minOccurs="0">
  396. <xs:simpleType>
  397. <xs:restriction base="xs:decimal">
  398. <xs:minExclusive value="0"/>
  399. <xs:maxExclusive value="3"/>
  400. </xs:restriction>
  401. </xs:simpleType>
  402. </xs:element>
  403. <xs:element ref="CKA_CHECK_VALUE" minOccurs="0"/>
  404. <xs:element ref="CKA_START_DATE" minOccurs="0"/>
  405. <xs:element ref="CKA_END_DATE" minOccurs="0"/>
  406. <xs:element ref="CKA_HASH_OF_SUBJECT_PUBLIC_KEY" minOccurs="0"/>
  407. <xs:element ref="CKA_HASH_OF_ISSUER_PUBLIC_KEY" minOccurs="0"/>
  408. <xs:element ref="CKA_JAVA_MIDP_SECURITY_DOMAIN" minOccurs="0"/>
  409. <xs:element ref="CKA_NAME_HASH_ALGORITHM" minOccurs="0"/>
  410. </xs:all>
  411. <xs:attribute name="ID" type="xs:hexBinary" use="required"/>
  412. <xs:attribute name="DF_PATH" type="xs:string" use="required"/>
  413. </xs:complexType>
  414. </xs:element>
  415. </xs:schema>