xmlsec-shim 1.2.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/README.md +2 -0
  4. data/Rakefile +2 -0
  5. data/ext/xmlsec/extconf.rb +14 -0
  6. data/lib/xmlsec-shim.rb +27 -0
  7. data/lib/xmlsec-shim/version.rb +5 -0
  8. data/vendor/xmlsec1-1.2.18/AUTHORS +8 -0
  9. data/vendor/xmlsec1-1.2.18/COPYING +105 -0
  10. data/vendor/xmlsec1-1.2.18/ChangeLog +1810 -0
  11. data/vendor/xmlsec1-1.2.18/Copyright +105 -0
  12. data/vendor/xmlsec1-1.2.18/HACKING +199 -0
  13. data/vendor/xmlsec1-1.2.18/INSTALL +38 -0
  14. data/vendor/xmlsec1-1.2.18/Makefile.am +186 -0
  15. data/vendor/xmlsec1-1.2.18/Makefile.in +1155 -0
  16. data/vendor/xmlsec1-1.2.18/NEWS +1 -0
  17. data/vendor/xmlsec1-1.2.18/README +15 -0
  18. data/vendor/xmlsec1-1.2.18/TODO +156 -0
  19. data/vendor/xmlsec1-1.2.18/aclocal.m4 +1197 -0
  20. data/vendor/xmlsec1-1.2.18/apps/Makefile.am +84 -0
  21. data/vendor/xmlsec1-1.2.18/apps/Makefile.in +694 -0
  22. data/vendor/xmlsec1-1.2.18/apps/cmdline.c +355 -0
  23. data/vendor/xmlsec1-1.2.18/apps/cmdline.h +89 -0
  24. data/vendor/xmlsec1-1.2.18/apps/crypto.c +396 -0
  25. data/vendor/xmlsec1-1.2.18/apps/crypto.h +70 -0
  26. data/vendor/xmlsec1-1.2.18/apps/xmlsec.c +3058 -0
  27. data/vendor/xmlsec1-1.2.18/config.guess +1502 -0
  28. data/vendor/xmlsec1-1.2.18/config.h.in +134 -0
  29. data/vendor/xmlsec1-1.2.18/config.sub +1714 -0
  30. data/vendor/xmlsec1-1.2.18/configure +17363 -0
  31. data/vendor/xmlsec1-1.2.18/configure.in +1633 -0
  32. data/vendor/xmlsec1-1.2.18/depcomp +630 -0
  33. data/vendor/xmlsec1-1.2.18/docs/Makefile.am +65 -0
  34. data/vendor/xmlsec1-1.2.18/docs/Makefile.in +721 -0
  35. data/vendor/xmlsec1-1.2.18/docs/api/Makefile.am +209 -0
  36. data/vendor/xmlsec1-1.2.18/docs/api/Makefile.in +664 -0
  37. data/vendor/xmlsec1-1.2.18/docs/api/chapters/compiling-and-linking.sgml +252 -0
  38. data/vendor/xmlsec1-1.2.18/docs/api/chapters/creating-templates.sgml +325 -0
  39. data/vendor/xmlsec1-1.2.18/docs/api/chapters/examples.sgml +102 -0
  40. data/vendor/xmlsec1-1.2.18/docs/api/chapters/init-and-shutdown.sgml +104 -0
  41. data/vendor/xmlsec1-1.2.18/docs/api/chapters/new-crypto.sgml +487 -0
  42. data/vendor/xmlsec1-1.2.18/docs/api/chapters/sign-and-encrypt.sgml +286 -0
  43. data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-contexts.sgml +138 -0
  44. data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-keys.sgml +26 -0
  45. data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-keysmngr.sgml +592 -0
  46. data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-transforms.sgml +67 -0
  47. data/vendor/xmlsec1-1.2.18/docs/api/chapters/using-x509-certs.sgml +197 -0
  48. data/vendor/xmlsec1-1.2.18/docs/api/chapters/verify-and-decrypt.sgml +265 -0
  49. data/vendor/xmlsec1-1.2.18/docs/api/home.png +0 -0
  50. data/vendor/xmlsec1-1.2.18/docs/api/images/diagrams.sxd +0 -0
  51. data/vendor/xmlsec1-1.2.18/docs/api/images/encryption-structure.png +0 -0
  52. data/vendor/xmlsec1-1.2.18/docs/api/images/key.png +0 -0
  53. data/vendor/xmlsec1-1.2.18/docs/api/images/keysmngr.png +0 -0
  54. data/vendor/xmlsec1-1.2.18/docs/api/images/sign-enc-model.png +0 -0
  55. data/vendor/xmlsec1-1.2.18/docs/api/images/signature-structure.png +0 -0
  56. data/vendor/xmlsec1-1.2.18/docs/api/images/structure.png +0 -0
  57. data/vendor/xmlsec1-1.2.18/docs/api/images/transform.png +0 -0
  58. data/vendor/xmlsec1-1.2.18/docs/api/images/transforms-chain.png +0 -0
  59. data/vendor/xmlsec1-1.2.18/docs/api/images/verif-dec-model.png +0 -0
  60. data/vendor/xmlsec1-1.2.18/docs/api/index.html +307 -0
  61. data/vendor/xmlsec1-1.2.18/docs/api/index.sgml +43 -0
  62. data/vendor/xmlsec1-1.2.18/docs/api/left.png +0 -0
  63. data/vendor/xmlsec1-1.2.18/docs/api/right.png +0 -0
  64. data/vendor/xmlsec1-1.2.18/docs/api/up.png +0 -0
  65. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-app.html +1525 -0
  66. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-base64.html +357 -0
  67. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-bn.html +705 -0
  68. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-buffer.html +603 -0
  69. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-custom-keys-manager.html +475 -0
  70. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-decrypt-with-keys-mngr.html +396 -0
  71. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-decrypt-with-signle-key.html +326 -0
  72. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-dl.html +245 -0
  73. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-dynamic-template.html +386 -0
  74. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-template-file.html +364 -0
  75. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encrypt-with-session-key.html +495 -0
  76. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-encryption-klasses.html +101 -0
  77. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-errors.html +744 -0
  78. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-dynamimc-template.html +406 -0
  79. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-template-file.html +388 -0
  80. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples-sign-x509.html +447 -0
  81. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-examples.html +119 -0
  82. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-app.html +578 -0
  83. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-crypto.html +1128 -0
  84. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt-ref.html +107 -0
  85. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gcrypt.sgml +15 -0
  86. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-app.html +576 -0
  87. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-crypto.html +1076 -0
  88. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls-ref.html +107 -0
  89. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-gnutls.sgml +15 -0
  90. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-index.html +1570 -0
  91. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-index.sgml +1471 -0
  92. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-io.html +226 -0
  93. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keyinfo.html +700 -0
  94. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keys.html +1161 -0
  95. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keysdata.html +2067 -0
  96. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-keysmngr.html +743 -0
  97. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-list.html +643 -0
  98. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-membuf.html +143 -0
  99. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-app.html +747 -0
  100. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-certkeys.html +252 -0
  101. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-crypto.html +1153 -0
  102. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-keysstore.html +209 -0
  103. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-ref.html +113 -0
  104. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto-x509.html +478 -0
  105. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-mscrypto.sgml +21 -0
  106. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nodeset.html +542 -0
  107. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-others.html +102 -0
  108. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-unix.html +223 -0
  109. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling-windows.html +138 -0
  110. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-compiling.html +117 -0
  111. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-contexts.html +229 -0
  112. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-custom-keys-store.html +250 -0
  113. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-decrypt.html +205 -0
  114. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-dynamic-encryption-templates.html +240 -0
  115. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-dynamic-signature-templates.html +250 -0
  116. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-encrypt.html +223 -0
  117. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-include-files.html +141 -0
  118. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-init-shutdown.html +194 -0
  119. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys-manager-sign-enc.html +307 -0
  120. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys-mngr-verify-decrypt.html +179 -0
  121. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keys.html +120 -0
  122. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-keysmngr.html +140 -0
  123. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-functions.html +151 -0
  124. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-key-stores.html +83 -0
  125. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-keys.html +103 -0
  126. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-klasses.html +217 -0
  127. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-sharing-results.html +125 -0
  128. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-simple-keys-mngr.html +102 -0
  129. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-skeleton.html +254 -0
  130. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto-transforms.html +170 -0
  131. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-new-crypto.html +136 -0
  132. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-overview.html +102 -0
  133. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign-encrypt.html +120 -0
  134. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign-x509.html +176 -0
  135. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-sign.html +210 -0
  136. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-simple-keys-store.html +177 -0
  137. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-structure.html +115 -0
  138. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-templates.html +114 -0
  139. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-transforms.html +154 -0
  140. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify-decrypt.html +120 -0
  141. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify-x509.html +180 -0
  142. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-verify.html +210 -0
  143. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes-x509.html +114 -0
  144. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-notes.html +115 -0
  145. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-app.html +740 -0
  146. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-bignum.html +176 -0
  147. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-crypto.html +978 -0
  148. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-keysstore.html +209 -0
  149. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-pkikeys.html +211 -0
  150. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-ref.html +115 -0
  151. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss-x509.html +467 -0
  152. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-nss.sgml +23 -0
  153. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-app.html +800 -0
  154. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-bn.html +170 -0
  155. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-crypto.html +1329 -0
  156. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-evp.html +184 -0
  157. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-ref.html +113 -0
  158. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl-x509.html +567 -0
  159. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-openssl.sgml +21 -0
  160. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-parser.html +223 -0
  161. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-ref.html +149 -0
  162. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-reference.html +106 -0
  163. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-signature-klasses.html +101 -0
  164. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-templates.html +1290 -0
  165. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-transforms.html +3059 -0
  166. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-key.html +318 -0
  167. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-keys-mngr.html +388 -0
  168. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-restrictions.html +715 -0
  169. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-verify-with-x509.html +369 -0
  170. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-version.html +143 -0
  171. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-x509.html +181 -0
  172. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmldsig.html +853 -0
  173. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmlenc.html +584 -0
  174. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmlsec.html +300 -0
  175. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec-xmltree.html +1529 -0
  176. data/vendor/xmlsec1-1.2.18/docs/api/xmlsec.sgml +307 -0
  177. data/vendor/xmlsec1-1.2.18/docs/authors.html +59 -0
  178. data/vendor/xmlsec1-1.2.18/docs/bugs.html +106 -0
  179. data/vendor/xmlsec1-1.2.18/docs/c14n.html +73 -0
  180. data/vendor/xmlsec1-1.2.18/docs/documentation.html +65 -0
  181. data/vendor/xmlsec1-1.2.18/docs/download.html +115 -0
  182. data/vendor/xmlsec1-1.2.18/docs/faq.html +449 -0
  183. data/vendor/xmlsec1-1.2.18/docs/images/bart.gif +0 -0
  184. data/vendor/xmlsec1-1.2.18/docs/images/libxml2-logo.png +0 -0
  185. data/vendor/xmlsec1-1.2.18/docs/images/libxslt-logo.png +0 -0
  186. data/vendor/xmlsec1-1.2.18/docs/images/logo.gif +0 -0
  187. data/vendor/xmlsec1-1.2.18/docs/images/openssl-logo.png +0 -0
  188. data/vendor/xmlsec1-1.2.18/docs/images/xmlsec-logo.gif +0 -0
  189. data/vendor/xmlsec1-1.2.18/docs/index.html +109 -0
  190. data/vendor/xmlsec1-1.2.18/docs/news.html +545 -0
  191. data/vendor/xmlsec1-1.2.18/docs/related.html +165 -0
  192. data/vendor/xmlsec1-1.2.18/docs/xmldsig-verifier.html +138 -0
  193. data/vendor/xmlsec1-1.2.18/docs/xmldsig.html +646 -0
  194. data/vendor/xmlsec1-1.2.18/docs/xmlenc.html +464 -0
  195. data/vendor/xmlsec1-1.2.18/docs/xmlsec-man.html +291 -0
  196. data/vendor/xmlsec1-1.2.18/docs/xmlsec.xsl +194 -0
  197. data/vendor/xmlsec1-1.2.18/examples/Makefile +40 -0
  198. data/vendor/xmlsec1-1.2.18/examples/Makefile.w32 +88 -0
  199. data/vendor/xmlsec1-1.2.18/examples/README +126 -0
  200. data/vendor/xmlsec1-1.2.18/examples/binary.dat +1 -0
  201. data/vendor/xmlsec1-1.2.18/examples/decrypt1.c +223 -0
  202. data/vendor/xmlsec1-1.2.18/examples/decrypt2.c +293 -0
  203. data/vendor/xmlsec1-1.2.18/examples/decrypt3.c +372 -0
  204. data/vendor/xmlsec1-1.2.18/examples/deskey.bin +1 -0
  205. data/vendor/xmlsec1-1.2.18/examples/encrypt1-res.xml +13 -0
  206. data/vendor/xmlsec1-1.2.18/examples/encrypt1-tmpl.xml +13 -0
  207. data/vendor/xmlsec1-1.2.18/examples/encrypt1.c +219 -0
  208. data/vendor/xmlsec1-1.2.18/examples/encrypt2-doc.xml +9 -0
  209. data/vendor/xmlsec1-1.2.18/examples/encrypt2-res.xml +14 -0
  210. data/vendor/xmlsec1-1.2.18/examples/encrypt2.c +244 -0
  211. data/vendor/xmlsec1-1.2.18/examples/encrypt3-doc.xml +9 -0
  212. data/vendor/xmlsec1-1.2.18/examples/encrypt3-res.xml +27 -0
  213. data/vendor/xmlsec1-1.2.18/examples/encrypt3.c +340 -0
  214. data/vendor/xmlsec1-1.2.18/examples/mywin32make.bat +18 -0
  215. data/vendor/xmlsec1-1.2.18/examples/rootcert.pem +25 -0
  216. data/vendor/xmlsec1-1.2.18/examples/rsacert.pem +83 -0
  217. data/vendor/xmlsec1-1.2.18/examples/rsakey.pem +27 -0
  218. data/vendor/xmlsec1-1.2.18/examples/rsapub.pem +9 -0
  219. data/vendor/xmlsec1-1.2.18/examples/sign1-res.xml +31 -0
  220. data/vendor/xmlsec1-1.2.18/examples/sign1-tmpl.xml +27 -0
  221. data/vendor/xmlsec1-1.2.18/examples/sign1.c +212 -0
  222. data/vendor/xmlsec1-1.2.18/examples/sign2-doc.xml +9 -0
  223. data/vendor/xmlsec1-1.2.18/examples/sign2-res.xml +30 -0
  224. data/vendor/xmlsec1-1.2.18/examples/sign2.c +248 -0
  225. data/vendor/xmlsec1-1.2.18/examples/sign3-doc.xml +9 -0
  226. data/vendor/xmlsec1-1.2.18/examples/sign3-res.xml +58 -0
  227. data/vendor/xmlsec1-1.2.18/examples/sign3.c +261 -0
  228. data/vendor/xmlsec1-1.2.18/examples/verify1.c +215 -0
  229. data/vendor/xmlsec1-1.2.18/examples/verify2.c +285 -0
  230. data/vendor/xmlsec1-1.2.18/examples/verify3.c +266 -0
  231. data/vendor/xmlsec1-1.2.18/examples/verify4-bad-res.xml +90 -0
  232. data/vendor/xmlsec1-1.2.18/examples/verify4-bad-tmpl.xml +54 -0
  233. data/vendor/xmlsec1-1.2.18/examples/verify4-res.xml +80 -0
  234. data/vendor/xmlsec1-1.2.18/examples/verify4-tmpl.xml +47 -0
  235. data/vendor/xmlsec1-1.2.18/examples/verify4.c +309 -0
  236. data/vendor/xmlsec1-1.2.18/examples/xkms-server.c +839 -0
  237. data/vendor/xmlsec1-1.2.18/examples/xmldsigverify.c +381 -0
  238. data/vendor/xmlsec1-1.2.18/include/Makefile.am +4 -0
  239. data/vendor/xmlsec1-1.2.18/include/Makefile.in +656 -0
  240. data/vendor/xmlsec1-1.2.18/include/xmlsec/Makefile.am +63 -0
  241. data/vendor/xmlsec1-1.2.18/include/xmlsec/Makefile.in +767 -0
  242. data/vendor/xmlsec1-1.2.18/include/xmlsec/app.h +424 -0
  243. data/vendor/xmlsec1-1.2.18/include/xmlsec/base64.h +67 -0
  244. data/vendor/xmlsec1-1.2.18/include/xmlsec/bn.h +99 -0
  245. data/vendor/xmlsec1-1.2.18/include/xmlsec/buffer.h +108 -0
  246. data/vendor/xmlsec1-1.2.18/include/xmlsec/crypto.h +75 -0
  247. data/vendor/xmlsec1-1.2.18/include/xmlsec/dl.h +56 -0
  248. data/vendor/xmlsec1-1.2.18/include/xmlsec/errors.h +504 -0
  249. data/vendor/xmlsec1-1.2.18/include/xmlsec/exports.h +111 -0
  250. data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/Makefile.am +13 -0
  251. data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/Makefile.in +564 -0
  252. data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/app.h +96 -0
  253. data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/crypto.h +460 -0
  254. data/vendor/xmlsec1-1.2.18/include/xmlsec/gcrypt/symbols.h +104 -0
  255. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/Makefile.am +14 -0
  256. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/Makefile.in +565 -0
  257. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/app.h +96 -0
  258. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/crypto.h +462 -0
  259. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/symbols.h +104 -0
  260. data/vendor/xmlsec1-1.2.18/include/xmlsec/gnutls/x509.h +110 -0
  261. data/vendor/xmlsec1-1.2.18/include/xmlsec/io.h +54 -0
  262. data/vendor/xmlsec1-1.2.18/include/xmlsec/keyinfo.h +285 -0
  263. data/vendor/xmlsec1-1.2.18/include/xmlsec/keys.h +278 -0
  264. data/vendor/xmlsec1-1.2.18/include/xmlsec/keysdata.h +837 -0
  265. data/vendor/xmlsec1-1.2.18/include/xmlsec/keysmngr.h +264 -0
  266. data/vendor/xmlsec1-1.2.18/include/xmlsec/list.h +194 -0
  267. data/vendor/xmlsec1-1.2.18/include/xmlsec/membuf.h +44 -0
  268. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/Makefile.am +16 -0
  269. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/Makefile.in +567 -0
  270. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/app.h +116 -0
  271. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/certkeys.h +42 -0
  272. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/crypto.h +516 -0
  273. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/keysstore.h +48 -0
  274. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/symbols.h +114 -0
  275. data/vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/x509.h +92 -0
  276. data/vendor/xmlsec1-1.2.18/include/xmlsec/nodeset.h +139 -0
  277. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/Makefile.am +17 -0
  278. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/Makefile.in +568 -0
  279. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/app.h +118 -0
  280. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/bignum.h +37 -0
  281. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/crypto.h +469 -0
  282. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/keysstore.h +46 -0
  283. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/pkikeys.h +44 -0
  284. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/symbols.h +106 -0
  285. data/vendor/xmlsec1-1.2.18/include/xmlsec/nss/x509.h +91 -0
  286. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/Makefile.am +16 -0
  287. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/Makefile.in +567 -0
  288. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/app.h +128 -0
  289. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/bn.h +35 -0
  290. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/crypto.h +561 -0
  291. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/evp.h +44 -0
  292. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/symbols.h +123 -0
  293. data/vendor/xmlsec1-1.2.18/include/xmlsec/openssl/x509.h +109 -0
  294. data/vendor/xmlsec1-1.2.18/include/xmlsec/parser.h +51 -0
  295. data/vendor/xmlsec1-1.2.18/include/xmlsec/private.h +489 -0
  296. data/vendor/xmlsec1-1.2.18/include/xmlsec/private/Makefile.am +12 -0
  297. data/vendor/xmlsec1-1.2.18/include/xmlsec/private/Makefile.in +563 -0
  298. data/vendor/xmlsec1-1.2.18/include/xmlsec/private/xkms.h +121 -0
  299. data/vendor/xmlsec1-1.2.18/include/xmlsec/private/xslt.h +34 -0
  300. data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/Makefile.am +13 -0
  301. data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/app.h +97 -0
  302. data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/crypto.h +40 -0
  303. data/vendor/xmlsec1-1.2.18/include/xmlsec/skeleton/symbols.h +117 -0
  304. data/vendor/xmlsec1-1.2.18/include/xmlsec/soap.h +130 -0
  305. data/vendor/xmlsec1-1.2.18/include/xmlsec/strings.h +610 -0
  306. data/vendor/xmlsec1-1.2.18/include/xmlsec/templates.h +162 -0
  307. data/vendor/xmlsec1-1.2.18/include/xmlsec/transforms.h +994 -0
  308. data/vendor/xmlsec1-1.2.18/include/xmlsec/version.h +61 -0
  309. data/vendor/xmlsec1-1.2.18/include/xmlsec/version.h.in +61 -0
  310. data/vendor/xmlsec1-1.2.18/include/xmlsec/x509.h +80 -0
  311. data/vendor/xmlsec1-1.2.18/include/xmlsec/xkms.h +652 -0
  312. data/vendor/xmlsec1-1.2.18/include/xmlsec/xmldsig.h +281 -0
  313. data/vendor/xmlsec1-1.2.18/include/xmlsec/xmlenc.h +163 -0
  314. data/vendor/xmlsec1-1.2.18/include/xmlsec/xmlsec.h +216 -0
  315. data/vendor/xmlsec1-1.2.18/include/xmlsec/xmltree.h +275 -0
  316. data/vendor/xmlsec1-1.2.18/install-sh +520 -0
  317. data/vendor/xmlsec1-1.2.18/ltmain.sh +8413 -0
  318. data/vendor/xmlsec1-1.2.18/m4/libtool.m4 +7377 -0
  319. data/vendor/xmlsec1-1.2.18/m4/ltoptions.m4 +368 -0
  320. data/vendor/xmlsec1-1.2.18/m4/ltsugar.m4 +123 -0
  321. data/vendor/xmlsec1-1.2.18/m4/ltversion.m4 +23 -0
  322. data/vendor/xmlsec1-1.2.18/m4/lt~obsolete.m4 +92 -0
  323. data/vendor/xmlsec1-1.2.18/man/Makefile.am +52 -0
  324. data/vendor/xmlsec1-1.2.18/man/Makefile.in +582 -0
  325. data/vendor/xmlsec1-1.2.18/man/xmlsec1-config.1 +34 -0
  326. data/vendor/xmlsec1-1.2.18/man/xmlsec1.1 +269 -0
  327. data/vendor/xmlsec1-1.2.18/missing +376 -0
  328. data/vendor/xmlsec1-1.2.18/scripts/build_release.sh +33 -0
  329. data/vendor/xmlsec1-1.2.18/scripts/change-release.sh +34 -0
  330. data/vendor/xmlsec1-1.2.18/scripts/push_release.sh +30 -0
  331. data/vendor/xmlsec1-1.2.18/scripts/remove-gtkdoclink.pl +20 -0
  332. data/vendor/xmlsec1-1.2.18/scripts/test_errors.pl +38 -0
  333. data/vendor/xmlsec1-1.2.18/scripts/test_release.sh +12 -0
  334. data/vendor/xmlsec1-1.2.18/src/Makefile.am +71 -0
  335. data/vendor/xmlsec1-1.2.18/src/Makefile.in +878 -0
  336. data/vendor/xmlsec1-1.2.18/src/app.c +1498 -0
  337. data/vendor/xmlsec1-1.2.18/src/base64.c +1034 -0
  338. data/vendor/xmlsec1-1.2.18/src/bn.c +1060 -0
  339. data/vendor/xmlsec1-1.2.18/src/buffer.c +674 -0
  340. data/vendor/xmlsec1-1.2.18/src/c14n.c +801 -0
  341. data/vendor/xmlsec1-1.2.18/src/dl.c +994 -0
  342. data/vendor/xmlsec1-1.2.18/src/enveloped.c +152 -0
  343. data/vendor/xmlsec1-1.2.18/src/errors.c +242 -0
  344. data/vendor/xmlsec1-1.2.18/src/gcrypt/Makefile.am +55 -0
  345. data/vendor/xmlsec1-1.2.18/src/gcrypt/Makefile.in +764 -0
  346. data/vendor/xmlsec1-1.2.18/src/gcrypt/README +9 -0
  347. data/vendor/xmlsec1-1.2.18/src/gcrypt/app.c +663 -0
  348. data/vendor/xmlsec1-1.2.18/src/gcrypt/asn1.c +602 -0
  349. data/vendor/xmlsec1-1.2.18/src/gcrypt/asn1.h +39 -0
  350. data/vendor/xmlsec1-1.2.18/src/gcrypt/asymkeys.c +1920 -0
  351. data/vendor/xmlsec1-1.2.18/src/gcrypt/ciphers.c +855 -0
  352. data/vendor/xmlsec1-1.2.18/src/gcrypt/crypto.c +315 -0
  353. data/vendor/xmlsec1-1.2.18/src/gcrypt/digests.c +614 -0
  354. data/vendor/xmlsec1-1.2.18/src/gcrypt/globals.h +30 -0
  355. data/vendor/xmlsec1-1.2.18/src/gcrypt/hmac.c +823 -0
  356. data/vendor/xmlsec1-1.2.18/src/gcrypt/kw_aes.c +593 -0
  357. data/vendor/xmlsec1-1.2.18/src/gcrypt/kw_des.c +607 -0
  358. data/vendor/xmlsec1-1.2.18/src/gcrypt/signatures.c +1490 -0
  359. data/vendor/xmlsec1-1.2.18/src/gcrypt/symkeys.c +441 -0
  360. data/vendor/xmlsec1-1.2.18/src/globals.h +25 -0
  361. data/vendor/xmlsec1-1.2.18/src/gnutls/Makefile.am +58 -0
  362. data/vendor/xmlsec1-1.2.18/src/gnutls/Makefile.in +786 -0
  363. data/vendor/xmlsec1-1.2.18/src/gnutls/README +6 -0
  364. data/vendor/xmlsec1-1.2.18/src/gnutls/app.c +998 -0
  365. data/vendor/xmlsec1-1.2.18/src/gnutls/asymkeys.c +455 -0
  366. data/vendor/xmlsec1-1.2.18/src/gnutls/ciphers.c +82 -0
  367. data/vendor/xmlsec1-1.2.18/src/gnutls/crypto.c +351 -0
  368. data/vendor/xmlsec1-1.2.18/src/gnutls/digests.c +112 -0
  369. data/vendor/xmlsec1-1.2.18/src/gnutls/globals.h +31 -0
  370. data/vendor/xmlsec1-1.2.18/src/gnutls/hmac.c +141 -0
  371. data/vendor/xmlsec1-1.2.18/src/gnutls/kw_aes.c +72 -0
  372. data/vendor/xmlsec1-1.2.18/src/gnutls/kw_des.c +51 -0
  373. data/vendor/xmlsec1-1.2.18/src/gnutls/signatures.c +148 -0
  374. data/vendor/xmlsec1-1.2.18/src/gnutls/symkeys.c +125 -0
  375. data/vendor/xmlsec1-1.2.18/src/gnutls/x509.c +1960 -0
  376. data/vendor/xmlsec1-1.2.18/src/gnutls/x509utils.c +1687 -0
  377. data/vendor/xmlsec1-1.2.18/src/gnutls/x509utils.h +143 -0
  378. data/vendor/xmlsec1-1.2.18/src/gnutls/x509vfy.c +802 -0
  379. data/vendor/xmlsec1-1.2.18/src/io.c +496 -0
  380. data/vendor/xmlsec1-1.2.18/src/keyinfo.c +1561 -0
  381. data/vendor/xmlsec1-1.2.18/src/keys.c +1415 -0
  382. data/vendor/xmlsec1-1.2.18/src/keysdata.c +1387 -0
  383. data/vendor/xmlsec1-1.2.18/src/keysmngr.c +745 -0
  384. data/vendor/xmlsec1-1.2.18/src/kw_aes_des.c +493 -0
  385. data/vendor/xmlsec1-1.2.18/src/kw_aes_des.h +148 -0
  386. data/vendor/xmlsec1-1.2.18/src/list.c +534 -0
  387. data/vendor/xmlsec1-1.2.18/src/membuf.c +209 -0
  388. data/vendor/xmlsec1-1.2.18/src/mscrypto/Makefile.am +62 -0
  389. data/vendor/xmlsec1-1.2.18/src/mscrypto/Makefile.in +799 -0
  390. data/vendor/xmlsec1-1.2.18/src/mscrypto/README +39 -0
  391. data/vendor/xmlsec1-1.2.18/src/mscrypto/app.c +1289 -0
  392. data/vendor/xmlsec1-1.2.18/src/mscrypto/certkeys.c +2615 -0
  393. data/vendor/xmlsec1-1.2.18/src/mscrypto/ciphers.c +937 -0
  394. data/vendor/xmlsec1-1.2.18/src/mscrypto/crypto.c +889 -0
  395. data/vendor/xmlsec1-1.2.18/src/mscrypto/csp_calg.h +105 -0
  396. data/vendor/xmlsec1-1.2.18/src/mscrypto/csp_oid.h +114 -0
  397. data/vendor/xmlsec1-1.2.18/src/mscrypto/digests.c +668 -0
  398. data/vendor/xmlsec1-1.2.18/src/mscrypto/globals.h +39 -0
  399. data/vendor/xmlsec1-1.2.18/src/mscrypto/hmac.c +963 -0
  400. data/vendor/xmlsec1-1.2.18/src/mscrypto/keysstore.c +620 -0
  401. data/vendor/xmlsec1-1.2.18/src/mscrypto/kt_rsa.c +631 -0
  402. data/vendor/xmlsec1-1.2.18/src/mscrypto/kw_aes.c +662 -0
  403. data/vendor/xmlsec1-1.2.18/src/mscrypto/kw_des.c +730 -0
  404. data/vendor/xmlsec1-1.2.18/src/mscrypto/mingw-crypt32.def +36 -0
  405. data/vendor/xmlsec1-1.2.18/src/mscrypto/private.h +130 -0
  406. data/vendor/xmlsec1-1.2.18/src/mscrypto/signatures.c +960 -0
  407. data/vendor/xmlsec1-1.2.18/src/mscrypto/symkeys.c +824 -0
  408. data/vendor/xmlsec1-1.2.18/src/mscrypto/x509.c +2281 -0
  409. data/vendor/xmlsec1-1.2.18/src/mscrypto/x509vfy.c +1406 -0
  410. data/vendor/xmlsec1-1.2.18/src/mscrypto/xmlsec-mingw.h +210 -0
  411. data/vendor/xmlsec1-1.2.18/src/nodeset.c +610 -0
  412. data/vendor/xmlsec1-1.2.18/src/nss/Makefile.am +57 -0
  413. data/vendor/xmlsec1-1.2.18/src/nss/Makefile.in +798 -0
  414. data/vendor/xmlsec1-1.2.18/src/nss/README +128 -0
  415. data/vendor/xmlsec1-1.2.18/src/nss/app.c +1598 -0
  416. data/vendor/xmlsec1-1.2.18/src/nss/bignum.c +163 -0
  417. data/vendor/xmlsec1-1.2.18/src/nss/ciphers.c +838 -0
  418. data/vendor/xmlsec1-1.2.18/src/nss/crypto.c +444 -0
  419. data/vendor/xmlsec1-1.2.18/src/nss/digests.c +576 -0
  420. data/vendor/xmlsec1-1.2.18/src/nss/globals.h +24 -0
  421. data/vendor/xmlsec1-1.2.18/src/nss/hmac.c +855 -0
  422. data/vendor/xmlsec1-1.2.18/src/nss/keysstore.c +485 -0
  423. data/vendor/xmlsec1-1.2.18/src/nss/keytrans.c +753 -0
  424. data/vendor/xmlsec1-1.2.18/src/nss/kw_aes.c +681 -0
  425. data/vendor/xmlsec1-1.2.18/src/nss/kw_des.c +663 -0
  426. data/vendor/xmlsec1-1.2.18/src/nss/pkikeys.c +1554 -0
  427. data/vendor/xmlsec1-1.2.18/src/nss/signatures.c +841 -0
  428. data/vendor/xmlsec1-1.2.18/src/nss/symkeys.c +440 -0
  429. data/vendor/xmlsec1-1.2.18/src/nss/x509.c +2223 -0
  430. data/vendor/xmlsec1-1.2.18/src/nss/x509vfy.c +808 -0
  431. data/vendor/xmlsec1-1.2.18/src/openssl/Makefile.am +56 -0
  432. data/vendor/xmlsec1-1.2.18/src/openssl/Makefile.in +790 -0
  433. data/vendor/xmlsec1-1.2.18/src/openssl/README +17 -0
  434. data/vendor/xmlsec1-1.2.18/src/openssl/app.c +1628 -0
  435. data/vendor/xmlsec1-1.2.18/src/openssl/bn.c +163 -0
  436. data/vendor/xmlsec1-1.2.18/src/openssl/ciphers.c +856 -0
  437. data/vendor/xmlsec1-1.2.18/src/openssl/crypto.c +491 -0
  438. data/vendor/xmlsec1-1.2.18/src/openssl/digests.c +682 -0
  439. data/vendor/xmlsec1-1.2.18/src/openssl/evp.c +1559 -0
  440. data/vendor/xmlsec1-1.2.18/src/openssl/globals.h +24 -0
  441. data/vendor/xmlsec1-1.2.18/src/openssl/hmac.c +857 -0
  442. data/vendor/xmlsec1-1.2.18/src/openssl/kt_rsa.c +876 -0
  443. data/vendor/xmlsec1-1.2.18/src/openssl/kw_aes.c +513 -0
  444. data/vendor/xmlsec1-1.2.18/src/openssl/kw_des.c +563 -0
  445. data/vendor/xmlsec1-1.2.18/src/openssl/signatures.c +1065 -0
  446. data/vendor/xmlsec1-1.2.18/src/openssl/symkeys.c +447 -0
  447. data/vendor/xmlsec1-1.2.18/src/openssl/x509.c +2414 -0
  448. data/vendor/xmlsec1-1.2.18/src/openssl/x509vfy.c +1284 -0
  449. data/vendor/xmlsec1-1.2.18/src/parser.c +571 -0
  450. data/vendor/xmlsec1-1.2.18/src/skeleton/Makefile.am +45 -0
  451. data/vendor/xmlsec1-1.2.18/src/skeleton/README +0 -0
  452. data/vendor/xmlsec1-1.2.18/src/skeleton/app.c +499 -0
  453. data/vendor/xmlsec1-1.2.18/src/skeleton/crypto.c +260 -0
  454. data/vendor/xmlsec1-1.2.18/src/skeleton/globals.h +24 -0
  455. data/vendor/xmlsec1-1.2.18/src/soap.c +1322 -0
  456. data/vendor/xmlsec1-1.2.18/src/strings.c +597 -0
  457. data/vendor/xmlsec1-1.2.18/src/templates.c +2091 -0
  458. data/vendor/xmlsec1-1.2.18/src/transforms.c +2902 -0
  459. data/vendor/xmlsec1-1.2.18/src/x509.c +97 -0
  460. data/vendor/xmlsec1-1.2.18/src/xkms.c +4981 -0
  461. data/vendor/xmlsec1-1.2.18/src/xmldsig.c +1795 -0
  462. data/vendor/xmlsec1-1.2.18/src/xmlenc.c +1339 -0
  463. data/vendor/xmlsec1-1.2.18/src/xmlsec.c +185 -0
  464. data/vendor/xmlsec1-1.2.18/src/xmltree.c +1908 -0
  465. data/vendor/xmlsec1-1.2.18/src/xpath.c +1148 -0
  466. data/vendor/xmlsec1-1.2.18/src/xslt.c +617 -0
  467. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/Readme.txt +52 -0
  468. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/bad-alg-enc-element-aes128-kw-3des.xml +29 -0
  469. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/dh-priv-key.der +0 -0
  470. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.data +9 -0
  471. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.tmpl +22 -0
  472. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-3des-kw-aes192.xml +30 -0
  473. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.data +9 -0
  474. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.tmpl +22 -0
  475. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes128-kw-3des.xml +30 -0
  476. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.data +9 -0
  477. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.tmpl +22 -0
  478. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes192-kw-aes256.xml +30 -0
  479. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.data +9 -0
  480. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.tmpl +24 -0
  481. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5.xml +63 -0
  482. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-ka-dh.xml +83 -0
  483. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.data +9 -0
  484. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.tmpl +23 -0
  485. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5.xml +61 -0
  486. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.data +9 -0
  487. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.tmpl +22 -0
  488. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1.xml +63 -0
  489. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha256.xml +63 -0
  490. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha512.xml +63 -0
  491. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.data +9 -0
  492. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.tmpl +22 -0
  493. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-3des-kw-3des.xml +29 -0
  494. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-ka-dh.xml +83 -0
  495. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.data +9 -0
  496. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.tmpl +20 -0
  497. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5.xml +61 -0
  498. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.data +9 -0
  499. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.tmpl +22 -0
  500. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1.xml +63 -0
  501. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.data +9 -0
  502. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.tmpl +22 -0
  503. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes128.xml +29 -0
  504. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.data +9 -0
  505. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.tmpl +22 -0
  506. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes128-kw-aes256.xml +29 -0
  507. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-ka-dh.xml +83 -0
  508. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.data +9 -0
  509. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.tmpl +22 -0
  510. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1.xml +63 -0
  511. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.data +9 -0
  512. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.tmpl +22 -0
  513. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes192-kw-aes192.xml +29 -0
  514. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-ka-dh.xml +83 -0
  515. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.data +9 -0
  516. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.tmpl +22 -0
  517. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-element-aes256-kw-aes256.xml +29 -0
  518. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.data +9 -0
  519. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.tmpl +23 -0
  520. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-3des-kw-aes256.xml +32 -0
  521. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.data +9 -0
  522. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.tmpl +21 -0
  523. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.xml +28 -0
  524. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.data +9 -0
  525. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.tmpl +20 -0
  526. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5.xml +62 -0
  527. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.data +9 -0
  528. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.tmpl +22 -0
  529. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1.xml +64 -0
  530. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/key.txt +117 -0
  531. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/keys.xml +61 -0
  532. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/payment.xml +9 -0
  533. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/rsa-priv-key.der +0 -0
  534. data/vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/rsa-priv-key.p12 +0 -0
  535. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/bad-request-name-not-supported.xml +2 -0
  536. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/bad-request-name.xml +10 -0
  537. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/compound-example-1-no-match.xml +7 -0
  538. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/compound-example-1.xml +51 -0
  539. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert1.der +0 -0
  540. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert1.pem +26 -0
  541. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert2.der +0 -0
  542. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert2.pem +25 -0
  543. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert3.der +0 -0
  544. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/cert3.pem +24 -0
  545. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/create-keys.sh +73 -0
  546. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1-pk8.der +0 -0
  547. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.der +0 -0
  548. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.p12 +0 -0
  549. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key1.pem +18 -0
  550. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2-pk8.der +0 -0
  551. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.der +0 -0
  552. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.p12 +0 -0
  553. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key2.pem +9 -0
  554. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3-pk8.der +0 -0
  555. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.der +0 -0
  556. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.p12 +0 -0
  557. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/key3.pem +9 -0
  558. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/openssl.cnf +106 -0
  559. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/req2.pem +11 -0
  560. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/keys/req3.pem +11 -0
  561. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1-bad-service.xml +2 -0
  562. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1-no-match.xml +2 -0
  563. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-1.xml +18 -0
  564. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-2-no-match.xml +2 -0
  565. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-example-2.xml +39 -0
  566. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-opaque-client-data-no-match.xml +2 -0
  567. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/locate-opaque-client-data.xml +32 -0
  568. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/readme.txt +117 -0
  569. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-bad-request-name-msg-invalid.xml +9 -0
  570. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-bad-request-name.xml +14 -0
  571. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1-no-match.xml +6 -0
  572. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1-unsupported.xml +13 -0
  573. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap11-locate-example-1.xml +23 -0
  574. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-bad-request-name-msg-invalid.xml +11 -0
  575. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-bad-request-name.xml +14 -0
  576. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1-no-match.xml +6 -0
  577. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1-unsupported.xml +9 -0
  578. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/soap12-locate-example-1.xml +23 -0
  579. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/status-request-success.xml +2 -0
  580. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/status-request.xml +7 -0
  581. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/validate-example-1-no-match.xml +2 -0
  582. data/vendor/xmlsec1-1.2.18/tests/aleksey-xkms-01/validate-example-1.xml +65 -0
  583. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/README +47 -0
  584. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.dtd +1 -0
  585. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.tmpl +27 -0
  586. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/dtd-hmac-91.xml +27 -0
  587. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloped-gost.tmpl +31 -0
  588. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloped-gost.xml +42 -0
  589. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.tmpl +18 -0
  590. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-dsa-x509chain.xml +87 -0
  591. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-expired-cert.tmpl +18 -0
  592. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-expired-cert.xml +85 -0
  593. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5-64.tmpl +16 -0
  594. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5-64.xml +15 -0
  595. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5.tmpl +14 -0
  596. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-hmac-md5.xml +13 -0
  597. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-rsa-md5.tmpl +17 -0
  598. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-md5-rsa-md5.xml +85 -0
  599. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64.tmpl +16 -0
  600. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64.xml +15 -0
  601. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160.tmpl +14 -0
  602. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160.xml +13 -0
  603. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160.tmpl +17 -0
  604. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160.xml +85 -0
  605. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.tmpl +18 -0
  606. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-rsa-x509chain.xml +85 -0
  607. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64.tmpl +16 -0
  608. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64.xml +15 -0
  609. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1.tmpl +14 -0
  610. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-hmac-sha1.xml +13 -0
  611. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-rsa-sha1.tmpl +17 -0
  612. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha1-rsa-sha1.xml +85 -0
  613. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64.tmpl +16 -0
  614. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64.xml +15 -0
  615. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224.tmpl +14 -0
  616. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-hmac-sha224.xml +13 -0
  617. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl +17 -0
  618. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.xml +85 -0
  619. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64.tmpl +16 -0
  620. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64.xml +15 -0
  621. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256.tmpl +14 -0
  622. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-hmac-sha256.xml +13 -0
  623. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256.tmpl +17 -0
  624. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256.xml +85 -0
  625. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64.tmpl +16 -0
  626. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64.xml +15 -0
  627. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384.tmpl +14 -0
  628. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-hmac-sha384.xml +13 -0
  629. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-rsa-sha384.tmpl +17 -0
  630. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha384-rsa-sha384.xml +103 -0
  631. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64.tmpl +16 -0
  632. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64.xml +16 -0
  633. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512.tmpl +14 -0
  634. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-hmac-sha512.xml +15 -0
  635. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-rsa-sha512.tmpl +17 -0
  636. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/enveloping-sha512-rsa-sha512.xml +104 -0
  637. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-sn-test.tmpl +27 -0
  638. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-sn-test.xml +40 -0
  639. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-test.tmpl +31 -0
  640. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/x509data-test.xml +117 -0
  641. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/xpointer-hmac.tmpl +29 -0
  642. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmldsig-01/xpointer-hmac.xml +28 -0
  643. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.data +1 -0
  644. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.tmpl +11 -0
  645. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.xml +12 -0
  646. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname-ref.data +1 -0
  647. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname-ref.xml +21 -0
  648. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.data +1 -0
  649. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.tmpl +11 -0
  650. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes192cbc-keyname.xml +12 -0
  651. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.data +1 -0
  652. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.tmpl +10 -0
  653. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-aes256cbc-keyname.xml +12 -0
  654. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.data +1 -0
  655. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.tmpl +16 -0
  656. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-aes192-keyname.xml +18 -0
  657. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.data +7 -0
  658. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.tmpl +11 -0
  659. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-content.xml +15 -0
  660. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.data +7 -0
  661. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.tmpl +11 -0
  662. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element-root.xml +15 -0
  663. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.data +9 -0
  664. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.tmpl +11 -0
  665. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname-element.xml +17 -0
  666. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.data +1 -0
  667. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.tmpl +8 -0
  668. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname.xml +8 -0
  669. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.data +1 -0
  670. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.tmpl +10 -0
  671. data/vendor/xmlsec1-1.2.18/tests/aleksey-xmlenc-01/enc-des3cbc-keyname2.xml +12 -0
  672. data/vendor/xmlsec1-1.2.18/tests/keys/README +203 -0
  673. data/vendor/xmlsec1-1.2.18/tests/keys/ca2cert.der +0 -0
  674. data/vendor/xmlsec1-1.2.18/tests/keys/ca2cert.pem +66 -0
  675. data/vendor/xmlsec1-1.2.18/tests/keys/ca2key.pem +9 -0
  676. data/vendor/xmlsec1-1.2.18/tests/keys/cacert.der +0 -0
  677. data/vendor/xmlsec1-1.2.18/tests/keys/cacert.pem +72 -0
  678. data/vendor/xmlsec1-1.2.18/tests/keys/cakey.pem +18 -0
  679. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/cacert.pem +72 -0
  680. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/careq.pem +14 -0
  681. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/index.txt +6 -0
  682. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/01.pem +65 -0
  683. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/02.pem +93 -0
  684. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/03.pem +60 -0
  685. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/04.pem +60 -0
  686. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/newcerts/05.pem +83 -0
  687. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/private/cakey.pem +18 -0
  688. data/vendor/xmlsec1-1.2.18/tests/keys/demoCA/serial +1 -0
  689. data/vendor/xmlsec1-1.2.18/tests/keys/dsacert.der +0 -0
  690. data/vendor/xmlsec1-1.2.18/tests/keys/dsacert.pem +78 -0
  691. data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.der +0 -0
  692. data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p12 +0 -0
  693. data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p8-der +0 -0
  694. data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.p8-pem +8 -0
  695. data/vendor/xmlsec1-1.2.18/tests/keys/dsakey.pem +14 -0
  696. data/vendor/xmlsec1-1.2.18/tests/keys/expiredcert.der +0 -0
  697. data/vendor/xmlsec1-1.2.18/tests/keys/expiredcert.pem +61 -0
  698. data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.der +0 -0
  699. data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.p12 +0 -0
  700. data/vendor/xmlsec1-1.2.18/tests/keys/expiredkey.pem +9 -0
  701. data/vendor/xmlsec1-1.2.18/tests/keys/expiredreq.pem +11 -0
  702. data/vendor/xmlsec1-1.2.18/tests/keys/gost2001ca.der +0 -0
  703. data/vendor/xmlsec1-1.2.18/tests/keys/gost2001ca.pem +13 -0
  704. data/vendor/xmlsec1-1.2.18/tests/keys/hmackey.bin +1 -0
  705. data/vendor/xmlsec1-1.2.18/tests/keys/keys.xml +83 -0
  706. data/vendor/xmlsec1-1.2.18/tests/keys/largersacert.der +0 -0
  707. data/vendor/xmlsec1-1.2.18/tests/keys/largersacert.pem +100 -0
  708. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey-win.p12 +0 -0
  709. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey-winxp.p12 +0 -0
  710. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.der +0 -0
  711. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p12 +0 -0
  712. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p8-der +0 -0
  713. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.p8-pem +53 -0
  714. data/vendor/xmlsec1-1.2.18/tests/keys/largersakey.pem +51 -0
  715. data/vendor/xmlsec1-1.2.18/tests/keys/largersareq.pem +30 -0
  716. data/vendor/xmlsec1-1.2.18/tests/keys/merlincert.pem +20 -0
  717. data/vendor/xmlsec1-1.2.18/tests/keys/openssl.cnf +316 -0
  718. data/vendor/xmlsec1-1.2.18/tests/keys/rsacert.der +0 -0
  719. data/vendor/xmlsec1-1.2.18/tests/keys/rsacert.pem +61 -0
  720. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey-win.p12 +0 -0
  721. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey-winxp.p12 +0 -0
  722. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.der +0 -0
  723. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p12 +0 -0
  724. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p8-der +0 -0
  725. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.p8-pem +11 -0
  726. data/vendor/xmlsec1-1.2.18/tests/keys/rsakey.pem +9 -0
  727. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/Readme.txt +20 -0
  728. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-0.txt +15 -0
  729. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-1.txt +15 -0
  730. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-10.txt +15 -0
  731. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-11.txt +15 -0
  732. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-12.txt +15 -0
  733. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-13.txt +15 -0
  734. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-14.txt +15 -0
  735. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-15.txt +0 -0
  736. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-16.txt +0 -0
  737. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-17.txt +15 -0
  738. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-18.txt +15 -0
  739. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-19.txt +15 -0
  740. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-2.txt +15 -0
  741. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-20.txt +15 -0
  742. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-21.txt +15 -0
  743. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-22.txt +15 -0
  744. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-23.txt +15 -0
  745. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-24.txt +1 -0
  746. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-25.txt +0 -0
  747. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-26.txt +15 -0
  748. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-27.txt +430 -0
  749. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-3.txt +15 -0
  750. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-4.txt +15 -0
  751. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-5.txt +15 -0
  752. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-6.txt +1 -0
  753. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-7.txt +1 -0
  754. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-8.txt +15 -0
  755. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/c14n-9.txt +15 -0
  756. data/vendor/xmlsec1-1.2.18/tests/merlin-c14n-three/signature.xml +526 -0
  757. data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/Readme.txt +3 -0
  758. data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/exc-signature.tmpl +52 -0
  759. data/vendor/xmlsec1-1.2.18/tests/merlin-exc-c14n-one/exc-signature.xml +73 -0
  760. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/Readme.txt +63 -0
  761. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/badb.der +0 -0
  762. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/badb.pem +20 -0
  763. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/balor.der +0 -0
  764. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/balor.pem +20 -0
  765. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/bres.pem +20 -0
  766. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/ca.der +0 -0
  767. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/ca.pem +20 -0
  768. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh-cert.der +0 -0
  769. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh-cert.pem +20 -0
  770. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh.der +0 -0
  771. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/lugh.pem +12 -0
  772. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/macha.der +0 -0
  773. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/macha.pem +20 -0
  774. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/merlin.der +0 -0
  775. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/merlin.pem +21 -0
  776. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/morigu.pem +20 -0
  777. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/nemain.der +0 -0
  778. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/certs/nemain.pem +20 -0
  779. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloped-dsa.tmpl +22 -0
  780. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloped-dsa.xml +43 -0
  781. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa.tmpl +21 -0
  782. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa.xml +42 -0
  783. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-dsa.tmpl +18 -0
  784. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-dsa.xml +39 -0
  785. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40.tmpl +16 -0
  786. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40.xml +17 -0
  787. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1.tmpl +14 -0
  788. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1.xml +15 -0
  789. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-rsa.tmpl +18 -0
  790. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-enveloping-rsa.xml +31 -0
  791. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-b64-dsa.tmpl +20 -0
  792. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-b64-dsa.xml +41 -0
  793. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-dsa.tmpl +17 -0
  794. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-external-dsa.xml +38 -0
  795. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-keyname.tmpl +16 -0
  796. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-keyname.xml +17 -0
  797. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt.tmpl +16 -0
  798. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt.xml +17 -0
  799. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt-crl.tmpl +17 -0
  800. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt-crl.xml +47 -0
  801. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt.tmpl +17 -0
  802. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-crt.xml +38 -0
  803. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-is.tmpl +17 -0
  804. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-is.xml +24 -0
  805. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-ski.tmpl +17 -0
  806. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-ski.xml +21 -0
  807. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-sn.tmpl +17 -0
  808. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature-x509-sn.xml +21 -0
  809. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature.tmpl +245 -0
  810. data/vendor/xmlsec1-1.2.18/tests/merlin-xmldsig-twenty-three/signature.xml +269 -0
  811. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/Readme.txt +117 -0
  812. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/bad-encrypt-content-aes128-cbc-kw-aes192.xml +42 -0
  813. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/decryption-transform-except.xml +83 -0
  814. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/decryption-transform.xml +73 -0
  815. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dh0.p8 +0 -0
  816. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dh1.p8 +0 -0
  817. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/dsa.p8 +0 -0
  818. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.data +27 -0
  819. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.tmpl +20 -0
  820. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192.xml +45 -0
  821. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes192-cbc-dh-sha512.xml +113 -0
  822. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.data +27 -0
  823. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.tmpl +18 -0
  824. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-aes256-cbc-prop.xml +42 -0
  825. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.data +27 -0
  826. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.tmpl +11 -0
  827. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-content-tripledes-cbc.xml +35 -0
  828. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.data +1 -0
  829. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.tmpl +11 -0
  830. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes128-cbc.xml +12 -0
  831. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.data +1 -0
  832. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.tmpl +20 -0
  833. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256.xml +22 -0
  834. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.data +1 -0
  835. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.tmpl +20 -0
  836. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes.xml +22 -0
  837. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p-sha256.xml +46 -0
  838. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.data +1 -0
  839. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.tmpl +21 -0
  840. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p.xml +43 -0
  841. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.data +27 -0
  842. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.tmpl +19 -0
  843. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5.xml +63 -0
  844. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes192-cbc-ref.data +36 -0
  845. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes192-cbc-ref.xml +42 -0
  846. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-carried-kw-aes256.xml +57 -0
  847. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-kw-aes256-dh-ripemd160.xml +122 -0
  848. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256.data +40 -0
  849. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256.xml +47 -0
  850. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.data +27 -0
  851. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.tmpl +20 -0
  852. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128.xml +43 -0
  853. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-dh.xml +98 -0
  854. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-kw-tripledes-dh.xml +108 -0
  855. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-1_5.xml +46 -0
  856. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-hmac-sha256-rsa-oaep-mgf1p.xml +51 -0
  857. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes.tmpl +25 -0
  858. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes.xml +27 -0
  859. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha256-hmac-sha256-kw-aes128.xml +27 -0
  860. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha384-hmac-sha384-kw-aes192.xml +27 -0
  861. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/encsig-sha512-hmac-sha512-kw-aes256.xml +28 -0
  862. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/ids.p12 +0 -0
  863. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/keys.xml +42 -0
  864. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/plaintext.xml +24 -0
  865. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsa.p8 +0 -0
  866. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.der +0 -0
  867. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p12 +0 -0
  868. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p8-der +0 -0
  869. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.p8-pem +17 -0
  870. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapriv.pem +15 -0
  871. data/vendor/xmlsec1-1.2.18/tests/merlin-xmlenc-five/rsapub.pem +6 -0
  872. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/Readme.txt +23 -0
  873. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-0.txt +11 -0
  874. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-1.txt +0 -0
  875. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec-c14n-2.txt +25 -0
  876. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec.tmpl +50 -0
  877. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-spec.xml +122 -0
  878. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl-c14n-0.txt +3986 -0
  879. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl.tmpl +4153 -0
  880. data/vendor/xmlsec1-1.2.18/tests/merlin-xpath-filter2-three/sign-xfdl.xml +4225 -0
  881. data/vendor/xmlsec1-1.2.18/tests/nss.supp +220 -0
  882. data/vendor/xmlsec1-1.2.18/tests/nssdb/cert8.db +0 -0
  883. data/vendor/xmlsec1-1.2.18/tests/nssdb/key3.db +0 -0
  884. data/vendor/xmlsec1-1.2.18/tests/nssdb/secmod.db +0 -0
  885. data/vendor/xmlsec1-1.2.18/tests/openssl.supp +63 -0
  886. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/README.txt +248 -0
  887. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/crl.der +0 -0
  888. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/dsa-ca-cert.der +0 -0
  889. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/dsa-cert.der +0 -0
  890. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/enc-dsa-key.der +0 -0
  891. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/enc-rsa-key.der +0 -0
  892. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/hmackey.bin +1 -0
  893. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/rsa-ca-cert.der +0 -0
  894. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/certs/rsa-cert.der +0 -0
  895. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document-stylesheet.xml +7 -0
  896. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.b64 +4 -0
  897. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.xml +6 -0
  898. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/document.xsl +45 -0
  899. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-big.xml +39 -0
  900. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-detached.xml +1 -0
  901. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-enveloped.xml +6 -0
  902. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-enveloping.xml +6 -0
  903. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-dsa-manifest.xml +1 -0
  904. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-md5-c14n-enveloping.xml +6 -0
  905. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-40-c14n-comments-detached.xml +1 -0
  906. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-40-exclusive-c14n-comments-detached.xml +1 -0
  907. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-comments-detached.xml +1 -0
  908. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-enveloped.xml +6 -0
  909. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-b64-transform.xml +1 -0
  910. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xpath-transform.xml +1 -0
  911. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform-bad-retrieval-method.xml +6 -0
  912. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform-retrieval-method.xml +39 -0
  913. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform.xml +39 -0
  914. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-detached.xml +1 -0
  915. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped-bad-digest-val.xml +6 -0
  916. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped-bad-sig.xml +6 -0
  917. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloped.xml +6 -0
  918. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-enveloping.xml +6 -0
  919. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert-chain.xml +1 -0
  920. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert.xml +1 -0
  921. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-issuer-serial.xml +1 -0
  922. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-ski.xml +1 -0
  923. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest-x509-data-subject-name.xml +1 -0
  924. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-manifest.xml +1 -0
  925. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-xpath-transform-enveloped.xml +6 -0
  926. data/vendor/xmlsec1-1.2.18/tests/phaos-xmldsig-three/signature-rsa-~x509-data-crl.xml +1 -0
  927. data/vendor/xmlsec1-1.2.18/tests/testDSig.sh +875 -0
  928. data/vendor/xmlsec1-1.2.18/tests/testEnc.sh +411 -0
  929. data/vendor/xmlsec1-1.2.18/tests/testKeys.sh +69 -0
  930. data/vendor/xmlsec1-1.2.18/tests/testRes.sh +20 -0
  931. data/vendor/xmlsec1-1.2.18/tests/testXKMS.sh +129 -0
  932. data/vendor/xmlsec1-1.2.18/tests/testrun.sh +443 -0
  933. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/c14n11/xml-base-input.xml +17 -0
  934. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-1.tmpl +2 -0
  935. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-1.xml +2 -0
  936. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-2.tmpl +2 -0
  937. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-2.xml +2 -0
  938. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-3.tmpl +2 -0
  939. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/defCan-3.xml +2 -0
  940. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-1-SUN.xml +21 -0
  941. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-2-SUN.xml +21 -0
  942. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-3-SUN.xml +21 -0
  943. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-4-SUN.xml +21 -0
  944. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-5-SUN.xml +21 -0
  945. data/vendor/xmlsec1-1.2.18/tests/xmldsig2ed-tests/xpointer-6-SUN.xml +21 -0
  946. data/vendor/xmlsec1-1.2.18/win32/Makefile.msvc +699 -0
  947. data/vendor/xmlsec1-1.2.18/win32/README.txt +168 -12
  948. data/vendor/xmlsec1-1.2.18/win32/configure.js +395 -0
  949. data/vendor/xmlsec1-1.2.18/win32/libxmlsec.def.src +25 -0
  950. data/vendor/xmlsec1-1.2.18/win32/mycfg.bat +21 -0
  951. data/vendor/xmlsec1-1.2.18/xmlsec-config.in +243 -0
  952. data/vendor/xmlsec1-1.2.18/xmlsec-gcrypt.pc.in +11 -0
  953. data/vendor/xmlsec1-1.2.18/xmlsec-gnutls.pc.in +11 -0
  954. data/vendor/xmlsec1-1.2.18/xmlsec-nss.pc.in +11 -0
  955. data/vendor/xmlsec1-1.2.18/xmlsec-openssl.pc.in +11 -0
  956. data/vendor/xmlsec1-1.2.18/xmlsec.pc.in +11 -0
  957. data/vendor/xmlsec1-1.2.18/xmlsec.spec.in +185 -0
  958. data/vendor/xmlsec1-1.2.18/xmlsec1-config +243 -0
  959. data/vendor/xmlsec1-1.2.18/xmlsec1-gcrypt.pc +11 -0
  960. data/vendor/xmlsec1-1.2.18/xmlsec1-gnutls.pc +11 -0
  961. data/vendor/xmlsec1-1.2.18/xmlsec1-nss.pc +11 -0
  962. data/vendor/xmlsec1-1.2.18/xmlsec1-openssl.pc +11 -0
  963. data/vendor/xmlsec1-1.2.18/xmlsec1.m4 +172 -0
  964. data/vendor/xmlsec1-1.2.18/xmlsec1.pc +11 -0
  965. data/vendor/xmlsec1-1.2.18/xmlsec1.spec +185 -0
  966. data/vendor/xmlsec1-1.2.18/xmlsec1Conf.sh +13 -0
  967. data/vendor/xmlsec1-1.2.18/xmlsecConf.sh.in +13 -0
  968. data/xmlsec-shim.gemspec +18 -0
  969. metadata +1014 -0
@@ -0,0 +1,122 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Document>
3
+ <ToBeSigned>
4
+ <!-- comment -->
5
+ <Data />
6
+ <NotToBeSigned>
7
+ <ReallyToBeSigned>
8
+ <!-- comment -->
9
+ <Data />
10
+ </ReallyToBeSigned>
11
+ </NotToBeSigned>
12
+ </ToBeSigned>
13
+ <ToBeSigned>
14
+ <Data />
15
+ <NotToBeSigned>
16
+ <Data />
17
+ </NotToBeSigned>
18
+ </ToBeSigned>
19
+ <dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
20
+ <dsig:SignedInfo>
21
+ <dsig:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
22
+ <dsig:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />
23
+ <dsig:Reference URI="">
24
+ <dsig:Transforms>
25
+ <dsig:Transform Algorithm="http://www.w3.org/2002/06/xmldsig-filter2">
26
+ <XPath xmlns="http://www.w3.org/2002/06/xmldsig-filter2" Filter="intersect"> //ToBeSigned </XPath>
27
+ <XPath xmlns="http://www.w3.org/2002/06/xmldsig-filter2" Filter="subtract"> //NotToBeSigned </XPath>
28
+ <XPath xmlns="http://www.w3.org/2002/06/xmldsig-filter2" Filter="union"> //ReallyToBeSigned </XPath>
29
+ </dsig:Transform>
30
+ </dsig:Transforms>
31
+ <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
32
+ <dsig:DigestValue>p6/HaYIdxbEdYX8/8zNfjED4H5Y=</dsig:DigestValue>
33
+ </dsig:Reference>
34
+ <dsig:Reference URI="#signature-value">
35
+ <dsig:Transforms>
36
+ <dsig:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
37
+ <dsig:Transform Algorithm="http://www.w3.org/2002/06/xmldsig-filter2">
38
+ <XPath xmlns="http://www.w3.org/2002/06/xmldsig-filter2" Filter="union"> /</XPath>
39
+ </dsig:Transform>
40
+ </dsig:Transforms>
41
+ <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
42
+ <dsig:DigestValue>2jmj7l5rSw0yVb/vlWAYkK/YBwk=</dsig:DigestValue>
43
+ </dsig:Reference>
44
+ </dsig:SignedInfo>
45
+ <dsig:SignatureValue Id="signature-value">
46
+ Ft7PdmEYSC8GwxffIa4xiobr1iEaUf3LGNfPLiQnJBJI/1Cp5WiEiQ==
47
+ </dsig:SignatureValue>
48
+ <dsig:KeyInfo>
49
+ <dsig:KeyValue>
50
+ <dsig:DSAKeyValue>
51
+ <dsig:P>
52
+ 3eOeAvqnEyFpW+uTSgrdj7YLjaTkpyHecKFIoLu8QZNkGTQI1ciITBH0lqfIkdCH
53
+ Si8fiUC3DTq3J9FsJef4YVtDF7JpUvHTOQqtq7Zgx6KC8Wxkz6rQCxOr7F0ApOYi
54
+ 89zLRoe4MkDGe6ux0+WtyOTQoVIGNTDDUFXrUQNbLrE=
55
+ </dsig:P>
56
+ <dsig:Q>hDLcFK0GO/Hz1arxOOvsgM/VLyU=</dsig:Q>
57
+ <dsig:G>
58
+ nnx7hbdWozGbtnFgnbFnopfRl7XRacpkPJRGf5P2IUgVspEUSUoN6i1fDBfBg43z
59
+ Kt7dlEaQL7b5+JTZt3MhZNPosxsgxVuT7Ts/g5k7EnpdYv0a5hw5Bw29fjbGHfgM
60
+ 8d2rhd2Ui0xHbk0D451nhLxVWulviOSPhzKKvXrbySA=
61
+ </dsig:G>
62
+ <dsig:Y>
63
+ cfYpihpAQeepbNFS4MAbQRhdXpDi5wLrwxE5hIvoYqo1L8BQVu8fY1TFAPtoae1i
64
+ Bg/GIJyP3iLfyuBJaDvJJLP30wBH9i/s5J3656PevpOVdTfi777Fi9Gj6y/ib2Vv
65
+ +OZfJkkp4L50+p5TUhPmQLJtREsgtl+tnIOyJT++G9U=
66
+ </dsig:Y>
67
+ </dsig:DSAKeyValue>
68
+ </dsig:KeyValue>
69
+ <dsig:X509Data>
70
+ <dsig:X509SubjectName>
71
+ CN=Merlin Hughes,OU=X/Secure,O=Baltimore Technologies Ltd.,ST=Dublin,C=IE
72
+ </dsig:X509SubjectName>
73
+ <dsig:X509IssuerSerial>
74
+ <dsig:X509IssuerName>
75
+ CN=Transient CA,OU=X/Secure,O=Baltimore Technologies Ltd.,ST=Dublin,C=IE
76
+ </dsig:X509IssuerName>
77
+ <dsig:X509SerialNumber>1017788370348</dsig:X509SerialNumber>
78
+ </dsig:X509IssuerSerial>
79
+ <dsig:X509Certificate>
80
+ MIIDUDCCAxCgAwIBAgIGAOz46g2sMAkGByqGSM44BAMwbjELMAkGA1UEBhMCSUUx
81
+ DzANBgNVBAgTBkR1YmxpbjEkMCIGA1UEChMbQmFsdGltb3JlIFRlY2hub2xvZ2ll
82
+ cyBMdGQuMREwDwYDVQQLEwhYL1NlY3VyZTEVMBMGA1UEAxMMVHJhbnNpZW50IENB
83
+ MB4XDTAyMDQwMjIyNTkzMFoXDTEyMDQwMjIxNTkyNVowbzELMAkGA1UEBhMCSUUx
84
+ DzANBgNVBAgTBkR1YmxpbjEkMCIGA1UEChMbQmFsdGltb3JlIFRlY2hub2xvZ2ll
85
+ cyBMdGQuMREwDwYDVQQLEwhYL1NlY3VyZTEWMBQGA1UEAxMNTWVybGluIEh1Z2hl
86
+ czCCAbcwggEsBgcqhkjOOAQBMIIBHwKBgQDd454C+qcTIWlb65NKCt2PtguNpOSn
87
+ Id5woUigu7xBk2QZNAjVyIhMEfSWp8iR0IdKLx+JQLcNOrcn0Wwl5/hhW0MXsmlS
88
+ 8dM5Cq2rtmDHooLxbGTPqtALE6vsXQCk5iLz3MtGh7gyQMZ7q7HT5a3I5NChUgY1
89
+ MMNQVetRA1susQIVAIQy3BStBjvx89Wq8Tjr7IDP1S8lAoGBAJ58e4W3VqMxm7Zx
90
+ YJ2xZ6KX0Ze10WnKZDyURn+T9iFIFbKRFElKDeotXwwXwYON8yre3ZRGkC+2+fiU
91
+ 2bdzIWTT6LMbIMVbk+07P4OZOxJ6XWL9GuYcOQcNvX42xh34DPHdq4XdlItMR25N
92
+ A+OdZ4S8VVrpb4jkj4cyir1628kgA4GEAAKBgHH2KYoaQEHnqWzRUuDAG0EYXV6Q
93
+ 4ucC68MROYSL6GKqNS/AUFbvH2NUxQD7aGntYgYPxiCcj94i38rgSWg7ySSz99MA
94
+ R/Yv7OSd+uej3r6TlXU34u++xYvRo+sv4m9lb/jmXyZJKeC+dPqeU1IT5kCybURL
95
+ ILZfrZyDsiU/vhvVozowODAOBgNVHQ8BAf8EBAMCB4AwEQYDVR0OBAoECIatY7SE
96
+ lXEOMBMGA1UdIwQMMAqACIOGPkB2MuKTMAkGByqGSM44BAMDLwAwLAIUSvT02iQj
97
+ Q5da4Wpe0Bvs7GuCcVsCFCEcQpbjUfnxXFXNWiFyQ49ZrWqn
98
+ </dsig:X509Certificate>
99
+ <dsig:X509Certificate>
100
+ MIIDSzCCAwugAwIBAgIGAOz46fwJMAkGByqGSM44BAMwbjELMAkGA1UEBhMCSUUx
101
+ DzANBgNVBAgTBkR1YmxpbjEkMCIGA1UEChMbQmFsdGltb3JlIFRlY2hub2xvZ2ll
102
+ cyBMdGQuMREwDwYDVQQLEwhYL1NlY3VyZTEVMBMGA1UEAxMMVHJhbnNpZW50IENB
103
+ MB4XDTAyMDQwMjIyNTkyNVoXDTEyMDQwMjIxNTkyNVowbjELMAkGA1UEBhMCSUUx
104
+ DzANBgNVBAgTBkR1YmxpbjEkMCIGA1UEChMbQmFsdGltb3JlIFRlY2hub2xvZ2ll
105
+ cyBMdGQuMREwDwYDVQQLEwhYL1NlY3VyZTEVMBMGA1UEAxMMVHJhbnNpZW50IENB
106
+ MIIBtzCCASwGByqGSM44BAEwggEfAoGBAN3jngL6pxMhaVvrk0oK3Y+2C42k5Kch
107
+ 3nChSKC7vEGTZBk0CNXIiEwR9JanyJHQh0ovH4lAtw06tyfRbCXn+GFbQxeyaVLx
108
+ 0zkKrau2YMeigvFsZM+q0AsTq+xdAKTmIvPcy0aHuDJAxnursdPlrcjk0KFSBjUw
109
+ w1BV61EDWy6xAhUAhDLcFK0GO/Hz1arxOOvsgM/VLyUCgYEAnnx7hbdWozGbtnFg
110
+ nbFnopfRl7XRacpkPJRGf5P2IUgVspEUSUoN6i1fDBfBg43zKt7dlEaQL7b5+JTZ
111
+ t3MhZNPosxsgxVuT7Ts/g5k7EnpdYv0a5hw5Bw29fjbGHfgM8d2rhd2Ui0xHbk0D
112
+ 451nhLxVWulviOSPhzKKvXrbySADgYQAAoGAfag+HCABIJadDD9Aarhgc2QR3Lp7
113
+ PpMOh0lAwLiIsvkO4UlbeOS0IJC8bcqLjM1fVw6FGSaxmq+4y1ag2m9k6IdE0Qh5
114
+ NxB/xFkmdwqXFRIJVp44OeUygB47YK76NmUIYG3DdfiPPU3bqzjvtOtETiCHvo25
115
+ 4D6UjwPpYErXRUajNjA0MA4GA1UdDwEB/wQEAwICBDAPBgNVHRMECDAGAQH/AgEA
116
+ MBEGA1UdDgQKBAiDhj5AdjLikzAJBgcqhkjOOAQDAy8AMCwCFELu0nuweqW7Wf0s
117
+ gk/CAGGL0BGKAhRNdgQGr5iyZKoH4oqPm0VJ9TjXLg==
118
+ </dsig:X509Certificate>
119
+ </dsig:X509Data>
120
+ </dsig:KeyInfo>
121
+ </dsig:Signature>
122
+ </Document>
@@ -0,0 +1,3986 @@
1
+ <XFDL version="4.0.1">
2
+ <vfd_title>SF71</vfd_title>
3
+ <vfd_author>Thomas Mohr</vfd_author>
4
+ <vfd_revision>4/6/98</vfd_revision>
5
+ <vfd_date>4/6/98</vfd_date>
6
+ <saveformat>application/x-xfdl</saveformat>
7
+ <transmitformat>application/x-xfdl</transmitformat>
8
+ <formid content="array">
9
+ <version>1.0.0</version>
10
+ </formid>
11
+ <page sid="PAGE1">
12
+ <vfd_pagesize>letter</vfd_pagesize>
13
+ <vfd_pagedpi>120</vfd_pagedpi>
14
+ <vfd_printsize>8.0;10.5</vfd_printsize>
15
+ <label>PAGE1</label>
16
+ <bgcolor content="array">
17
+ <ae>235</ae>
18
+ <ae>235</ae>
19
+ <ae>235</ae>
20
+ </bgcolor>
21
+ <fontinfo content="array">
22
+ <ae>Courier</ae>
23
+ <ae>9</ae>
24
+ <ae>plain</ae>
25
+ </fontinfo>
26
+ <label sid="LABEL1">
27
+ <value>REQUEST FOR LEAVE OR APPROVED ABSENCE</value>
28
+ <fontinfo content="array">
29
+ <ae>Helvetica</ae>
30
+ <ae>14</ae>
31
+ <ae>bold</ae>
32
+ </fontinfo>
33
+ <justify>center</justify>
34
+ <size content="array">
35
+ <ae>61</ae>
36
+ <ae>1</ae>
37
+ </size>
38
+ <itemlocation content="array">
39
+ <ae content="array">
40
+ <ae>absolute</ae>
41
+ <ae>19</ae>
42
+ <ae>3</ae>
43
+ </ae>
44
+ <ae content="array">
45
+ <ae>extent</ae>
46
+ <ae>874</ae>
47
+ <ae>34</ae>
48
+ </ae>
49
+ </itemlocation>
50
+ </label>
51
+ <label sid="LABEL2">
52
+ <itemlocation content="array">
53
+ <ae content="array">
54
+ <ae>absolute</ae>
55
+ <ae>20</ae>
56
+ <ae>35</ae>
57
+ </ae>
58
+ <ae content="array">
59
+ <ae>extent</ae>
60
+ <ae>79</ae>
61
+ <ae>26</ae>
62
+ </ae>
63
+ </itemlocation>
64
+ <value>1. NAME</value>
65
+ <fontinfo content="array">
66
+ <ae>Times</ae>
67
+ <ae>10</ae>
68
+ <ae>bold</ae>
69
+ </fontinfo>
70
+ </label>
71
+ <label sid="LABEL3">
72
+ <itemlocation content="array">
73
+ <ae content="array">
74
+ <ae>absolute</ae>
75
+ <ae>100</ae>
76
+ <ae>35</ae>
77
+ </ae>
78
+ <ae content="array">
79
+ <ae>extent</ae>
80
+ <ae>218</ae>
81
+ <ae>26</ae>
82
+ </ae>
83
+ </itemlocation>
84
+ <value>(Last, First, Middle Initial)</value>
85
+ <fontinfo content="array">
86
+ <ae>Times</ae>
87
+ <ae>10</ae>
88
+ <ae>plain</ae>
89
+ <ae>italic</ae>
90
+ </fontinfo>
91
+ </label>
92
+ <label sid="LABEL4">
93
+ <itemlocation content="array">
94
+ <ae content="array">
95
+ <ae>absolute</ae>
96
+ <ae>511</ae>
97
+ <ae>35</ae>
98
+ </ae>
99
+ <ae content="array">
100
+ <ae>extent</ae>
101
+ <ae>385</ae>
102
+ <ae>26</ae>
103
+ </ae>
104
+ </itemlocation>
105
+ <value>2. EMPLOYEE OR SOCIAL SECURITY NUMBER</value>
106
+ <fontinfo content="array">
107
+ <ae>Times</ae>
108
+ <ae>10</ae>
109
+ <ae>bold</ae>
110
+ </fontinfo>
111
+ </label>
112
+ <label sid="LABEL5">
113
+ <itemlocation content="array">
114
+ <ae content="array">
115
+ <ae>absolute</ae>
116
+ <ae>20</ae>
117
+ <ae>85</ae>
118
+ </ae>
119
+ <ae content="array">
120
+ <ae>extent</ae>
121
+ <ae>170</ae>
122
+ <ae>26</ae>
123
+ </ae>
124
+ </itemlocation>
125
+ <value>3. ORGANIZATION</value>
126
+ <fontinfo content="array">
127
+ <ae>Times</ae>
128
+ <ae>10</ae>
129
+ <ae>bold</ae>
130
+ </fontinfo>
131
+ </label>
132
+ <label sid="LABEL6">
133
+ <itemlocation content="array">
134
+ <ae content="array">
135
+ <ae>absolute</ae>
136
+ <ae>20</ae>
137
+ <ae>135</ae>
138
+ </ae>
139
+ <ae content="array">
140
+ <ae>extent</ae>
141
+ <ae>248</ae>
142
+ <ae>26</ae>
143
+ </ae>
144
+ </itemlocation>
145
+ <value>4. TYPE OF LEAVE/ABSENCE</value>
146
+ <fontinfo content="array">
147
+ <ae>Times</ae>
148
+ <ae>10</ae>
149
+ <ae>bold</ae>
150
+ </fontinfo>
151
+ </label>
152
+ <label sid="LABEL7">
153
+ <itemlocation content="array">
154
+ <ae content="array">
155
+ <ae>absolute</ae>
156
+ <ae>32</ae>
157
+ <ae>155</ae>
158
+ </ae>
159
+ <ae content="array">
160
+ <ae>extent</ae>
161
+ <ae>236</ae>
162
+ <ae>26</ae>
163
+ </ae>
164
+ </itemlocation>
165
+ <value>(Check appropriate box(es) below.)</value>
166
+ <fontinfo content="array">
167
+ <ae>Times</ae>
168
+ <ae>9</ae>
169
+ <ae>plain</ae>
170
+ <ae>italic</ae>
171
+ </fontinfo>
172
+ </label>
173
+ <label sid="LABEL8">
174
+ <itemlocation content="array">
175
+ <ae content="array">
176
+ <ae>absolute</ae>
177
+ <ae>270</ae>
178
+ <ae>158</ae>
179
+ </ae>
180
+ <ae content="array">
181
+ <ae>extent</ae>
182
+ <ae>48</ae>
183
+ <ae>22</ae>
184
+ </ae>
185
+ </itemlocation>
186
+ <value>From:</value>
187
+ <fontinfo content="array">
188
+ <ae>Times</ae>
189
+ <ae>9</ae>
190
+ <ae>bold</ae>
191
+ </fontinfo>
192
+ </label>
193
+ <label sid="LABEL9">
194
+ <itemlocation content="array">
195
+ <ae content="array">
196
+ <ae>absolute</ae>
197
+ <ae>268</ae>
198
+ <ae>135</ae>
199
+ </ae>
200
+ <ae content="array">
201
+ <ae>extent</ae>
202
+ <ae>163</ae>
203
+ <ae>26</ae>
204
+ </ae>
205
+ </itemlocation>
206
+ <value>Date</value>
207
+ <fontinfo content="array">
208
+ <ae>Times</ae>
209
+ <ae>10</ae>
210
+ <ae>bold</ae>
211
+ </fontinfo>
212
+ <justify>center</justify>
213
+ </label>
214
+ <label sid="LABEL10">
215
+ <itemlocation content="array">
216
+ <ae content="array">
217
+ <ae>absolute</ae>
218
+ <ae>352</ae>
219
+ <ae>158</ae>
220
+ </ae>
221
+ <ae content="array">
222
+ <ae>extent</ae>
223
+ <ae>48</ae>
224
+ <ae>22</ae>
225
+ </ae>
226
+ </itemlocation>
227
+ <value>To:</value>
228
+ <fontinfo content="array">
229
+ <ae>Times</ae>
230
+ <ae>9</ae>
231
+ <ae>bold</ae>
232
+ </fontinfo>
233
+ </label>
234
+ <label sid="LABEL11">
235
+ <itemlocation content="array">
236
+ <ae content="array">
237
+ <ae>absolute</ae>
238
+ <ae>432</ae>
239
+ <ae>158</ae>
240
+ </ae>
241
+ <ae content="array">
242
+ <ae>extent</ae>
243
+ <ae>48</ae>
244
+ <ae>22</ae>
245
+ </ae>
246
+ </itemlocation>
247
+ <value>From:</value>
248
+ <fontinfo content="array">
249
+ <ae>Times</ae>
250
+ <ae>9</ae>
251
+ <ae>bold</ae>
252
+ </fontinfo>
253
+ </label>
254
+ <label sid="LABEL12">
255
+ <itemlocation content="array">
256
+ <ae content="array">
257
+ <ae>absolute</ae>
258
+ <ae>430</ae>
259
+ <ae>135</ae>
260
+ </ae>
261
+ <ae content="array">
262
+ <ae>extent</ae>
263
+ <ae>163</ae>
264
+ <ae>26</ae>
265
+ </ae>
266
+ </itemlocation>
267
+ <value>Time</value>
268
+ <fontinfo content="array">
269
+ <ae>Times</ae>
270
+ <ae>10</ae>
271
+ <ae>bold</ae>
272
+ </fontinfo>
273
+ <justify>center</justify>
274
+ </label>
275
+ <label sid="LABEL13">
276
+ <itemlocation content="array">
277
+ <ae content="array">
278
+ <ae>absolute</ae>
279
+ <ae>513</ae>
280
+ <ae>158</ae>
281
+ </ae>
282
+ <ae content="array">
283
+ <ae>extent</ae>
284
+ <ae>48</ae>
285
+ <ae>22</ae>
286
+ </ae>
287
+ </itemlocation>
288
+ <value>To:</value>
289
+ <fontinfo content="array">
290
+ <ae>Times</ae>
291
+ <ae>9</ae>
292
+ <ae>bold</ae>
293
+ </fontinfo>
294
+ </label>
295
+ <label sid="LABEL14">
296
+ <itemlocation content="array">
297
+ <ae content="array">
298
+ <ae>absolute</ae>
299
+ <ae>592</ae>
300
+ <ae>134</ae>
301
+ </ae>
302
+ <ae content="array">
303
+ <ae>extent</ae>
304
+ <ae>80</ae>
305
+ <ae>46</ae>
306
+ </ae>
307
+ </itemlocation>
308
+ <value>Total
309
+ Hours</value>
310
+ <fontinfo content="array">
311
+ <ae>Times</ae>
312
+ <ae>10</ae>
313
+ <ae>bold</ae>
314
+ </fontinfo>
315
+ <justify>center</justify>
316
+ </label>
317
+ <label sid="LABEL15">
318
+ <itemlocation content="array">
319
+ <ae content="array">
320
+ <ae>absolute</ae>
321
+ <ae>64</ae>
322
+ <ae>186</ae>
323
+ </ae>
324
+ <ae content="array">
325
+ <ae>extent</ae>
326
+ <ae>205</ae>
327
+ <ae>26</ae>
328
+ </ae>
329
+ </itemlocation>
330
+ <value>Accrued Annual Leave</value>
331
+ <fontinfo content="array">
332
+ <ae>Times</ae>
333
+ <ae>10</ae>
334
+ <ae>bold</ae>
335
+ </fontinfo>
336
+ </label>
337
+ <label sid="LABEL16">
338
+ <itemlocation content="array">
339
+ <ae content="array">
340
+ <ae>absolute</ae>
341
+ <ae>64</ae>
342
+ <ae>232</ae>
343
+ </ae>
344
+ <ae content="array">
345
+ <ae>extent</ae>
346
+ <ae>205</ae>
347
+ <ae>26</ae>
348
+ </ae>
349
+ </itemlocation>
350
+ <value>Restored Annual Leave</value>
351
+ <fontinfo content="array">
352
+ <ae>Times</ae>
353
+ <ae>10</ae>
354
+ <ae>bold</ae>
355
+ </fontinfo>
356
+ </label>
357
+ <label sid="LABEL17">
358
+ <itemlocation content="array">
359
+ <ae content="array">
360
+ <ae>absolute</ae>
361
+ <ae>64</ae>
362
+ <ae>278</ae>
363
+ </ae>
364
+ <ae content="array">
365
+ <ae>extent</ae>
366
+ <ae>205</ae>
367
+ <ae>26</ae>
368
+ </ae>
369
+ </itemlocation>
370
+ <value>Advance Annual Leave</value>
371
+ <fontinfo content="array">
372
+ <ae>Times</ae>
373
+ <ae>10</ae>
374
+ <ae>bold</ae>
375
+ </fontinfo>
376
+ </label>
377
+ <label sid="LABEL18">
378
+ <itemlocation content="array">
379
+ <ae content="array">
380
+ <ae>absolute</ae>
381
+ <ae>64</ae>
382
+ <ae>323</ae>
383
+ </ae>
384
+ <ae content="array">
385
+ <ae>extent</ae>
386
+ <ae>205</ae>
387
+ <ae>26</ae>
388
+ </ae>
389
+ </itemlocation>
390
+ <value>Accured Sick Leave</value>
391
+ <fontinfo content="array">
392
+ <ae>Times</ae>
393
+ <ae>10</ae>
394
+ <ae>bold</ae>
395
+ </fontinfo>
396
+ </label>
397
+ <label sid="LABEL19">
398
+ <itemlocation content="array">
399
+ <ae content="array">
400
+ <ae>absolute</ae>
401
+ <ae>64</ae>
402
+ <ae>368</ae>
403
+ </ae>
404
+ <ae content="array">
405
+ <ae>extent</ae>
406
+ <ae>205</ae>
407
+ <ae>26</ae>
408
+ </ae>
409
+ </itemlocation>
410
+ <value>Advance Sick Leave</value>
411
+ <fontinfo content="array">
412
+ <ae>Times</ae>
413
+ <ae>10</ae>
414
+ <ae>bold</ae>
415
+ </fontinfo>
416
+ </label>
417
+ <label sid="LABEL20">
418
+ <itemlocation content="array">
419
+ <ae content="array">
420
+ <ae>absolute</ae>
421
+ <ae>19</ae>
422
+ <ae>409</ae>
423
+ </ae>
424
+ <ae content="array">
425
+ <ae>extent</ae>
426
+ <ae>80</ae>
427
+ <ae>26</ae>
428
+ </ae>
429
+ </itemlocation>
430
+ <value>Purpose:</value>
431
+ <fontinfo content="array">
432
+ <ae>Times</ae>
433
+ <ae>10</ae>
434
+ <ae>bold</ae>
435
+ </fontinfo>
436
+ </label>
437
+ <label sid="LABEL21">
438
+ <itemlocation content="array">
439
+ <ae content="array">
440
+ <ae>absolute</ae>
441
+ <ae>142</ae>
442
+ <ae>410</ae>
443
+ </ae>
444
+ </itemlocation>
445
+ <value>Medical/dental/optical Examination of requesting employee</value>
446
+ <fontinfo content="array">
447
+ <ae>Times</ae>
448
+ <ae>9</ae>
449
+ <ae>plain</ae>
450
+ </fontinfo>
451
+ <size content="array">
452
+ <ae>45</ae>
453
+ <ae>1</ae>
454
+ </size>
455
+ </label>
456
+ <label sid="LABEL22">
457
+ <itemlocation content="array">
458
+ <ae content="array">
459
+ <ae>absolute</ae>
460
+ <ae>535</ae>
461
+ <ae>410</ae>
462
+ </ae>
463
+ <ae content="array">
464
+ <ae>extent</ae>
465
+ <ae>46</ae>
466
+ <ae>24</ae>
467
+ </ae>
468
+ </itemlocation>
469
+ <value>Other</value>
470
+ <fontinfo content="array">
471
+ <ae>Times</ae>
472
+ <ae>9</ae>
473
+ <ae>plain</ae>
474
+ </fontinfo>
475
+ </label>
476
+ <label sid="LABEL23">
477
+ <itemlocation content="array">
478
+ <ae content="array">
479
+ <ae>absolute</ae>
480
+ <ae>142</ae>
481
+ <ae>435</ae>
482
+ </ae>
483
+ <ae content="array">
484
+ <ae>extent</ae>
485
+ <ae>439</ae>
486
+ <ae>42</ae>
487
+ </ae>
488
+ </itemlocation>
489
+ <value>Care of family member/bereavement, including medical/dental/optical examination of family member</value>
490
+ <fontinfo content="array">
491
+ <ae>Times</ae>
492
+ <ae>9</ae>
493
+ <ae>plain</ae>
494
+ </fontinfo>
495
+ </label>
496
+ <label sid="LABEL24">
497
+ <itemlocation content="array">
498
+ <ae content="array">
499
+ <ae>absolute</ae>
500
+ <ae>64</ae>
501
+ <ae>498</ae>
502
+ </ae>
503
+ <ae content="array">
504
+ <ae>extent</ae>
505
+ <ae>204</ae>
506
+ <ae>26</ae>
507
+ </ae>
508
+ </itemlocation>
509
+ <value>Compensatory Time Off</value>
510
+ <fontinfo content="array">
511
+ <ae>Times</ae>
512
+ <ae>10</ae>
513
+ <ae>bold</ae>
514
+ </fontinfo>
515
+ </label>
516
+ <label sid="LABEL25">
517
+ <itemlocation content="array">
518
+ <ae content="array">
519
+ <ae>absolute</ae>
520
+ <ae>64</ae>
521
+ <ae>535</ae>
522
+ </ae>
523
+ <ae content="array">
524
+ <ae>extent</ae>
525
+ <ae>180</ae>
526
+ <ae>26</ae>
527
+ </ae>
528
+ </itemlocation>
529
+ <value>Other Paid Absence</value>
530
+ <fontinfo content="array">
531
+ <ae>Times</ae>
532
+ <ae>10</ae>
533
+ <ae>bold</ae>
534
+ </fontinfo>
535
+ </label>
536
+ <label sid="LABEL26">
537
+ <itemlocation content="array">
538
+ <ae content="array">
539
+ <ae>absolute</ae>
540
+ <ae>64</ae>
541
+ <ae>556</ae>
542
+ </ae>
543
+ <ae content="array">
544
+ <ae>extent</ae>
545
+ <ae>158</ae>
546
+ <ae>24</ae>
547
+ </ae>
548
+ </itemlocation>
549
+ <value>(Specify in Remarks)</value>
550
+ <fontinfo content="array">
551
+ <ae>Times</ae>
552
+ <ae>9</ae>
553
+ <ae>plain</ae>
554
+ <ae>italic</ae>
555
+ </fontinfo>
556
+ </label>
557
+ <label sid="LABEL27">
558
+ <itemlocation content="array">
559
+ <ae content="array">
560
+ <ae>absolute</ae>
561
+ <ae>64</ae>
562
+ <ae>593</ae>
563
+ </ae>
564
+ <ae content="array">
565
+ <ae>extent</ae>
566
+ <ae>192</ae>
567
+ <ae>26</ae>
568
+ </ae>
569
+ </itemlocation>
570
+ <value>Leave Without Pay</value>
571
+ <fontinfo content="array">
572
+ <ae>Times</ae>
573
+ <ae>10</ae>
574
+ <ae>bold</ae>
575
+ </fontinfo>
576
+ </label>
577
+ <label sid="LABEL28">
578
+ <itemlocation content="array">
579
+ <ae content="array">
580
+ <ae>absolute</ae>
581
+ <ae>676</ae>
582
+ <ae>135</ae>
583
+ </ae>
584
+ <ae content="array">
585
+ <ae>extent</ae>
586
+ <ae>215</ae>
587
+ <ae>46</ae>
588
+ </ae>
589
+ </itemlocation>
590
+ <value>5. FAMILY AND
591
+ MEDICAL LEAVE</value>
592
+ <fontinfo content="array">
593
+ <ae>Times</ae>
594
+ <ae>10</ae>
595
+ <ae>bold</ae>
596
+ </fontinfo>
597
+ </label>
598
+ <label sid="LABEL29">
599
+ <itemlocation content="array">
600
+ <ae content="array">
601
+ <ae>absolute</ae>
602
+ <ae>677</ae>
603
+ <ae>183</ae>
604
+ </ae>
605
+ <ae content="array">
606
+ <ae>extent</ae>
607
+ <ae>214</ae>
608
+ <ae>126</ae>
609
+ </ae>
610
+ </itemlocation>
611
+ <value>If annual leave, sick leave, or leave without pay will be used under the Family and Medical Leave Act of 1993, please provide the following information:</value>
612
+ <fontinfo content="array">
613
+ <ae>Times</ae>
614
+ <ae>10</ae>
615
+ <ae>plain</ae>
616
+ </fontinfo>
617
+ </label>
618
+ <label sid="LABEL30">
619
+ <value>I hereby invoke my</value>
620
+ <fontinfo content="array">
621
+ <ae>Times</ae>
622
+ <ae>10</ae>
623
+ <ae>bold</ae>
624
+ </fontinfo>
625
+ <itemlocation content="array">
626
+ <ae content="array">
627
+ <ae>absolute</ae>
628
+ <ae>700</ae>
629
+ <ae>322</ae>
630
+ </ae>
631
+ <ae content="array">
632
+ <ae>extent</ae>
633
+ <ae>191</ae>
634
+ <ae>26</ae>
635
+ </ae>
636
+ </itemlocation>
637
+ </label>
638
+ <label sid="LABEL31">
639
+ <value>entitlement Family and</value>
640
+ <fontinfo content="array">
641
+ <ae>Times</ae>
642
+ <ae>10</ae>
643
+ <ae>bold</ae>
644
+ </fontinfo>
645
+ <itemlocation content="array">
646
+ <ae content="array">
647
+ <ae>absolute</ae>
648
+ <ae>675</ae>
649
+ <ae>342</ae>
650
+ </ae>
651
+ <ae content="array">
652
+ <ae>extent</ae>
653
+ <ae>216</ae>
654
+ <ae>26</ae>
655
+ </ae>
656
+ </itemlocation>
657
+ </label>
658
+ <label sid="LABEL32">
659
+ <value>Medical Leave for:</value>
660
+ <fontinfo content="array">
661
+ <ae>Times</ae>
662
+ <ae>10</ae>
663
+ <ae>bold</ae>
664
+ </fontinfo>
665
+ <itemlocation content="array">
666
+ <ae content="array">
667
+ <ae>absolute</ae>
668
+ <ae>675</ae>
669
+ <ae>364</ae>
670
+ </ae>
671
+ <ae content="array">
672
+ <ae>extent</ae>
673
+ <ae>215</ae>
674
+ <ae>26</ae>
675
+ </ae>
676
+ </itemlocation>
677
+ </label>
678
+ <label sid="LABEL33">
679
+ <itemlocation content="array">
680
+ <ae content="array">
681
+ <ae>absolute</ae>
682
+ <ae>708</ae>
683
+ <ae>403</ae>
684
+ </ae>
685
+ <ae content="array">
686
+ <ae>extent</ae>
687
+ <ae>181</ae>
688
+ <ae>22</ae>
689
+ </ae>
690
+ </itemlocation>
691
+ <value>Birth/Adoption/Foster Care</value>
692
+ <fontinfo content="array">
693
+ <ae>Times</ae>
694
+ <ae>8</ae>
695
+ <ae>plain</ae>
696
+ </fontinfo>
697
+ </label>
698
+ <label sid="LABEL34">
699
+ <itemlocation content="array">
700
+ <ae content="array">
701
+ <ae>absolute</ae>
702
+ <ae>708</ae>
703
+ <ae>426</ae>
704
+ </ae>
705
+ <ae content="array">
706
+ <ae>extent</ae>
707
+ <ae>182</ae>
708
+ <ae>38</ae>
709
+ </ae>
710
+ </itemlocation>
711
+ <value>Serious Heath Condition of spouse, Son, Daughter, or Parent</value>
712
+ <fontinfo content="array">
713
+ <ae>Times</ae>
714
+ <ae>8</ae>
715
+ <ae>plain</ae>
716
+ </fontinfo>
717
+ </label>
718
+ <label sid="LABEL35">
719
+ <itemlocation content="array">
720
+ <ae content="array">
721
+ <ae>absolute</ae>
722
+ <ae>708</ae>
723
+ <ae>483</ae>
724
+ </ae>
725
+ <ae content="array">
726
+ <ae>extent</ae>
727
+ <ae>184</ae>
728
+ <ae>22</ae>
729
+ </ae>
730
+ </itemlocation>
731
+ <value>Serious Health Condition of Self</value>
732
+ <fontinfo content="array">
733
+ <ae>Times</ae>
734
+ <ae>8</ae>
735
+ <ae>plain</ae>
736
+ </fontinfo>
737
+ </label>
738
+ <label sid="LABEL36">
739
+ <itemlocation content="array">
740
+ <ae content="array">
741
+ <ae>absolute</ae>
742
+ <ae>675</ae>
743
+ <ae>537</ae>
744
+ </ae>
745
+ </itemlocation>
746
+ <value>Contact your supervisor and/or our personnel office to obtain additional information about your entitlements and responsibilities under the Family and Medical Leave Act of 1993.</value>
747
+ <fontinfo content="array">
748
+ <ae>Times</ae>
749
+ <ae>8</ae>
750
+ <ae>plain</ae>
751
+ </fontinfo>
752
+ <size content="array">
753
+ <ae>26</ae>
754
+ <ae>5</ae>
755
+ </size>
756
+ </label>
757
+ <label sid="LABEL37">
758
+ <itemlocation content="array">
759
+ <ae content="array">
760
+ <ae>absolute</ae>
761
+ <ae>19</ae>
762
+ <ae>630</ae>
763
+ </ae>
764
+ <ae content="array">
765
+ <ae>extent</ae>
766
+ <ae>192</ae>
767
+ <ae>26</ae>
768
+ </ae>
769
+ </itemlocation>
770
+ <value>6. REMARKS:</value>
771
+ <fontinfo content="array">
772
+ <ae>Times</ae>
773
+ <ae>10</ae>
774
+ <ae>bold</ae>
775
+ </fontinfo>
776
+ </label>
777
+ <label sid="LABEL38">
778
+ <itemlocation content="array">
779
+ <ae content="array">
780
+ <ae>absolute</ae>
781
+ <ae>19</ae>
782
+ <ae>747</ae>
783
+ </ae>
784
+ <ae content="array">
785
+ <ae>extent</ae>
786
+ <ae>170</ae>
787
+ <ae>26</ae>
788
+ </ae>
789
+ </itemlocation>
790
+ <value>7. CERTIFICATION:</value>
791
+ <fontinfo content="array">
792
+ <ae>Times</ae>
793
+ <ae>10</ae>
794
+ <ae>bold</ae>
795
+ </fontinfo>
796
+ </label>
797
+ <label sid="LABEL39">
798
+ <itemlocation content="array">
799
+ <ae content="array">
800
+ <ae>absolute</ae>
801
+ <ae>178</ae>
802
+ <ae>747</ae>
803
+ </ae>
804
+ <ae content="array">
805
+ <ae>extent</ae>
806
+ <ae>715</ae>
807
+ <ae>26</ae>
808
+ </ae>
809
+ </itemlocation>
810
+ <value>I hereby request leave/approved absence from duty as indicated above and certify that such leave/absence</value>
811
+ <fontinfo content="array">
812
+ <ae>Times</ae>
813
+ <ae>10</ae>
814
+ <ae>plain</ae>
815
+ </fontinfo>
816
+ </label>
817
+ <label sid="LABEL40">
818
+ <itemlocation content="array">
819
+ <ae content="array">
820
+ <ae>absolute</ae>
821
+ <ae>19</ae>
822
+ <ae>767</ae>
823
+ </ae>
824
+ <ae content="array">
825
+ <ae>extent</ae>
826
+ <ae>873</ae>
827
+ <ae>66</ae>
828
+ </ae>
829
+ </itemlocation>
830
+ <value>is reuested from the purpose(s) indicated. I understand that I must comply with my employing agency's procedures for requesting leave/approved absence (and provide additional documention, including medical certification, if required) and that falsification of information on this form may be grounds for disciplinary action, including removal.</value>
831
+ <fontinfo content="array">
832
+ <ae>Times</ae>
833
+ <ae>10</ae>
834
+ <ae>plain</ae>
835
+ </fontinfo>
836
+ </label>
837
+ <label sid="LABEL41">
838
+ <itemlocation content="array">
839
+ <ae content="array">
840
+ <ae>absolute</ae>
841
+ <ae>19</ae>
842
+ <ae>841</ae>
843
+ </ae>
844
+ <ae content="array">
845
+ <ae>extent</ae>
846
+ <ae>230</ae>
847
+ <ae>27</ae>
848
+ </ae>
849
+ </itemlocation>
850
+ <value>EMPLOYEE SIGNATURE</value>
851
+ <fontinfo content="array">
852
+ <ae>Times</ae>
853
+ <ae>11</ae>
854
+ <ae>bold</ae>
855
+ </fontinfo>
856
+ </label>
857
+ <label sid="LABEL42">
858
+ <itemlocation content="array">
859
+ <ae content="array">
860
+ <ae>absolute</ae>
861
+ <ae>597</ae>
862
+ <ae>841</ae>
863
+ </ae>
864
+ <ae content="array">
865
+ <ae>extent</ae>
866
+ <ae>58</ae>
867
+ <ae>27</ae>
868
+ </ae>
869
+ </itemlocation>
870
+ <value>DATE</value>
871
+ <fontinfo content="array">
872
+ <ae>Times</ae>
873
+ <ae>11</ae>
874
+ <ae>bold</ae>
875
+ </fontinfo>
876
+ </label>
877
+ <label sid="LABEL43">
878
+ <itemlocation content="array">
879
+ <ae content="array">
880
+ <ae>absolute</ae>
881
+ <ae>19</ae>
882
+ <ae>877</ae>
883
+ </ae>
884
+ <ae content="array">
885
+ <ae>extent</ae>
886
+ <ae>335</ae>
887
+ <ae>26</ae>
888
+ </ae>
889
+ </itemlocation>
890
+ <value>8. OFFICAL ACTION ON REQUEST:</value>
891
+ <fontinfo content="array">
892
+ <ae>Times</ae>
893
+ <ae>10</ae>
894
+ <ae>bold</ae>
895
+ </fontinfo>
896
+ </label>
897
+ <label sid="LABEL44">
898
+ <itemlocation content="array">
899
+ <ae content="array">
900
+ <ae>absolute</ae>
901
+ <ae>41</ae>
902
+ <ae>897</ae>
903
+ </ae>
904
+ </itemlocation>
905
+ <value>(If disapproved, give reason. If annual leave, initiate action to reschedule.)</value>
906
+ <fontinfo content="array">
907
+ <ae>Times</ae>
908
+ <ae>10</ae>
909
+ <ae>plain</ae>
910
+ </fontinfo>
911
+ <size content="array">
912
+ <ae>53</ae>
913
+ <ae>1</ae>
914
+ </size>
915
+ </label>
916
+ <label sid="LABEL45">
917
+ <itemlocation content="array">
918
+ <ae content="array">
919
+ <ae>absolute</ae>
920
+ <ae>388</ae>
921
+ <ae>875</ae>
922
+ </ae>
923
+ <ae content="array">
924
+ <ae>extent</ae>
925
+ <ae>192</ae>
926
+ <ae>26</ae>
927
+ </ae>
928
+ </itemlocation>
929
+ <value>APPROVED</value>
930
+ <fontinfo content="array">
931
+ <ae>Times</ae>
932
+ <ae>10</ae>
933
+ <ae>bold</ae>
934
+ </fontinfo>
935
+ </label>
936
+ <label sid="LABEL46">
937
+ <itemlocation content="array">
938
+ <ae content="array">
939
+ <ae>absolute</ae>
940
+ <ae>638</ae>
941
+ <ae>875</ae>
942
+ </ae>
943
+ <ae content="array">
944
+ <ae>extent</ae>
945
+ <ae>192</ae>
946
+ <ae>26</ae>
947
+ </ae>
948
+ </itemlocation>
949
+ <value>DISAPPROVED</value>
950
+ <fontinfo content="array">
951
+ <ae>Times</ae>
952
+ <ae>10</ae>
953
+ <ae>bold</ae>
954
+ </fontinfo>
955
+ </label>
956
+ <label sid="LABEL47">
957
+ <itemlocation content="array">
958
+ <ae content="array">
959
+ <ae>absolute</ae>
960
+ <ae>19</ae>
961
+ <ae>941</ae>
962
+ </ae>
963
+ <ae content="array">
964
+ <ae>extent</ae>
965
+ <ae>112</ae>
966
+ <ae>27</ae>
967
+ </ae>
968
+ </itemlocation>
969
+ <value>SIGNATURE</value>
970
+ <fontinfo content="array">
971
+ <ae>Times</ae>
972
+ <ae>11</ae>
973
+ <ae>bold</ae>
974
+ </fontinfo>
975
+ </label>
976
+ <label sid="LABEL48">
977
+ <itemlocation content="array">
978
+ <ae content="array">
979
+ <ae>absolute</ae>
980
+ <ae>597</ae>
981
+ <ae>940</ae>
982
+ </ae>
983
+ <ae content="array">
984
+ <ae>extent</ae>
985
+ <ae>58</ae>
986
+ <ae>27</ae>
987
+ </ae>
988
+ </itemlocation>
989
+ <value>DATE</value>
990
+ <fontinfo content="array">
991
+ <ae>Times</ae>
992
+ <ae>11</ae>
993
+ <ae>bold</ae>
994
+ </fontinfo>
995
+ </label>
996
+ <label sid="LABEL49">
997
+ <itemlocation content="array">
998
+ <ae content="array">
999
+ <ae>absolute</ae>
1000
+ <ae>17</ae>
1001
+ <ae>970</ae>
1002
+ </ae>
1003
+ <ae content="array">
1004
+ <ae>extent</ae>
1005
+ <ae>876</ae>
1006
+ <ae>26</ae>
1007
+ </ae>
1008
+ </itemlocation>
1009
+ <value>PRIVACY ACT STATEMENT</value>
1010
+ <fontinfo content="array">
1011
+ <ae>Times</ae>
1012
+ <ae>10</ae>
1013
+ <ae>bold</ae>
1014
+ </fontinfo>
1015
+ <justify>center</justify>
1016
+ </label>
1017
+ <label sid="LABEL50">
1018
+ <itemlocation content="array">
1019
+ <ae content="array">
1020
+ <ae>absolute</ae>
1021
+ <ae>19</ae>
1022
+ <ae>996</ae>
1023
+ </ae>
1024
+ <ae content="array">
1025
+ <ae>extent</ae>
1026
+ <ae>873</ae>
1027
+ <ae>134</ae>
1028
+ </ae>
1029
+ </itemlocation>
1030
+ <value>Section 6311 of title 5, United States Code, authorizes collection of this information. The primary use of this information is by management and your payroll office to approve and record your use of leave. Additional disclosures of the information mat be: To the Department of labor when processing a claim for compensation regarding a job connected injury or illness; to a State unemployment compensation office regarding a claim; the Federal Life Insurance or Health Benefits carries regarding a claim; to a Federal State, or local law enforcement agency when your agency becomes aware of a violation or possible violation of civil or criminal law; to a Federal agency when conducting an investigation for employment or Services Administration in connection with its responsibilities for records management.
1031
+
1032
+ Where the Employee identification number is your Social Security Number, collection of this information is authorized by Executive Order 9397. Furnishing the information on this form, including your Social Security Number, is voluntary, but to do so may result in disapproval request.</value>
1033
+ <fontinfo content="array">
1034
+ <ae>Times</ae>
1035
+ <ae>8</ae>
1036
+ <ae>plain</ae>
1037
+ </fontinfo>
1038
+ </label>
1039
+ <label sid="LABEL51">
1040
+ <value>If your agency uses the information furnished on this form for purposes other than those indicated above, it may provide you with an additional statement reflecting those purposes.</value>
1041
+ <fontinfo content="array">
1042
+ <ae>Times</ae>
1043
+ <ae>7</ae>
1044
+ <ae>plain</ae>
1045
+ </fontinfo>
1046
+ <itemlocation content="array">
1047
+ <ae content="array">
1048
+ <ae>absolute</ae>
1049
+ <ae>18</ae>
1050
+ <ae>1140</ae>
1051
+ </ae>
1052
+ <ae content="array">
1053
+ <ae>extent</ae>
1054
+ <ae>875</ae>
1055
+ <ae>22</ae>
1056
+ </ae>
1057
+ </itemlocation>
1058
+ </label>
1059
+ <label sid="LABEL52">
1060
+ <itemlocation content="array">
1061
+ <ae content="array">
1062
+ <ae>absolute</ae>
1063
+ <ae>18</ae>
1064
+ <ae>1168</ae>
1065
+ </ae>
1066
+ <ae content="array">
1067
+ <ae>extent</ae>
1068
+ <ae>422</ae>
1069
+ <ae>38</ae>
1070
+ </ae>
1071
+ </itemlocation>
1072
+ <value>NSN 7540-000-753-5067
1073
+ PREVIOUS EDITION MAY BE USED</value>
1074
+ <fontinfo content="array">
1075
+ <ae>Times</ae>
1076
+ <ae>8</ae>
1077
+ <ae>plain</ae>
1078
+ </fontinfo>
1079
+ </label>
1080
+ <label sid="LABEL53">
1081
+ <itemlocation content="array">
1082
+ <ae content="array">
1083
+ <ae>absolute</ae>
1084
+ <ae>438</ae>
1085
+ <ae>1168</ae>
1086
+ </ae>
1087
+ <ae content="array">
1088
+ <ae>extent</ae>
1089
+ <ae>454</ae>
1090
+ <ae>38</ae>
1091
+ </ae>
1092
+ </itemlocation>
1093
+ <value>STANDARD FORM 71 (Rev. 12-97)
1094
+ PRESCRIBED BY OFFICE OF PERSONNEL MANAGEMENT, 5 CFR PART 630</value>
1095
+ <fontinfo content="array">
1096
+ <ae>Times</ae>
1097
+ <ae>8</ae>
1098
+ <ae>plain</ae>
1099
+ </fontinfo>
1100
+ <justify>right</justify>
1101
+ </label>
1102
+ <line sid="LINE1">
1103
+ <itemlocation content="array">
1104
+ <ae content="array">
1105
+ <ae>absolute</ae>
1106
+ <ae>17</ae>
1107
+ <ae>32</ae>
1108
+ </ae>
1109
+ <ae content="array">
1110
+ <ae>extent</ae>
1111
+ <ae>876</ae>
1112
+ <ae>1</ae>
1113
+ </ae>
1114
+ </itemlocation>
1115
+ </line>
1116
+ <line sid="LINE2">
1117
+ <itemlocation content="array">
1118
+ <ae content="array">
1119
+ <ae>absolute</ae>
1120
+ <ae>17</ae>
1121
+ <ae>82</ae>
1122
+ </ae>
1123
+ <ae content="array">
1124
+ <ae>extent</ae>
1125
+ <ae>876</ae>
1126
+ <ae>1</ae>
1127
+ </ae>
1128
+ </itemlocation>
1129
+ </line>
1130
+ <line sid="LINE3">
1131
+ <itemlocation content="array">
1132
+ <ae content="array">
1133
+ <ae>absolute</ae>
1134
+ <ae>17</ae>
1135
+ <ae>133</ae>
1136
+ </ae>
1137
+ <ae content="array">
1138
+ <ae>extent</ae>
1139
+ <ae>876</ae>
1140
+ <ae>1</ae>
1141
+ </ae>
1142
+ </itemlocation>
1143
+ </line>
1144
+ <line sid="LINE4">
1145
+ <itemlocation content="array">
1146
+ <ae content="array">
1147
+ <ae>absolute</ae>
1148
+ <ae>17</ae>
1149
+ <ae>179</ae>
1150
+ </ae>
1151
+ <ae content="array">
1152
+ <ae>extent</ae>
1153
+ <ae>876</ae>
1154
+ <ae>1</ae>
1155
+ </ae>
1156
+ </itemlocation>
1157
+ </line>
1158
+ <line sid="LINE5">
1159
+ <itemlocation content="array">
1160
+ <ae content="array">
1161
+ <ae>absolute</ae>
1162
+ <ae>268</ae>
1163
+ <ae>218</ae>
1164
+ </ae>
1165
+ <ae content="array">
1166
+ <ae>extent</ae>
1167
+ <ae>406</ae>
1168
+ <ae>1</ae>
1169
+ </ae>
1170
+ </itemlocation>
1171
+ </line>
1172
+ <line sid="LINE6">
1173
+ <itemlocation content="array">
1174
+ <ae content="array">
1175
+ <ae>absolute</ae>
1176
+ <ae>268</ae>
1177
+ <ae>263</ae>
1178
+ </ae>
1179
+ <ae content="array">
1180
+ <ae>extent</ae>
1181
+ <ae>406</ae>
1182
+ <ae>1</ae>
1183
+ </ae>
1184
+ </itemlocation>
1185
+ </line>
1186
+ <line sid="LINE7">
1187
+ <itemlocation content="array">
1188
+ <ae content="array">
1189
+ <ae>absolute</ae>
1190
+ <ae>17</ae>
1191
+ <ae>311</ae>
1192
+ </ae>
1193
+ <ae content="array">
1194
+ <ae>extent</ae>
1195
+ <ae>657</ae>
1196
+ <ae>1</ae>
1197
+ </ae>
1198
+ </itemlocation>
1199
+ </line>
1200
+ <line sid="LINE8">
1201
+ <itemlocation content="array">
1202
+ <ae content="array">
1203
+ <ae>absolute</ae>
1204
+ <ae>268</ae>
1205
+ <ae>354</ae>
1206
+ </ae>
1207
+ <ae content="array">
1208
+ <ae>extent</ae>
1209
+ <ae>406</ae>
1210
+ <ae>1</ae>
1211
+ </ae>
1212
+ </itemlocation>
1213
+ </line>
1214
+ <line sid="LINE9">
1215
+ <itemlocation content="array">
1216
+ <ae content="array">
1217
+ <ae>absolute</ae>
1218
+ <ae>268</ae>
1219
+ <ae>398</ae>
1220
+ </ae>
1221
+ <ae content="array">
1222
+ <ae>extent</ae>
1223
+ <ae>406</ae>
1224
+ <ae>1</ae>
1225
+ </ae>
1226
+ </itemlocation>
1227
+ </line>
1228
+ <line sid="LINE10">
1229
+ <itemlocation content="array">
1230
+ <ae content="array">
1231
+ <ae>absolute</ae>
1232
+ <ae>17</ae>
1233
+ <ae>484</ae>
1234
+ </ae>
1235
+ <ae content="array">
1236
+ <ae>extent</ae>
1237
+ <ae>657</ae>
1238
+ <ae>1</ae>
1239
+ </ae>
1240
+ </itemlocation>
1241
+ </line>
1242
+ <line sid="LINE11">
1243
+ <itemlocation content="array">
1244
+ <ae content="array">
1245
+ <ae>absolute</ae>
1246
+ <ae>17</ae>
1247
+ <ae>530</ae>
1248
+ </ae>
1249
+ <ae content="array">
1250
+ <ae>extent</ae>
1251
+ <ae>657</ae>
1252
+ <ae>1</ae>
1253
+ </ae>
1254
+ </itemlocation>
1255
+ </line>
1256
+ <line sid="LINE12">
1257
+ <itemlocation content="array">
1258
+ <ae content="array">
1259
+ <ae>absolute</ae>
1260
+ <ae>17</ae>
1261
+ <ae>578</ae>
1262
+ </ae>
1263
+ <ae content="array">
1264
+ <ae>extent</ae>
1265
+ <ae>657</ae>
1266
+ <ae>1</ae>
1267
+ </ae>
1268
+ </itemlocation>
1269
+ </line>
1270
+ <line sid="LINE13">
1271
+ <itemlocation content="array">
1272
+ <ae content="array">
1273
+ <ae>absolute</ae>
1274
+ <ae>17</ae>
1275
+ <ae>626</ae>
1276
+ </ae>
1277
+ <ae content="array">
1278
+ <ae>extent</ae>
1279
+ <ae>876</ae>
1280
+ <ae>1</ae>
1281
+ </ae>
1282
+ </itemlocation>
1283
+ </line>
1284
+ <line sid="LINE14">
1285
+ <itemlocation content="array">
1286
+ <ae content="array">
1287
+ <ae>absolute</ae>
1288
+ <ae>17</ae>
1289
+ <ae>743</ae>
1290
+ </ae>
1291
+ <ae content="array">
1292
+ <ae>extent</ae>
1293
+ <ae>876</ae>
1294
+ <ae>1</ae>
1295
+ </ae>
1296
+ </itemlocation>
1297
+ </line>
1298
+ <line sid="LINE15">
1299
+ <itemlocation content="array">
1300
+ <ae content="array">
1301
+ <ae>absolute</ae>
1302
+ <ae>17</ae>
1303
+ <ae>867</ae>
1304
+ </ae>
1305
+ <ae content="array">
1306
+ <ae>extent</ae>
1307
+ <ae>876</ae>
1308
+ <ae>1</ae>
1309
+ </ae>
1310
+ </itemlocation>
1311
+ </line>
1312
+ <line sid="LINE16">
1313
+ <itemlocation content="array">
1314
+ <ae content="array">
1315
+ <ae>absolute</ae>
1316
+ <ae>17</ae>
1317
+ <ae>967</ae>
1318
+ </ae>
1319
+ <ae content="array">
1320
+ <ae>extent</ae>
1321
+ <ae>876</ae>
1322
+ <ae>1</ae>
1323
+ </ae>
1324
+ </itemlocation>
1325
+ </line>
1326
+ <line sid="LINE17">
1327
+ <itemlocation content="array">
1328
+ <ae content="array">
1329
+ <ae>absolute</ae>
1330
+ <ae>17</ae>
1331
+ <ae>1164</ae>
1332
+ </ae>
1333
+ <ae content="array">
1334
+ <ae>extent</ae>
1335
+ <ae>876</ae>
1336
+ <ae>1</ae>
1337
+ </ae>
1338
+ </itemlocation>
1339
+ </line>
1340
+ <line sid="LINE18">
1341
+ <itemlocation content="array">
1342
+ <ae content="array">
1343
+ <ae>absolute</ae>
1344
+ <ae>17</ae>
1345
+ <ae>32</ae>
1346
+ </ae>
1347
+ <ae content="array">
1348
+ <ae>extent</ae>
1349
+ <ae>1</ae>
1350
+ <ae>1133</ae>
1351
+ </ae>
1352
+ </itemlocation>
1353
+ </line>
1354
+ <line sid="LINE19">
1355
+ <itemlocation content="array">
1356
+ <ae content="array">
1357
+ <ae>absolute</ae>
1358
+ <ae>510</ae>
1359
+ <ae>32</ae>
1360
+ </ae>
1361
+ <ae content="array">
1362
+ <ae>extent</ae>
1363
+ <ae>1</ae>
1364
+ <ae>51</ae>
1365
+ </ae>
1366
+ </itemlocation>
1367
+ </line>
1368
+ <line sid="LINE20">
1369
+ <itemlocation content="array">
1370
+ <ae content="array">
1371
+ <ae>absolute</ae>
1372
+ <ae>892</ae>
1373
+ <ae>32</ae>
1374
+ </ae>
1375
+ <ae content="array">
1376
+ <ae>extent</ae>
1377
+ <ae>1</ae>
1378
+ <ae>1133</ae>
1379
+ </ae>
1380
+ </itemlocation>
1381
+ </line>
1382
+ <line sid="LINE21">
1383
+ <itemlocation content="array">
1384
+ <ae content="array">
1385
+ <ae>absolute</ae>
1386
+ <ae>268</ae>
1387
+ <ae>133</ae>
1388
+ </ae>
1389
+ <ae content="array">
1390
+ <ae>extent</ae>
1391
+ <ae>1</ae>
1392
+ <ae>266</ae>
1393
+ </ae>
1394
+ </itemlocation>
1395
+ </line>
1396
+ <line sid="LINE22">
1397
+ <itemlocation content="array">
1398
+ <ae content="array">
1399
+ <ae>absolute</ae>
1400
+ <ae>349</ae>
1401
+ <ae>179</ae>
1402
+ </ae>
1403
+ <ae content="array">
1404
+ <ae>extent</ae>
1405
+ <ae>1</ae>
1406
+ <ae>220</ae>
1407
+ </ae>
1408
+ </itemlocation>
1409
+ </line>
1410
+ <line sid="LINE23">
1411
+ <itemlocation content="array">
1412
+ <ae content="array">
1413
+ <ae>absolute</ae>
1414
+ <ae>430</ae>
1415
+ <ae>133</ae>
1416
+ </ae>
1417
+ <ae content="array">
1418
+ <ae>extent</ae>
1419
+ <ae>1</ae>
1420
+ <ae>266</ae>
1421
+ </ae>
1422
+ </itemlocation>
1423
+ </line>
1424
+ <line sid="LINE24">
1425
+ <itemlocation content="array">
1426
+ <ae content="array">
1427
+ <ae>absolute</ae>
1428
+ <ae>510</ae>
1429
+ <ae>179</ae>
1430
+ </ae>
1431
+ <ae content="array">
1432
+ <ae>extent</ae>
1433
+ <ae>1</ae>
1434
+ <ae>220</ae>
1435
+ </ae>
1436
+ </itemlocation>
1437
+ </line>
1438
+ <line sid="LINE25">
1439
+ <itemlocation content="array">
1440
+ <ae content="array">
1441
+ <ae>absolute</ae>
1442
+ <ae>592</ae>
1443
+ <ae>133</ae>
1444
+ </ae>
1445
+ <ae content="array">
1446
+ <ae>extent</ae>
1447
+ <ae>1</ae>
1448
+ <ae>265</ae>
1449
+ </ae>
1450
+ </itemlocation>
1451
+ </line>
1452
+ <line sid="LINE26">
1453
+ <itemlocation content="array">
1454
+ <ae content="array">
1455
+ <ae>absolute</ae>
1456
+ <ae>673</ae>
1457
+ <ae>133</ae>
1458
+ </ae>
1459
+ <ae content="array">
1460
+ <ae>extent</ae>
1461
+ <ae>1</ae>
1462
+ <ae>494</ae>
1463
+ </ae>
1464
+ </itemlocation>
1465
+ </line>
1466
+ <line sid="LINE27">
1467
+ <itemlocation content="array">
1468
+ <ae content="array">
1469
+ <ae>absolute</ae>
1470
+ <ae>268</ae>
1471
+ <ae>484</ae>
1472
+ </ae>
1473
+ <ae content="array">
1474
+ <ae>extent</ae>
1475
+ <ae>1</ae>
1476
+ <ae>143</ae>
1477
+ </ae>
1478
+ </itemlocation>
1479
+ </line>
1480
+ <line sid="LINE28">
1481
+ <itemlocation content="array">
1482
+ <ae content="array">
1483
+ <ae>absolute</ae>
1484
+ <ae>349</ae>
1485
+ <ae>484</ae>
1486
+ </ae>
1487
+ <ae content="array">
1488
+ <ae>extent</ae>
1489
+ <ae>1</ae>
1490
+ <ae>143</ae>
1491
+ </ae>
1492
+ </itemlocation>
1493
+ </line>
1494
+ <line sid="LINE29">
1495
+ <itemlocation content="array">
1496
+ <ae content="array">
1497
+ <ae>absolute</ae>
1498
+ <ae>431</ae>
1499
+ <ae>484</ae>
1500
+ </ae>
1501
+ <ae content="array">
1502
+ <ae>extent</ae>
1503
+ <ae>1</ae>
1504
+ <ae>143</ae>
1505
+ </ae>
1506
+ </itemlocation>
1507
+ </line>
1508
+ <line sid="LINE30">
1509
+ <itemlocation content="array">
1510
+ <ae content="array">
1511
+ <ae>absolute</ae>
1512
+ <ae>510</ae>
1513
+ <ae>484</ae>
1514
+ </ae>
1515
+ <ae content="array">
1516
+ <ae>extent</ae>
1517
+ <ae>1</ae>
1518
+ <ae>143</ae>
1519
+ </ae>
1520
+ </itemlocation>
1521
+ </line>
1522
+ <line sid="LINE31">
1523
+ <itemlocation content="array">
1524
+ <ae content="array">
1525
+ <ae>absolute</ae>
1526
+ <ae>591</ae>
1527
+ <ae>484</ae>
1528
+ </ae>
1529
+ <ae content="array">
1530
+ <ae>extent</ae>
1531
+ <ae>1</ae>
1532
+ <ae>143</ae>
1533
+ </ae>
1534
+ </itemlocation>
1535
+ </line>
1536
+ <field sid="FIELD1">
1537
+ <itemlocation content="array">
1538
+ <ae content="array">
1539
+ <ae>absolute</ae>
1540
+ <ae>20</ae>
1541
+ <ae>58</ae>
1542
+ </ae>
1543
+ <ae content="array">
1544
+ <ae>extent</ae>
1545
+ <ae>489</ae>
1546
+ <ae>23</ae>
1547
+ </ae>
1548
+ </itemlocation>
1549
+ <format content="array">
1550
+ <ae>string</ae>
1551
+ <ae>mandatory</ae>
1552
+ </format>
1553
+ <scrollhoriz>wordwrap</scrollhoriz>
1554
+ <scrollvert>fixed</scrollvert>
1555
+ <borderwidth>0</borderwidth>
1556
+ <value>John Q. Public</value>
1557
+ </field>
1558
+ <field sid="FIELD2">
1559
+ <itemlocation content="array">
1560
+ <ae content="array">
1561
+ <ae>absolute</ae>
1562
+ <ae>537</ae>
1563
+ <ae>58</ae>
1564
+ </ae>
1565
+ <ae content="array">
1566
+ <ae>extent</ae>
1567
+ <ae>123</ae>
1568
+ <ae>23</ae>
1569
+ </ae>
1570
+ </itemlocation>
1571
+ <format content="array">
1572
+ <ae>string</ae>
1573
+ <ae>mandatory</ae>
1574
+ </format>
1575
+ <scrollhoriz>wordwrap</scrollhoriz>
1576
+ <scrollvert>fixed</scrollvert>
1577
+ <borderwidth>0</borderwidth>
1578
+ <value>123456789</value>
1579
+ </field>
1580
+ <field sid="FIELD3">
1581
+ <itemlocation content="array">
1582
+ <ae content="array">
1583
+ <ae>absolute</ae>
1584
+ <ae>19</ae>
1585
+ <ae>109</ae>
1586
+ </ae>
1587
+ <ae content="array">
1588
+ <ae>extent</ae>
1589
+ <ae>872</ae>
1590
+ <ae>23</ae>
1591
+ </ae>
1592
+ </itemlocation>
1593
+ <format content="array">
1594
+ <ae>string</ae>
1595
+ <ae>mandatory</ae>
1596
+ </format>
1597
+ <scrollhoriz>wordwrap</scrollhoriz>
1598
+ <scrollvert>fixed</scrollvert>
1599
+ <borderwidth>0</borderwidth>
1600
+ <value>PureEdge Solutions Inc.</value>
1601
+ </field>
1602
+ <check sid="CHECK1">
1603
+ <itemlocation content="array">
1604
+ <ae content="array">
1605
+ <ae>absolute</ae>
1606
+ <ae>28</ae>
1607
+ <ae>191</ae>
1608
+ </ae>
1609
+ <ae content="array">
1610
+ <ae>extent</ae>
1611
+ <ae>22</ae>
1612
+ <ae>23</ae>
1613
+ </ae>
1614
+ </itemlocation>
1615
+ <fontinfo content="array">
1616
+ <ae>Helvetica</ae>
1617
+ <ae>18</ae>
1618
+ <ae>plain</ae>
1619
+ </fontinfo>
1620
+ <value></value>
1621
+ </check>
1622
+ <field sid="FIELD4">
1623
+ <itemlocation content="array">
1624
+ <ae content="array">
1625
+ <ae>absolute</ae>
1626
+ <ae>269</ae>
1627
+ <ae>188</ae>
1628
+ </ae>
1629
+ <ae content="array">
1630
+ <ae>extent</ae>
1631
+ <ae>80</ae>
1632
+ <ae>23</ae>
1633
+ </ae>
1634
+ </itemlocation>
1635
+ <scrollhoriz>wordwrap</scrollhoriz>
1636
+ <scrollvert>fixed</scrollvert>
1637
+ <editstate content="compute">
1638
+ <cval>readonly</cval>
1639
+ <compute>
1640
+ (CHECK1.value == "on") ? "readwrite" : "readonly"
1641
+ </compute>
1642
+ </editstate>
1643
+ <check_off content="compute">
1644
+ <cval></cval>
1645
+ <compute>
1646
+ (CHECK1.value == "off") ? set("value", "") : ""
1647
+ </compute>
1648
+ </check_off>
1649
+ <format content="array">
1650
+ <ae>date</ae>
1651
+ <ae>case_insensitive</ae>
1652
+ <ae>optional</ae>
1653
+ <template content="array">
1654
+ <ae>##-##-##</ae>
1655
+ </template>
1656
+ <presentation>MM-DD-YY</presentation>
1657
+ <ae content="compute">
1658
+ <cval>optional</cval>
1659
+ <compute>
1660
+ ((CHECK1.value == "on") ? "mandatory" : "optional")
1661
+ </compute>
1662
+ </ae>
1663
+ </format>
1664
+ <borderwidth>0</borderwidth>
1665
+ <fontinfo content="array">
1666
+ <ae>Courier</ae>
1667
+ <ae>8</ae>
1668
+ <ae>plain</ae>
1669
+ </fontinfo>
1670
+ <value></value>
1671
+ </field>
1672
+ <field sid="FIELD5">
1673
+ <itemlocation content="array">
1674
+ <ae content="array">
1675
+ <ae>absolute</ae>
1676
+ <ae>350</ae>
1677
+ <ae>188</ae>
1678
+ </ae>
1679
+ <ae content="array">
1680
+ <ae>extent</ae>
1681
+ <ae>80</ae>
1682
+ <ae>23</ae>
1683
+ </ae>
1684
+ </itemlocation>
1685
+ <scrollhoriz>wordwrap</scrollhoriz>
1686
+ <scrollvert>fixed</scrollvert>
1687
+ <editstate content="compute">
1688
+ <cval>readonly</cval>
1689
+ <compute>
1690
+ (CHECK1.value == "on") ? "readwrite" : "readonly"
1691
+ </compute>
1692
+ </editstate>
1693
+ <check_off content="compute">
1694
+ <cval></cval>
1695
+ <compute>
1696
+ (CHECK1.value == "off") ? set("value", "") : ""
1697
+ </compute>
1698
+ </check_off>
1699
+ <format content="array">
1700
+ <ae>date</ae>
1701
+ <ae>case_insensitive</ae>
1702
+ <ae>optional</ae>
1703
+ <template content="array">
1704
+ <ae>##-##-##</ae>
1705
+ </template>
1706
+ <presentation>MM-DD-YY</presentation>
1707
+ <ae content="compute">
1708
+ <cval>optional</cval>
1709
+ <compute>
1710
+ ((CHECK1.value == "on") ? "mandatory" : "optional")
1711
+ </compute>
1712
+ </ae>
1713
+ </format>
1714
+ <borderwidth>0</borderwidth>
1715
+ <fontinfo content="array">
1716
+ <ae>Courier</ae>
1717
+ <ae>8</ae>
1718
+ <ae>plain</ae>
1719
+ </fontinfo>
1720
+ <value></value>
1721
+ </field>
1722
+ <field sid="FIELD6">
1723
+ <itemlocation content="array">
1724
+ <ae content="array">
1725
+ <ae>absolute</ae>
1726
+ <ae>431</ae>
1727
+ <ae>188</ae>
1728
+ </ae>
1729
+ <ae content="array">
1730
+ <ae>extent</ae>
1731
+ <ae>80</ae>
1732
+ <ae>23</ae>
1733
+ </ae>
1734
+ </itemlocation>
1735
+ <justify>center</justify>
1736
+ <scrollhoriz>wordwrap</scrollhoriz>
1737
+ <scrollvert>fixed</scrollvert>
1738
+ <editstate content="compute">
1739
+ <cval>readonly</cval>
1740
+ <compute>
1741
+ (CHECK1.value == "on") ? "readwrite" : "readonly"
1742
+ </compute>
1743
+ </editstate>
1744
+ <check_off content="compute">
1745
+ <cval></cval>
1746
+ <compute>
1747
+ (CHECK1.value == "off") ? set("value", "") : ""
1748
+ </compute>
1749
+ </check_off>
1750
+ <format content="array">
1751
+ <ae>time</ae>
1752
+ <ae>short</ae>
1753
+ <ae>optional</ae>
1754
+ <ae content="compute">
1755
+ <cval>optional</cval>
1756
+ <compute>
1757
+ ((CHECK1.value == "on") ? "mandatory" : "optional")
1758
+ </compute>
1759
+ </ae>
1760
+ </format>
1761
+ <borderwidth>0</borderwidth>
1762
+ <value></value>
1763
+ </field>
1764
+ <field sid="FIELD7">
1765
+ <itemlocation content="array">
1766
+ <ae content="array">
1767
+ <ae>absolute</ae>
1768
+ <ae>511</ae>
1769
+ <ae>188</ae>
1770
+ </ae>
1771
+ <ae content="array">
1772
+ <ae>extent</ae>
1773
+ <ae>81</ae>
1774
+ <ae>23</ae>
1775
+ </ae>
1776
+ </itemlocation>
1777
+ <justify>center</justify>
1778
+ <scrollhoriz>wordwrap</scrollhoriz>
1779
+ <scrollvert>fixed</scrollvert>
1780
+ <editstate content="compute">
1781
+ <cval>readonly</cval>
1782
+ <compute>
1783
+ (CHECK1.value == "on") ? "readwrite" : "readonly"
1784
+ </compute>
1785
+ </editstate>
1786
+ <check_off content="compute">
1787
+ <cval></cval>
1788
+ <compute>
1789
+ (CHECK1.value == "off") ? set("value", "") : ""
1790
+ </compute>
1791
+ </check_off>
1792
+ <format content="array">
1793
+ <ae>time</ae>
1794
+ <ae>short</ae>
1795
+ <ae>optional</ae>
1796
+ <ae content="compute">
1797
+ <cval>optional</cval>
1798
+ <compute>
1799
+ ((CHECK1.value == "on") ? "mandatory" : "optional")
1800
+ </compute>
1801
+ </ae>
1802
+ </format>
1803
+ <borderwidth>0</borderwidth>
1804
+ <value></value>
1805
+ </field>
1806
+ <field sid="FIELD8">
1807
+ <itemlocation content="array">
1808
+ <ae content="array">
1809
+ <ae>absolute</ae>
1810
+ <ae>593</ae>
1811
+ <ae>188</ae>
1812
+ </ae>
1813
+ <ae content="array">
1814
+ <ae>extent</ae>
1815
+ <ae>80</ae>
1816
+ <ae>23</ae>
1817
+ </ae>
1818
+ </itemlocation>
1819
+ <scrollhoriz>wordwrap</scrollhoriz>
1820
+ <scrollvert>fixed</scrollvert>
1821
+ <editstate content="compute">
1822
+ <cval>readonly</cval>
1823
+ <compute>
1824
+ (CHECK1.value == "on") ? "readwrite" : "readonly"
1825
+ </compute>
1826
+ </editstate>
1827
+ <check_off content="compute">
1828
+ <cval></cval>
1829
+ <compute>
1830
+ (CHECK1.value == "off") ? set("value", "") : ""
1831
+ </compute>
1832
+ </check_off>
1833
+ <format content="array">
1834
+ <ae>float</ae>
1835
+ <ae>optional</ae>
1836
+ <range content="array">
1837
+ <ae>0</ae>
1838
+ <ae>9999.9999</ae>
1839
+ </range>
1840
+ <ae content="compute">
1841
+ <cval>optional</cval>
1842
+ <compute>
1843
+ ((CHECK1.value == "on") ? "mandatory" : "optional")
1844
+ </compute>
1845
+ </ae>
1846
+ </format>
1847
+ <borderwidth>0</borderwidth>
1848
+ <value></value>
1849
+ </field>
1850
+ <check sid="CHECK2">
1851
+ <itemlocation content="array">
1852
+ <ae content="array">
1853
+ <ae>absolute</ae>
1854
+ <ae>28</ae>
1855
+ <ae>231</ae>
1856
+ </ae>
1857
+ <ae content="array">
1858
+ <ae>extent</ae>
1859
+ <ae>22</ae>
1860
+ <ae>23</ae>
1861
+ </ae>
1862
+ </itemlocation>
1863
+ <fontinfo content="array">
1864
+ <ae>Helvetica</ae>
1865
+ <ae>18</ae>
1866
+ <ae>plain</ae>
1867
+ </fontinfo>
1868
+ <value></value>
1869
+ </check>
1870
+ <field sid="FIELD9">
1871
+ <itemlocation content="array">
1872
+ <ae content="array">
1873
+ <ae>absolute</ae>
1874
+ <ae>269</ae>
1875
+ <ae>231</ae>
1876
+ </ae>
1877
+ <ae content="array">
1878
+ <ae>extent</ae>
1879
+ <ae>80</ae>
1880
+ <ae>23</ae>
1881
+ </ae>
1882
+ </itemlocation>
1883
+ <scrollhoriz>wordwrap</scrollhoriz>
1884
+ <scrollvert>fixed</scrollvert>
1885
+ <editstate content="compute">
1886
+ <cval>readonly</cval>
1887
+ <compute>
1888
+ (CHECK2.value == "on") ? "readwrite" : "readonly"
1889
+ </compute>
1890
+ </editstate>
1891
+ <check_off content="compute">
1892
+ <cval></cval>
1893
+ <compute>
1894
+ (CHECK2.value == "off") ? set("value", "") : ""
1895
+ </compute>
1896
+ </check_off>
1897
+ <format content="array">
1898
+ <ae>date</ae>
1899
+ <ae>case_insensitive</ae>
1900
+ <ae>optional</ae>
1901
+ <template content="array">
1902
+ <ae>##-##-##</ae>
1903
+ </template>
1904
+ <presentation>MM-DD-YY</presentation>
1905
+ <ae content="compute">
1906
+ <cval>optional</cval>
1907
+ <compute>
1908
+ ((CHECK2.value == "on") ? "mandatory" : "optional")
1909
+ </compute>
1910
+ </ae>
1911
+ </format>
1912
+ <borderwidth>0</borderwidth>
1913
+ <fontinfo content="array">
1914
+ <ae>Courier</ae>
1915
+ <ae>8</ae>
1916
+ <ae>plain</ae>
1917
+ </fontinfo>
1918
+ <value></value>
1919
+ </field>
1920
+ <field sid="FIELD10">
1921
+ <itemlocation content="array">
1922
+ <ae content="array">
1923
+ <ae>absolute</ae>
1924
+ <ae>350</ae>
1925
+ <ae>231</ae>
1926
+ </ae>
1927
+ <ae content="array">
1928
+ <ae>extent</ae>
1929
+ <ae>80</ae>
1930
+ <ae>23</ae>
1931
+ </ae>
1932
+ </itemlocation>
1933
+ <scrollhoriz>wordwrap</scrollhoriz>
1934
+ <scrollvert>fixed</scrollvert>
1935
+ <editstate content="compute">
1936
+ <cval>readonly</cval>
1937
+ <compute>
1938
+ (CHECK2.value == "on") ? "readwrite" : "readonly"
1939
+ </compute>
1940
+ </editstate>
1941
+ <check_off content="compute">
1942
+ <cval></cval>
1943
+ <compute>
1944
+ (CHECK2.value == "off") ? set("value", "") : ""
1945
+ </compute>
1946
+ </check_off>
1947
+ <format content="array">
1948
+ <ae>date</ae>
1949
+ <ae>case_insensitive</ae>
1950
+ <ae>optional</ae>
1951
+ <template content="array">
1952
+ <ae>##-##-##</ae>
1953
+ </template>
1954
+ <presentation>MM-DD-YY</presentation>
1955
+ <ae content="compute">
1956
+ <cval>optional</cval>
1957
+ <compute>
1958
+ ((CHECK2.value == "on") ? "mandatory" : "optional")
1959
+ </compute>
1960
+ </ae>
1961
+ </format>
1962
+ <borderwidth>0</borderwidth>
1963
+ <fontinfo content="array">
1964
+ <ae>Courier</ae>
1965
+ <ae>8</ae>
1966
+ <ae>plain</ae>
1967
+ </fontinfo>
1968
+ <value></value>
1969
+ </field>
1970
+ <field sid="FIELD11">
1971
+ <itemlocation content="array">
1972
+ <ae content="array">
1973
+ <ae>absolute</ae>
1974
+ <ae>431</ae>
1975
+ <ae>231</ae>
1976
+ </ae>
1977
+ <ae content="array">
1978
+ <ae>extent</ae>
1979
+ <ae>80</ae>
1980
+ <ae>23</ae>
1981
+ </ae>
1982
+ </itemlocation>
1983
+ <justify>center</justify>
1984
+ <scrollhoriz>wordwrap</scrollhoriz>
1985
+ <scrollvert>fixed</scrollvert>
1986
+ <editstate content="compute">
1987
+ <cval>readonly</cval>
1988
+ <compute>
1989
+ (CHECK2.value == "on") ? "readwrite" : "readonly"
1990
+ </compute>
1991
+ </editstate>
1992
+ <check_off content="compute">
1993
+ <cval></cval>
1994
+ <compute>
1995
+ (CHECK2.value == "off") ? set("value", "") : ""
1996
+ </compute>
1997
+ </check_off>
1998
+ <format content="array">
1999
+ <ae>time</ae>
2000
+ <ae>short</ae>
2001
+ <ae>optional</ae>
2002
+ <ae content="compute">
2003
+ <cval>optional</cval>
2004
+ <compute>
2005
+ ((CHECK2.value == "on") ? "mandatory" : "optional")
2006
+ </compute>
2007
+ </ae>
2008
+ </format>
2009
+ <borderwidth>0</borderwidth>
2010
+ <value></value>
2011
+ </field>
2012
+ <field sid="FIELD12">
2013
+ <itemlocation content="array">
2014
+ <ae content="array">
2015
+ <ae>absolute</ae>
2016
+ <ae>511</ae>
2017
+ <ae>231</ae>
2018
+ </ae>
2019
+ <ae content="array">
2020
+ <ae>extent</ae>
2021
+ <ae>81</ae>
2022
+ <ae>23</ae>
2023
+ </ae>
2024
+ </itemlocation>
2025
+ <justify>center</justify>
2026
+ <scrollhoriz>wordwrap</scrollhoriz>
2027
+ <scrollvert>fixed</scrollvert>
2028
+ <editstate content="compute">
2029
+ <cval>readonly</cval>
2030
+ <compute>
2031
+ (CHECK2.value == "on") ? "readwrite" : "readonly"
2032
+ </compute>
2033
+ </editstate>
2034
+ <check_off content="compute">
2035
+ <cval></cval>
2036
+ <compute>
2037
+ (CHECK2.value == "off") ? set("value", "") : ""
2038
+ </compute>
2039
+ </check_off>
2040
+ <format content="array">
2041
+ <ae>time</ae>
2042
+ <ae>short</ae>
2043
+ <ae>optional</ae>
2044
+ <ae content="compute">
2045
+ <cval>optional</cval>
2046
+ <compute>
2047
+ ((CHECK2.value == "on") ? "mandatory" : "optional")
2048
+ </compute>
2049
+ </ae>
2050
+ </format>
2051
+ <borderwidth>0</borderwidth>
2052
+ <value></value>
2053
+ </field>
2054
+ <field sid="FIELD13">
2055
+ <itemlocation content="array">
2056
+ <ae content="array">
2057
+ <ae>absolute</ae>
2058
+ <ae>593</ae>
2059
+ <ae>231</ae>
2060
+ </ae>
2061
+ <ae content="array">
2062
+ <ae>extent</ae>
2063
+ <ae>80</ae>
2064
+ <ae>23</ae>
2065
+ </ae>
2066
+ </itemlocation>
2067
+ <scrollhoriz>wordwrap</scrollhoriz>
2068
+ <scrollvert>fixed</scrollvert>
2069
+ <editstate content="compute">
2070
+ <cval>readonly</cval>
2071
+ <compute>
2072
+ (CHECK2.value == "on") ? "readwrite" : "readonly"
2073
+ </compute>
2074
+ </editstate>
2075
+ <check_off content="compute">
2076
+ <cval></cval>
2077
+ <compute>
2078
+ (CHECK2.value == "off") ? set("value", "") : ""
2079
+ </compute>
2080
+ </check_off>
2081
+ <format content="array">
2082
+ <ae>float</ae>
2083
+ <ae>optional</ae>
2084
+ <range content="array">
2085
+ <ae>0</ae>
2086
+ <ae>9999.9999</ae>
2087
+ </range>
2088
+ <ae content="compute">
2089
+ <cval>optional</cval>
2090
+ <compute>
2091
+ ((CHECK2.value == "on") ? "mandatory" : "optional")
2092
+ </compute>
2093
+ </ae>
2094
+ </format>
2095
+ <borderwidth>0</borderwidth>
2096
+ <value></value>
2097
+ </field>
2098
+ <check sid="CHECK3">
2099
+ <itemlocation content="array">
2100
+ <ae content="array">
2101
+ <ae>absolute</ae>
2102
+ <ae>28</ae>
2103
+ <ae>277</ae>
2104
+ </ae>
2105
+ <ae content="array">
2106
+ <ae>extent</ae>
2107
+ <ae>22</ae>
2108
+ <ae>23</ae>
2109
+ </ae>
2110
+ </itemlocation>
2111
+ <fontinfo content="array">
2112
+ <ae>Helvetica</ae>
2113
+ <ae>18</ae>
2114
+ <ae>plain</ae>
2115
+ </fontinfo>
2116
+ <value></value>
2117
+ </check>
2118
+ <field sid="FIELD14">
2119
+ <itemlocation content="array">
2120
+ <ae content="array">
2121
+ <ae>absolute</ae>
2122
+ <ae>269</ae>
2123
+ <ae>276</ae>
2124
+ </ae>
2125
+ <ae content="array">
2126
+ <ae>extent</ae>
2127
+ <ae>80</ae>
2128
+ <ae>23</ae>
2129
+ </ae>
2130
+ </itemlocation>
2131
+ <scrollhoriz>wordwrap</scrollhoriz>
2132
+ <scrollvert>fixed</scrollvert>
2133
+ <editstate content="compute">
2134
+ <cval>readonly</cval>
2135
+ <compute>
2136
+ (CHECK3.value == "on") ? "readwrite" : "readonly"
2137
+ </compute>
2138
+ </editstate>
2139
+ <check_off content="compute">
2140
+ <cval></cval>
2141
+ <compute>
2142
+ (CHECK3.value == "off") ? set("value", "") : ""
2143
+ </compute>
2144
+ </check_off>
2145
+ <format content="array">
2146
+ <ae>date</ae>
2147
+ <ae>case_insensitive</ae>
2148
+ <ae>optional</ae>
2149
+ <template content="array">
2150
+ <ae>##-##-##</ae>
2151
+ </template>
2152
+ <presentation>MM-DD-YY</presentation>
2153
+ <ae content="compute">
2154
+ <cval>optional</cval>
2155
+ <compute>
2156
+ ((CHECK3.value == "on") ? "mandatory" : "optional")
2157
+ </compute>
2158
+ </ae>
2159
+ </format>
2160
+ <borderwidth>0</borderwidth>
2161
+ <fontinfo content="array">
2162
+ <ae>Courier</ae>
2163
+ <ae>8</ae>
2164
+ <ae>plain</ae>
2165
+ </fontinfo>
2166
+ <value></value>
2167
+ </field>
2168
+ <field sid="FIELD15">
2169
+ <itemlocation content="array">
2170
+ <ae content="array">
2171
+ <ae>absolute</ae>
2172
+ <ae>350</ae>
2173
+ <ae>276</ae>
2174
+ </ae>
2175
+ <ae content="array">
2176
+ <ae>extent</ae>
2177
+ <ae>80</ae>
2178
+ <ae>23</ae>
2179
+ </ae>
2180
+ </itemlocation>
2181
+ <scrollhoriz>wordwrap</scrollhoriz>
2182
+ <scrollvert>fixed</scrollvert>
2183
+ <editstate content="compute">
2184
+ <cval>readonly</cval>
2185
+ <compute>
2186
+ (CHECK3.value == "on") ? "readwrite" : "readonly"
2187
+ </compute>
2188
+ </editstate>
2189
+ <check_off content="compute">
2190
+ <cval></cval>
2191
+ <compute>
2192
+ (CHECK3.value == "off") ? set("value", "") : ""
2193
+ </compute>
2194
+ </check_off>
2195
+ <format content="array">
2196
+ <ae>date</ae>
2197
+ <ae>case_insensitive</ae>
2198
+ <ae>optional</ae>
2199
+ <template content="array">
2200
+ <ae>##-##-##</ae>
2201
+ </template>
2202
+ <presentation>MM-DD-YY</presentation>
2203
+ <ae content="compute">
2204
+ <cval>optional</cval>
2205
+ <compute>
2206
+ ((CHECK3.value == "on") ? "mandatory" : "optional")
2207
+ </compute>
2208
+ </ae>
2209
+ </format>
2210
+ <borderwidth>0</borderwidth>
2211
+ <fontinfo content="array">
2212
+ <ae>Courier</ae>
2213
+ <ae>8</ae>
2214
+ <ae>plain</ae>
2215
+ </fontinfo>
2216
+ <value></value>
2217
+ </field>
2218
+ <field sid="FIELD16">
2219
+ <itemlocation content="array">
2220
+ <ae content="array">
2221
+ <ae>absolute</ae>
2222
+ <ae>431</ae>
2223
+ <ae>276</ae>
2224
+ </ae>
2225
+ <ae content="array">
2226
+ <ae>extent</ae>
2227
+ <ae>80</ae>
2228
+ <ae>23</ae>
2229
+ </ae>
2230
+ </itemlocation>
2231
+ <justify>center</justify>
2232
+ <scrollhoriz>wordwrap</scrollhoriz>
2233
+ <scrollvert>fixed</scrollvert>
2234
+ <editstate content="compute">
2235
+ <cval>readonly</cval>
2236
+ <compute>
2237
+ (CHECK3.value == "on") ? "readwrite" : "readonly"
2238
+ </compute>
2239
+ </editstate>
2240
+ <check_off content="compute">
2241
+ <cval></cval>
2242
+ <compute>
2243
+ (CHECK3.value == "off") ? set("value", "") : ""
2244
+ </compute>
2245
+ </check_off>
2246
+ <format content="array">
2247
+ <ae>time</ae>
2248
+ <ae>short</ae>
2249
+ <ae>optional</ae>
2250
+ <ae content="compute">
2251
+ <cval>optional</cval>
2252
+ <compute>
2253
+ ((CHECK3.value == "on") ? "mandatory" : "optional")
2254
+ </compute>
2255
+ </ae>
2256
+ </format>
2257
+ <borderwidth>0</borderwidth>
2258
+ <value></value>
2259
+ </field>
2260
+ <field sid="FIELD17">
2261
+ <itemlocation content="array">
2262
+ <ae content="array">
2263
+ <ae>absolute</ae>
2264
+ <ae>511</ae>
2265
+ <ae>276</ae>
2266
+ </ae>
2267
+ <ae content="array">
2268
+ <ae>extent</ae>
2269
+ <ae>81</ae>
2270
+ <ae>23</ae>
2271
+ </ae>
2272
+ </itemlocation>
2273
+ <justify>center</justify>
2274
+ <scrollhoriz>wordwrap</scrollhoriz>
2275
+ <scrollvert>fixed</scrollvert>
2276
+ <editstate content="compute">
2277
+ <cval>readonly</cval>
2278
+ <compute>
2279
+ (CHECK3.value == "on") ? "readwrite" : "readonly"
2280
+ </compute>
2281
+ </editstate>
2282
+ <check_off content="compute">
2283
+ <cval></cval>
2284
+ <compute>
2285
+ (CHECK3.value == "off") ? set("value", "") : ""
2286
+ </compute>
2287
+ </check_off>
2288
+ <format content="array">
2289
+ <ae>time</ae>
2290
+ <ae>short</ae>
2291
+ <ae>optional</ae>
2292
+ <ae content="compute">
2293
+ <cval>optional</cval>
2294
+ <compute>
2295
+ ((CHECK3.value == "on") ? "mandatory" : "optional")
2296
+ </compute>
2297
+ </ae>
2298
+ </format>
2299
+ <borderwidth>0</borderwidth>
2300
+ <value></value>
2301
+ </field>
2302
+ <field sid="FIELD18">
2303
+ <itemlocation content="array">
2304
+ <ae content="array">
2305
+ <ae>absolute</ae>
2306
+ <ae>593</ae>
2307
+ <ae>276</ae>
2308
+ </ae>
2309
+ <ae content="array">
2310
+ <ae>extent</ae>
2311
+ <ae>80</ae>
2312
+ <ae>23</ae>
2313
+ </ae>
2314
+ </itemlocation>
2315
+ <scrollhoriz>wordwrap</scrollhoriz>
2316
+ <scrollvert>fixed</scrollvert>
2317
+ <editstate content="compute">
2318
+ <cval>readonly</cval>
2319
+ <compute>
2320
+ (CHECK3.value == "on") ? "readwrite" : "readonly"
2321
+ </compute>
2322
+ </editstate>
2323
+ <check_off content="compute">
2324
+ <cval></cval>
2325
+ <compute>
2326
+ (CHECK3.value == "off") ? set("value", "") : ""
2327
+ </compute>
2328
+ </check_off>
2329
+ <format content="array">
2330
+ <ae>float</ae>
2331
+ <ae>optional</ae>
2332
+ <range content="array">
2333
+ <ae>0</ae>
2334
+ <ae>9999.9999</ae>
2335
+ </range>
2336
+ <ae content="compute">
2337
+ <cval>optional</cval>
2338
+ <compute>
2339
+ ((CHECK3.value == "on") ? "mandatory" : "optional")
2340
+ </compute>
2341
+ </ae>
2342
+ </format>
2343
+ <borderwidth>0</borderwidth>
2344
+ <value></value>
2345
+ </field>
2346
+ <check sid="CHECK4">
2347
+ <itemlocation content="array">
2348
+ <ae content="array">
2349
+ <ae>absolute</ae>
2350
+ <ae>28</ae>
2351
+ <ae>322</ae>
2352
+ </ae>
2353
+ <ae content="array">
2354
+ <ae>extent</ae>
2355
+ <ae>22</ae>
2356
+ <ae>23</ae>
2357
+ </ae>
2358
+ </itemlocation>
2359
+ <fontinfo content="array">
2360
+ <ae>Helvetica</ae>
2361
+ <ae>18</ae>
2362
+ <ae>plain</ae>
2363
+ </fontinfo>
2364
+ <value></value>
2365
+ </check>
2366
+ <field sid="FIELD19">
2367
+ <itemlocation content="array">
2368
+ <ae content="array">
2369
+ <ae>absolute</ae>
2370
+ <ae>269</ae>
2371
+ <ae>321</ae>
2372
+ </ae>
2373
+ <ae content="array">
2374
+ <ae>extent</ae>
2375
+ <ae>80</ae>
2376
+ <ae>23</ae>
2377
+ </ae>
2378
+ </itemlocation>
2379
+ <scrollhoriz>wordwrap</scrollhoriz>
2380
+ <scrollvert>fixed</scrollvert>
2381
+ <editstate content="compute">
2382
+ <cval>readonly</cval>
2383
+ <compute>
2384
+ (CHECK4.value == "on") ? "readwrite" : "readonly"
2385
+ </compute>
2386
+ </editstate>
2387
+ <check_off content="compute">
2388
+ <cval></cval>
2389
+ <compute>
2390
+ (CHECK4.value == "off") ? set("value", "") : ""
2391
+ </compute>
2392
+ </check_off>
2393
+ <format content="array">
2394
+ <ae>date</ae>
2395
+ <ae>case_insensitive</ae>
2396
+ <ae>optional</ae>
2397
+ <template content="array">
2398
+ <ae>##-##-##</ae>
2399
+ </template>
2400
+ <presentation>MM-DD-YY</presentation>
2401
+ <ae content="compute">
2402
+ <cval>optional</cval>
2403
+ <compute>
2404
+ ((CHECK4.value == "on") ? "mandatory" : "optional")
2405
+ </compute>
2406
+ </ae>
2407
+ </format>
2408
+ <borderwidth>0</borderwidth>
2409
+ <fontinfo content="array">
2410
+ <ae>Courier</ae>
2411
+ <ae>8</ae>
2412
+ <ae>plain</ae>
2413
+ </fontinfo>
2414
+ <value></value>
2415
+ </field>
2416
+ <field sid="FIELD20">
2417
+ <itemlocation content="array">
2418
+ <ae content="array">
2419
+ <ae>absolute</ae>
2420
+ <ae>350</ae>
2421
+ <ae>321</ae>
2422
+ </ae>
2423
+ <ae content="array">
2424
+ <ae>extent</ae>
2425
+ <ae>80</ae>
2426
+ <ae>23</ae>
2427
+ </ae>
2428
+ </itemlocation>
2429
+ <scrollhoriz>wordwrap</scrollhoriz>
2430
+ <scrollvert>fixed</scrollvert>
2431
+ <editstate content="compute">
2432
+ <cval>readonly</cval>
2433
+ <compute>
2434
+ (CHECK4.value == "on") ? "readwrite" : "readonly"
2435
+ </compute>
2436
+ </editstate>
2437
+ <check_off content="compute">
2438
+ <cval></cval>
2439
+ <compute>
2440
+ (CHECK4.value == "off") ? set("value", "") : ""
2441
+ </compute>
2442
+ </check_off>
2443
+ <format content="array">
2444
+ <ae>date</ae>
2445
+ <ae>case_insensitive</ae>
2446
+ <ae>optional</ae>
2447
+ <template content="array">
2448
+ <ae>##-##-##</ae>
2449
+ </template>
2450
+ <presentation>MM-DD-YY</presentation>
2451
+ <ae content="compute">
2452
+ <cval>optional</cval>
2453
+ <compute>
2454
+ ((CHECK4.value == "on") ? "mandatory" : "optional")
2455
+ </compute>
2456
+ </ae>
2457
+ </format>
2458
+ <borderwidth>0</borderwidth>
2459
+ <fontinfo content="array">
2460
+ <ae>Courier</ae>
2461
+ <ae>8</ae>
2462
+ <ae>plain</ae>
2463
+ </fontinfo>
2464
+ <value></value>
2465
+ </field>
2466
+ <field sid="FIELD21">
2467
+ <itemlocation content="array">
2468
+ <ae content="array">
2469
+ <ae>absolute</ae>
2470
+ <ae>431</ae>
2471
+ <ae>321</ae>
2472
+ </ae>
2473
+ <ae content="array">
2474
+ <ae>extent</ae>
2475
+ <ae>79</ae>
2476
+ <ae>23</ae>
2477
+ </ae>
2478
+ </itemlocation>
2479
+ <justify>center</justify>
2480
+ <scrollhoriz>wordwrap</scrollhoriz>
2481
+ <scrollvert>fixed</scrollvert>
2482
+ <editstate content="compute">
2483
+ <cval>readonly</cval>
2484
+ <compute>
2485
+ (CHECK4.value == "on") ? "readwrite" : "readonly"
2486
+ </compute>
2487
+ </editstate>
2488
+ <check_off content="compute">
2489
+ <cval></cval>
2490
+ <compute>
2491
+ (CHECK4.value == "off") ? set("value", "") : ""
2492
+ </compute>
2493
+ </check_off>
2494
+ <format content="array">
2495
+ <ae>time</ae>
2496
+ <ae>short</ae>
2497
+ <ae>optional</ae>
2498
+ <ae content="compute">
2499
+ <cval>optional</cval>
2500
+ <compute>
2501
+ ((CHECK4.value == "on") ? "mandatory" : "optional")
2502
+ </compute>
2503
+ </ae>
2504
+ </format>
2505
+ <borderwidth>0</borderwidth>
2506
+ <value></value>
2507
+ </field>
2508
+ <field sid="FIELD22">
2509
+ <itemlocation content="array">
2510
+ <ae content="array">
2511
+ <ae>absolute</ae>
2512
+ <ae>511</ae>
2513
+ <ae>321</ae>
2514
+ </ae>
2515
+ <ae content="array">
2516
+ <ae>extent</ae>
2517
+ <ae>81</ae>
2518
+ <ae>23</ae>
2519
+ </ae>
2520
+ </itemlocation>
2521
+ <justify>center</justify>
2522
+ <scrollhoriz>wordwrap</scrollhoriz>
2523
+ <scrollvert>fixed</scrollvert>
2524
+ <editstate content="compute">
2525
+ <cval>readonly</cval>
2526
+ <compute>
2527
+ (CHECK4.value == "on") ? "readwrite" : "readonly"
2528
+ </compute>
2529
+ </editstate>
2530
+ <check_off content="compute">
2531
+ <cval></cval>
2532
+ <compute>
2533
+ (CHECK4.value == "off") ? set("value", "") : ""
2534
+ </compute>
2535
+ </check_off>
2536
+ <format content="array">
2537
+ <ae>time</ae>
2538
+ <ae>short</ae>
2539
+ <ae>optional</ae>
2540
+ <ae content="compute">
2541
+ <cval>optional</cval>
2542
+ <compute>
2543
+ ((CHECK4.value == "on") ? "mandatory" : "optional")
2544
+ </compute>
2545
+ </ae>
2546
+ </format>
2547
+ <borderwidth>0</borderwidth>
2548
+ <value></value>
2549
+ </field>
2550
+ <field sid="FIELD23">
2551
+ <itemlocation content="array">
2552
+ <ae content="array">
2553
+ <ae>absolute</ae>
2554
+ <ae>593</ae>
2555
+ <ae>321</ae>
2556
+ </ae>
2557
+ <ae content="array">
2558
+ <ae>extent</ae>
2559
+ <ae>80</ae>
2560
+ <ae>23</ae>
2561
+ </ae>
2562
+ </itemlocation>
2563
+ <scrollhoriz>wordwrap</scrollhoriz>
2564
+ <scrollvert>fixed</scrollvert>
2565
+ <editstate content="compute">
2566
+ <cval>readonly</cval>
2567
+ <compute>
2568
+ (CHECK4.value == "on") ? "readwrite" : "readonly"
2569
+ </compute>
2570
+ </editstate>
2571
+ <check_off content="compute">
2572
+ <cval></cval>
2573
+ <compute>
2574
+ (CHECK4.value == "off") ? set("value", "") : ""
2575
+ </compute>
2576
+ </check_off>
2577
+ <format content="array">
2578
+ <ae>float</ae>
2579
+ <ae>optional</ae>
2580
+ <range content="array">
2581
+ <ae>0</ae>
2582
+ <ae>9999.9999</ae>
2583
+ </range>
2584
+ <ae content="compute">
2585
+ <cval>optional</cval>
2586
+ <compute>
2587
+ ((CHECK4.value == "on") ? "mandatory" : "optional")
2588
+ </compute>
2589
+ </ae>
2590
+ </format>
2591
+ <borderwidth>0</borderwidth>
2592
+ <value></value>
2593
+ </field>
2594
+ <check sid="CHECK5">
2595
+ <itemlocation content="array">
2596
+ <ae content="array">
2597
+ <ae>absolute</ae>
2598
+ <ae>28</ae>
2599
+ <ae>367</ae>
2600
+ </ae>
2601
+ <ae content="array">
2602
+ <ae>extent</ae>
2603
+ <ae>22</ae>
2604
+ <ae>23</ae>
2605
+ </ae>
2606
+ </itemlocation>
2607
+ <fontinfo content="array">
2608
+ <ae>Helvetica</ae>
2609
+ <ae>18</ae>
2610
+ <ae>plain</ae>
2611
+ </fontinfo>
2612
+ <value></value>
2613
+ </check>
2614
+ <field sid="FIELD24">
2615
+ <itemlocation content="array">
2616
+ <ae content="array">
2617
+ <ae>absolute</ae>
2618
+ <ae>269</ae>
2619
+ <ae>366</ae>
2620
+ </ae>
2621
+ <ae content="array">
2622
+ <ae>extent</ae>
2623
+ <ae>80</ae>
2624
+ <ae>23</ae>
2625
+ </ae>
2626
+ </itemlocation>
2627
+ <scrollhoriz>wordwrap</scrollhoriz>
2628
+ <scrollvert>fixed</scrollvert>
2629
+ <editstate content="compute">
2630
+ <cval>readonly</cval>
2631
+ <compute>
2632
+ (CHECK5.value == "on") ? "readwrite" : "readonly"
2633
+ </compute>
2634
+ </editstate>
2635
+ <check_off content="compute">
2636
+ <cval></cval>
2637
+ <compute>
2638
+ (CHECK5.value == "off") ? set("value", "") : ""
2639
+ </compute>
2640
+ </check_off>
2641
+ <format content="array">
2642
+ <ae>date</ae>
2643
+ <ae>case_insensitive</ae>
2644
+ <ae>optional</ae>
2645
+ <template content="array">
2646
+ <ae>##-##-##</ae>
2647
+ </template>
2648
+ <presentation>MM-DD-YY</presentation>
2649
+ <ae content="compute">
2650
+ <cval>optional</cval>
2651
+ <compute>
2652
+ ((CHECK5.value == "on") ? "mandatory" : "optional")
2653
+ </compute>
2654
+ </ae>
2655
+ </format>
2656
+ <borderwidth>0</borderwidth>
2657
+ <fontinfo content="array">
2658
+ <ae>Courier</ae>
2659
+ <ae>8</ae>
2660
+ <ae>plain</ae>
2661
+ </fontinfo>
2662
+ <value></value>
2663
+ </field>
2664
+ <field sid="FIELD25">
2665
+ <itemlocation content="array">
2666
+ <ae content="array">
2667
+ <ae>absolute</ae>
2668
+ <ae>350</ae>
2669
+ <ae>366</ae>
2670
+ </ae>
2671
+ <ae content="array">
2672
+ <ae>extent</ae>
2673
+ <ae>80</ae>
2674
+ <ae>23</ae>
2675
+ </ae>
2676
+ </itemlocation>
2677
+ <scrollhoriz>wordwrap</scrollhoriz>
2678
+ <scrollvert>fixed</scrollvert>
2679
+ <editstate content="compute">
2680
+ <cval>readonly</cval>
2681
+ <compute>
2682
+ (CHECK5.value == "on") ? "readwrite" : "readonly"
2683
+ </compute>
2684
+ </editstate>
2685
+ <check_off content="compute">
2686
+ <cval></cval>
2687
+ <compute>
2688
+ (CHECK5.value == "off") ? set("value", "") : ""
2689
+ </compute>
2690
+ </check_off>
2691
+ <format content="array">
2692
+ <ae>date</ae>
2693
+ <ae>case_insensitive</ae>
2694
+ <ae>optional</ae>
2695
+ <template content="array">
2696
+ <ae>##-##-##</ae>
2697
+ </template>
2698
+ <presentation>MM-DD-YY</presentation>
2699
+ <ae content="compute">
2700
+ <cval>optional</cval>
2701
+ <compute>
2702
+ ((CHECK5.value == "on") ? "mandatory" : "optional")
2703
+ </compute>
2704
+ </ae>
2705
+ </format>
2706
+ <borderwidth>0</borderwidth>
2707
+ <fontinfo content="array">
2708
+ <ae>Courier</ae>
2709
+ <ae>8</ae>
2710
+ <ae>plain</ae>
2711
+ </fontinfo>
2712
+ <value></value>
2713
+ </field>
2714
+ <field sid="FIELD26">
2715
+ <itemlocation content="array">
2716
+ <ae content="array">
2717
+ <ae>absolute</ae>
2718
+ <ae>431</ae>
2719
+ <ae>366</ae>
2720
+ </ae>
2721
+ <ae content="array">
2722
+ <ae>extent</ae>
2723
+ <ae>80</ae>
2724
+ <ae>23</ae>
2725
+ </ae>
2726
+ </itemlocation>
2727
+ <justify>center</justify>
2728
+ <scrollhoriz>wordwrap</scrollhoriz>
2729
+ <scrollvert>fixed</scrollvert>
2730
+ <editstate content="compute">
2731
+ <cval>readonly</cval>
2732
+ <compute>
2733
+ (CHECK5.value == "on") ? "readwrite" : "readonly"
2734
+ </compute>
2735
+ </editstate>
2736
+ <check_off content="compute">
2737
+ <cval></cval>
2738
+ <compute>
2739
+ (CHECK5.value == "off") ? set("value", "") : ""
2740
+ </compute>
2741
+ </check_off>
2742
+ <format content="array">
2743
+ <ae>time</ae>
2744
+ <ae>short</ae>
2745
+ <ae>optional</ae>
2746
+ <ae content="compute">
2747
+ <cval>optional</cval>
2748
+ <compute>
2749
+ ((CHECK5.value == "on") ? "mandatory" : "optional")
2750
+ </compute>
2751
+ </ae>
2752
+ </format>
2753
+ <borderwidth>0</borderwidth>
2754
+ <value></value>
2755
+ </field>
2756
+ <field sid="FIELD27">
2757
+ <itemlocation content="array">
2758
+ <ae content="array">
2759
+ <ae>absolute</ae>
2760
+ <ae>511</ae>
2761
+ <ae>366</ae>
2762
+ </ae>
2763
+ <ae content="array">
2764
+ <ae>extent</ae>
2765
+ <ae>81</ae>
2766
+ <ae>23</ae>
2767
+ </ae>
2768
+ </itemlocation>
2769
+ <justify>center</justify>
2770
+ <scrollhoriz>wordwrap</scrollhoriz>
2771
+ <scrollvert>fixed</scrollvert>
2772
+ <editstate content="compute">
2773
+ <cval>readonly</cval>
2774
+ <compute>
2775
+ (CHECK5.value == "on") ? "readwrite" : "readonly"
2776
+ </compute>
2777
+ </editstate>
2778
+ <check_off content="compute">
2779
+ <cval></cval>
2780
+ <compute>
2781
+ (CHECK5.value == "off") ? set("value", "") : ""
2782
+ </compute>
2783
+ </check_off>
2784
+ <format content="array">
2785
+ <ae>time</ae>
2786
+ <ae>short</ae>
2787
+ <ae>optional</ae>
2788
+ <ae content="compute">
2789
+ <cval>optional</cval>
2790
+ <compute>
2791
+ ((CHECK5.value == "on") ? "mandatory" : "optional")
2792
+ </compute>
2793
+ </ae>
2794
+ </format>
2795
+ <borderwidth>0</borderwidth>
2796
+ <value></value>
2797
+ </field>
2798
+ <field sid="FIELD28">
2799
+ <itemlocation content="array">
2800
+ <ae content="array">
2801
+ <ae>absolute</ae>
2802
+ <ae>593</ae>
2803
+ <ae>366</ae>
2804
+ </ae>
2805
+ <ae content="array">
2806
+ <ae>extent</ae>
2807
+ <ae>80</ae>
2808
+ <ae>23</ae>
2809
+ </ae>
2810
+ </itemlocation>
2811
+ <scrollhoriz>wordwrap</scrollhoriz>
2812
+ <scrollvert>fixed</scrollvert>
2813
+ <editstate content="compute">
2814
+ <cval>readonly</cval>
2815
+ <compute>
2816
+ (CHECK5.value == "on") ? "readwrite" : "readonly"
2817
+ </compute>
2818
+ </editstate>
2819
+ <check_off content="compute">
2820
+ <cval></cval>
2821
+ <compute>
2822
+ (CHECK5.value == "off") ? set("value", "") : ""
2823
+ </compute>
2824
+ </check_off>
2825
+ <format content="array">
2826
+ <ae>float</ae>
2827
+ <ae>optional</ae>
2828
+ <range content="array">
2829
+ <ae>0</ae>
2830
+ <ae>9999.9999</ae>
2831
+ </range>
2832
+ <ae content="compute">
2833
+ <cval>optional</cval>
2834
+ <compute>
2835
+ ((CHECK5.value == "on") ? "mandatory" : "optional")
2836
+ </compute>
2837
+ </ae>
2838
+ </format>
2839
+ <borderwidth>0</borderwidth>
2840
+ <value></value>
2841
+ </field>
2842
+ <check sid="CHECK6">
2843
+ <itemlocation content="array">
2844
+ <ae content="array">
2845
+ <ae>absolute</ae>
2846
+ <ae>121</ae>
2847
+ <ae>412</ae>
2848
+ </ae>
2849
+ <ae content="array">
2850
+ <ae>extent</ae>
2851
+ <ae>15</ae>
2852
+ <ae>14</ae>
2853
+ </ae>
2854
+ </itemlocation>
2855
+ <fontinfo content="array">
2856
+ <ae>Helvetica</ae>
2857
+ <ae>10</ae>
2858
+ <ae>plain</ae>
2859
+ </fontinfo>
2860
+ <value>off</value>
2861
+ <active content="compute">
2862
+ <cval>off</cval>
2863
+ <compute>
2864
+ (CHECK5.value == "on") ? "on" : "off"
2865
+ </compute>
2866
+ </active>
2867
+ <editstate content="compute">
2868
+ <cval>readwrite</cval>
2869
+ <compute>
2870
+ (value == "on") ? "readonly" : "readwrite"
2871
+ </compute>
2872
+ </editstate>
2873
+ <radio_check content="compute">
2874
+ <cval></cval>
2875
+ <compute>
2876
+ ((CHECK8.value == "on") || (CHECK7.value == "on")) ? set("value", "off") : ""
2877
+ </compute>
2878
+ </radio_check>
2879
+ </check>
2880
+ <check sid="CHECK7">
2881
+ <itemlocation content="array">
2882
+ <ae content="array">
2883
+ <ae>absolute</ae>
2884
+ <ae>121</ae>
2885
+ <ae>438</ae>
2886
+ </ae>
2887
+ <ae content="array">
2888
+ <ae>extent</ae>
2889
+ <ae>15</ae>
2890
+ <ae>14</ae>
2891
+ </ae>
2892
+ </itemlocation>
2893
+ <fontinfo content="array">
2894
+ <ae>Helvetica</ae>
2895
+ <ae>10</ae>
2896
+ <ae>plain</ae>
2897
+ </fontinfo>
2898
+ <value>off</value>
2899
+ <active content="compute">
2900
+ <cval>off</cval>
2901
+ <compute>
2902
+ (CHECK5.value == "on") ? "on" : "off"
2903
+ </compute>
2904
+ </active>
2905
+ <editstate content="compute">
2906
+ <cval>readwrite</cval>
2907
+ <compute>
2908
+ (value == "on") ? "readonly" : "readwrite"
2909
+ </compute>
2910
+ </editstate>
2911
+ <radio_check content="compute">
2912
+ <cval></cval>
2913
+ <compute>
2914
+ ((CHECK8.value == "on") || (CHECK6.value == "on")) ? set("value", "off") : ""
2915
+ </compute>
2916
+ </radio_check>
2917
+ </check>
2918
+ <check sid="CHECK8">
2919
+ <itemlocation content="array">
2920
+ <ae content="array">
2921
+ <ae>absolute</ae>
2922
+ <ae>519</ae>
2923
+ <ae>412</ae>
2924
+ </ae>
2925
+ <ae content="array">
2926
+ <ae>extent</ae>
2927
+ <ae>15</ae>
2928
+ <ae>14</ae>
2929
+ </ae>
2930
+ </itemlocation>
2931
+ <fontinfo content="array">
2932
+ <ae>Helvetica</ae>
2933
+ <ae>10</ae>
2934
+ <ae>plain</ae>
2935
+ </fontinfo>
2936
+ <value>off</value>
2937
+ <active content="compute">
2938
+ <cval>off</cval>
2939
+ <compute>
2940
+ (CHECK5.value == "on") ? "on" : "off"
2941
+ </compute>
2942
+ </active>
2943
+ <editstate content="compute">
2944
+ <cval>readwrite</cval>
2945
+ <compute>
2946
+ (value == "on") ? "readonly" : "readwrite"
2947
+ </compute>
2948
+ </editstate>
2949
+ <radio_check content="compute">
2950
+ <cval></cval>
2951
+ <compute>
2952
+ ((CHECK6.value == "on") || (CHECK7.value == "on")) ? set("value", "off") : ""
2953
+ </compute>
2954
+ </radio_check>
2955
+ </check>
2956
+ <check sid="CHECK9">
2957
+ <itemlocation content="array">
2958
+ <ae content="array">
2959
+ <ae>absolute</ae>
2960
+ <ae>28</ae>
2961
+ <ae>495</ae>
2962
+ </ae>
2963
+ <ae content="array">
2964
+ <ae>extent</ae>
2965
+ <ae>22</ae>
2966
+ <ae>23</ae>
2967
+ </ae>
2968
+ </itemlocation>
2969
+ <fontinfo content="array">
2970
+ <ae>Helvetica</ae>
2971
+ <ae>18</ae>
2972
+ <ae>plain</ae>
2973
+ </fontinfo>
2974
+ <value></value>
2975
+ </check>
2976
+ <field sid="FIELD29">
2977
+ <itemlocation content="array">
2978
+ <ae content="array">
2979
+ <ae>absolute</ae>
2980
+ <ae>269</ae>
2981
+ <ae>498</ae>
2982
+ </ae>
2983
+ <ae content="array">
2984
+ <ae>extent</ae>
2985
+ <ae>80</ae>
2986
+ <ae>23</ae>
2987
+ </ae>
2988
+ </itemlocation>
2989
+ <scrollhoriz>wordwrap</scrollhoriz>
2990
+ <scrollvert>fixed</scrollvert>
2991
+ <editstate content="compute">
2992
+ <cval>readonly</cval>
2993
+ <compute>
2994
+ (CHECK9.value == "on") ? "readwrite" : "readonly"
2995
+ </compute>
2996
+ </editstate>
2997
+ <check_off content="compute">
2998
+ <cval></cval>
2999
+ <compute>
3000
+ (CHECK9.value == "off") ? set("value", "") : ""
3001
+ </compute>
3002
+ </check_off>
3003
+ <format content="array">
3004
+ <ae>date</ae>
3005
+ <ae>case_insensitive</ae>
3006
+ <ae>optional</ae>
3007
+ <template content="array">
3008
+ <ae>##-##-##</ae>
3009
+ </template>
3010
+ <presentation>MM-DD-YY</presentation>
3011
+ <ae content="compute">
3012
+ <cval>optional</cval>
3013
+ <compute>
3014
+ ((CHECK9.value == "on") ? "mandatory" : "optional")
3015
+ </compute>
3016
+ </ae>
3017
+ </format>
3018
+ <borderwidth>0</borderwidth>
3019
+ <fontinfo content="array">
3020
+ <ae>Courier</ae>
3021
+ <ae>8</ae>
3022
+ <ae>plain</ae>
3023
+ </fontinfo>
3024
+ <value></value>
3025
+ </field>
3026
+ <field sid="FIELD30">
3027
+ <itemlocation content="array">
3028
+ <ae content="array">
3029
+ <ae>absolute</ae>
3030
+ <ae>350</ae>
3031
+ <ae>498</ae>
3032
+ </ae>
3033
+ <ae content="array">
3034
+ <ae>extent</ae>
3035
+ <ae>81</ae>
3036
+ <ae>23</ae>
3037
+ </ae>
3038
+ </itemlocation>
3039
+ <scrollhoriz>wordwrap</scrollhoriz>
3040
+ <scrollvert>fixed</scrollvert>
3041
+ <editstate content="compute">
3042
+ <cval>readonly</cval>
3043
+ <compute>
3044
+ (CHECK9.value == "on") ? "readwrite" : "readonly"
3045
+ </compute>
3046
+ </editstate>
3047
+ <check_off content="compute">
3048
+ <cval></cval>
3049
+ <compute>
3050
+ (CHECK9.value == "off") ? set("value", "") : ""
3051
+ </compute>
3052
+ </check_off>
3053
+ <format content="array">
3054
+ <ae>date</ae>
3055
+ <ae>case_insensitive</ae>
3056
+ <ae>optional</ae>
3057
+ <template content="array">
3058
+ <ae>##-##-##</ae>
3059
+ </template>
3060
+ <presentation>MM-DD-YY</presentation>
3061
+ <ae content="compute">
3062
+ <cval>optional</cval>
3063
+ <compute>
3064
+ ((CHECK9.value == "on") ? "mandatory" : "optional")
3065
+ </compute>
3066
+ </ae>
3067
+ </format>
3068
+ <borderwidth>0</borderwidth>
3069
+ <fontinfo content="array">
3070
+ <ae>Courier</ae>
3071
+ <ae>8</ae>
3072
+ <ae>plain</ae>
3073
+ </fontinfo>
3074
+ <value></value>
3075
+ </field>
3076
+ <field sid="FIELD31">
3077
+ <itemlocation content="array">
3078
+ <ae content="array">
3079
+ <ae>absolute</ae>
3080
+ <ae>432</ae>
3081
+ <ae>498</ae>
3082
+ </ae>
3083
+ <ae content="array">
3084
+ <ae>extent</ae>
3085
+ <ae>78</ae>
3086
+ <ae>23</ae>
3087
+ </ae>
3088
+ </itemlocation>
3089
+ <justify>center</justify>
3090
+ <scrollhoriz>wordwrap</scrollhoriz>
3091
+ <scrollvert>fixed</scrollvert>
3092
+ <editstate content="compute">
3093
+ <cval>readonly</cval>
3094
+ <compute>
3095
+ (CHECK9.value == "on") ? "readwrite" : "readonly"
3096
+ </compute>
3097
+ </editstate>
3098
+ <check_off content="compute">
3099
+ <cval></cval>
3100
+ <compute>
3101
+ (CHECK9.value == "off") ? set("value", "") : ""
3102
+ </compute>
3103
+ </check_off>
3104
+ <format content="array">
3105
+ <ae>time</ae>
3106
+ <ae>short</ae>
3107
+ <ae>optional</ae>
3108
+ <ae content="compute">
3109
+ <cval>optional</cval>
3110
+ <compute>
3111
+ ((CHECK9.value == "on") ? "mandatory" : "optional")
3112
+ </compute>
3113
+ </ae>
3114
+ </format>
3115
+ <borderwidth>0</borderwidth>
3116
+ <value></value>
3117
+ </field>
3118
+ <field sid="FIELD32">
3119
+ <itemlocation content="array">
3120
+ <ae content="array">
3121
+ <ae>absolute</ae>
3122
+ <ae>511</ae>
3123
+ <ae>498</ae>
3124
+ </ae>
3125
+ <ae content="array">
3126
+ <ae>extent</ae>
3127
+ <ae>80</ae>
3128
+ <ae>23</ae>
3129
+ </ae>
3130
+ </itemlocation>
3131
+ <justify>center</justify>
3132
+ <scrollhoriz>wordwrap</scrollhoriz>
3133
+ <scrollvert>fixed</scrollvert>
3134
+ <editstate content="compute">
3135
+ <cval>readonly</cval>
3136
+ <compute>
3137
+ (CHECK9.value == "on") ? "readwrite" : "readonly"
3138
+ </compute>
3139
+ </editstate>
3140
+ <check_off content="compute">
3141
+ <cval></cval>
3142
+ <compute>
3143
+ (CHECK9.value == "off") ? set("value", "") : ""
3144
+ </compute>
3145
+ </check_off>
3146
+ <format content="array">
3147
+ <ae>time</ae>
3148
+ <ae>short</ae>
3149
+ <ae>optional</ae>
3150
+ <ae content="compute">
3151
+ <cval>optional</cval>
3152
+ <compute>
3153
+ ((CHECK9.value == "on") ? "mandatory" : "optional")
3154
+ </compute>
3155
+ </ae>
3156
+ </format>
3157
+ <borderwidth>0</borderwidth>
3158
+ <value></value>
3159
+ </field>
3160
+ <field sid="FIELD33">
3161
+ <itemlocation content="array">
3162
+ <ae content="array">
3163
+ <ae>absolute</ae>
3164
+ <ae>592</ae>
3165
+ <ae>498</ae>
3166
+ </ae>
3167
+ <ae content="array">
3168
+ <ae>extent</ae>
3169
+ <ae>81</ae>
3170
+ <ae>23</ae>
3171
+ </ae>
3172
+ </itemlocation>
3173
+ <scrollhoriz>wordwrap</scrollhoriz>
3174
+ <scrollvert>fixed</scrollvert>
3175
+ <editstate content="compute">
3176
+ <cval>readonly</cval>
3177
+ <compute>
3178
+ (CHECK9.value == "on") ? "readwrite" : "readonly"
3179
+ </compute>
3180
+ </editstate>
3181
+ <check_off content="compute">
3182
+ <cval></cval>
3183
+ <compute>
3184
+ (CHECK9.value == "off") ? set("value", "") : ""
3185
+ </compute>
3186
+ </check_off>
3187
+ <format content="array">
3188
+ <ae>float</ae>
3189
+ <ae>optional</ae>
3190
+ <range content="array">
3191
+ <ae>0</ae>
3192
+ <ae>9999.9999</ae>
3193
+ </range>
3194
+ <ae content="compute">
3195
+ <cval>optional</cval>
3196
+ <compute>
3197
+ ((CHECK9.value == "on") ? "mandatory" : "optional")
3198
+ </compute>
3199
+ </ae>
3200
+ </format>
3201
+ <borderwidth>0</borderwidth>
3202
+ <value></value>
3203
+ </field>
3204
+ <check sid="CHECK10">
3205
+ <itemlocation content="array">
3206
+ <ae content="array">
3207
+ <ae>absolute</ae>
3208
+ <ae>28</ae>
3209
+ <ae>543</ae>
3210
+ </ae>
3211
+ <ae content="array">
3212
+ <ae>extent</ae>
3213
+ <ae>22</ae>
3214
+ <ae>23</ae>
3215
+ </ae>
3216
+ </itemlocation>
3217
+ <fontinfo content="array">
3218
+ <ae>Helvetica</ae>
3219
+ <ae>18</ae>
3220
+ <ae>plain</ae>
3221
+ </fontinfo>
3222
+ <value></value>
3223
+ </check>
3224
+ <field sid="FIELD34">
3225
+ <itemlocation content="array">
3226
+ <ae content="array">
3227
+ <ae>absolute</ae>
3228
+ <ae>269</ae>
3229
+ <ae>543</ae>
3230
+ </ae>
3231
+ <ae content="array">
3232
+ <ae>extent</ae>
3233
+ <ae>80</ae>
3234
+ <ae>23</ae>
3235
+ </ae>
3236
+ </itemlocation>
3237
+ <scrollhoriz>wordwrap</scrollhoriz>
3238
+ <scrollvert>fixed</scrollvert>
3239
+ <editstate content="compute">
3240
+ <cval>readonly</cval>
3241
+ <compute>
3242
+ (CHECK10.value == "on") ? "readwrite" : "readonly"
3243
+ </compute>
3244
+ </editstate>
3245
+ <check_off content="compute">
3246
+ <cval></cval>
3247
+ <compute>
3248
+ (CHECK10.value == "off") ? set("value", "") : ""
3249
+ </compute>
3250
+ </check_off>
3251
+ <format content="array">
3252
+ <ae>date</ae>
3253
+ <ae>case_insensitive</ae>
3254
+ <ae>optional</ae>
3255
+ <template content="array">
3256
+ <ae>##-##-##</ae>
3257
+ </template>
3258
+ <presentation>MM-DD-YY</presentation>
3259
+ <ae content="compute">
3260
+ <cval>optional</cval>
3261
+ <compute>
3262
+ ((CHECK10.value == "on") ? "mandatory" : "optional")
3263
+ </compute>
3264
+ </ae>
3265
+ </format>
3266
+ <borderwidth>0</borderwidth>
3267
+ <fontinfo content="array">
3268
+ <ae>Courier</ae>
3269
+ <ae>8</ae>
3270
+ <ae>plain</ae>
3271
+ </fontinfo>
3272
+ <value></value>
3273
+ </field>
3274
+ <field sid="FIELD35">
3275
+ <itemlocation content="array">
3276
+ <ae content="array">
3277
+ <ae>absolute</ae>
3278
+ <ae>350</ae>
3279
+ <ae>543</ae>
3280
+ </ae>
3281
+ <ae content="array">
3282
+ <ae>extent</ae>
3283
+ <ae>81</ae>
3284
+ <ae>23</ae>
3285
+ </ae>
3286
+ </itemlocation>
3287
+ <scrollhoriz>wordwrap</scrollhoriz>
3288
+ <scrollvert>fixed</scrollvert>
3289
+ <editstate content="compute">
3290
+ <cval>readonly</cval>
3291
+ <compute>
3292
+ (CHECK10.value == "on") ? "readwrite" : "readonly"
3293
+ </compute>
3294
+ </editstate>
3295
+ <check_off content="compute">
3296
+ <cval></cval>
3297
+ <compute>
3298
+ (CHECK10.value == "off") ? set("value", "") : ""
3299
+ </compute>
3300
+ </check_off>
3301
+ <format content="array">
3302
+ <ae>date</ae>
3303
+ <ae>case_insensitive</ae>
3304
+ <ae>optional</ae>
3305
+ <template content="array">
3306
+ <ae>##-##-##</ae>
3307
+ </template>
3308
+ <presentation>MM-DD-YY</presentation>
3309
+ <ae content="compute">
3310
+ <cval>optional</cval>
3311
+ <compute>
3312
+ ((CHECK10.value == "on") ? "mandatory" : "optional")
3313
+ </compute>
3314
+ </ae>
3315
+ </format>
3316
+ <borderwidth>0</borderwidth>
3317
+ <fontinfo content="array">
3318
+ <ae>Courier</ae>
3319
+ <ae>8</ae>
3320
+ <ae>plain</ae>
3321
+ </fontinfo>
3322
+ <value></value>
3323
+ </field>
3324
+ <field sid="FIELD36">
3325
+ <itemlocation content="array">
3326
+ <ae content="array">
3327
+ <ae>absolute</ae>
3328
+ <ae>432</ae>
3329
+ <ae>543</ae>
3330
+ </ae>
3331
+ <ae content="array">
3332
+ <ae>extent</ae>
3333
+ <ae>78</ae>
3334
+ <ae>23</ae>
3335
+ </ae>
3336
+ </itemlocation>
3337
+ <justify>center</justify>
3338
+ <scrollhoriz>wordwrap</scrollhoriz>
3339
+ <scrollvert>fixed</scrollvert>
3340
+ <editstate content="compute">
3341
+ <cval>readonly</cval>
3342
+ <compute>
3343
+ (CHECK10.value == "on") ? "readwrite" : "readonly"
3344
+ </compute>
3345
+ </editstate>
3346
+ <check_off content="compute">
3347
+ <cval></cval>
3348
+ <compute>
3349
+ (CHECK10.value == "off") ? set("value", "") : ""
3350
+ </compute>
3351
+ </check_off>
3352
+ <format content="array">
3353
+ <ae>time</ae>
3354
+ <ae>short</ae>
3355
+ <ae>optional</ae>
3356
+ <ae content="compute">
3357
+ <cval>optional</cval>
3358
+ <compute>
3359
+ ((CHECK10.value == "on") ? "mandatory" : "optional")
3360
+ </compute>
3361
+ </ae>
3362
+ </format>
3363
+ <borderwidth>0</borderwidth>
3364
+ <value></value>
3365
+ </field>
3366
+ <field sid="FIELD37">
3367
+ <itemlocation content="array">
3368
+ <ae content="array">
3369
+ <ae>absolute</ae>
3370
+ <ae>511</ae>
3371
+ <ae>543</ae>
3372
+ </ae>
3373
+ <ae content="array">
3374
+ <ae>extent</ae>
3375
+ <ae>80</ae>
3376
+ <ae>23</ae>
3377
+ </ae>
3378
+ </itemlocation>
3379
+ <justify>center</justify>
3380
+ <scrollhoriz>wordwrap</scrollhoriz>
3381
+ <scrollvert>fixed</scrollvert>
3382
+ <editstate content="compute">
3383
+ <cval>readonly</cval>
3384
+ <compute>
3385
+ (CHECK10.value == "on") ? "readwrite" : "readonly"
3386
+ </compute>
3387
+ </editstate>
3388
+ <check_off content="compute">
3389
+ <cval></cval>
3390
+ <compute>
3391
+ (CHECK10.value == "off") ? set("value", "") : ""
3392
+ </compute>
3393
+ </check_off>
3394
+ <format content="array">
3395
+ <ae>time</ae>
3396
+ <ae>short</ae>
3397
+ <ae>optional</ae>
3398
+ <ae content="compute">
3399
+ <cval>optional</cval>
3400
+ <compute>
3401
+ ((CHECK10.value == "on") ? "mandatory" : "optional")
3402
+ </compute>
3403
+ </ae>
3404
+ </format>
3405
+ <borderwidth>0</borderwidth>
3406
+ <value></value>
3407
+ </field>
3408
+ <field sid="FIELD38">
3409
+ <itemlocation content="array">
3410
+ <ae content="array">
3411
+ <ae>absolute</ae>
3412
+ <ae>592</ae>
3413
+ <ae>543</ae>
3414
+ </ae>
3415
+ <ae content="array">
3416
+ <ae>extent</ae>
3417
+ <ae>81</ae>
3418
+ <ae>23</ae>
3419
+ </ae>
3420
+ </itemlocation>
3421
+ <scrollhoriz>wordwrap</scrollhoriz>
3422
+ <scrollvert>fixed</scrollvert>
3423
+ <editstate content="compute">
3424
+ <cval>readonly</cval>
3425
+ <compute>
3426
+ (CHECK10.value == "on") ? "readwrite" : "readonly"
3427
+ </compute>
3428
+ </editstate>
3429
+ <check_off content="compute">
3430
+ <cval></cval>
3431
+ <compute>
3432
+ (CHECK10.value == "off") ? set("value", "") : ""
3433
+ </compute>
3434
+ </check_off>
3435
+ <format content="array">
3436
+ <ae>float</ae>
3437
+ <ae>optional</ae>
3438
+ <range content="array">
3439
+ <ae>0</ae>
3440
+ <ae>9999.9999</ae>
3441
+ </range>
3442
+ <ae content="compute">
3443
+ <cval>optional</cval>
3444
+ <compute>
3445
+ ((CHECK10.value == "on") ? "mandatory" : "optional")
3446
+ </compute>
3447
+ </ae>
3448
+ </format>
3449
+ <borderwidth>0</borderwidth>
3450
+ <value></value>
3451
+ </field>
3452
+ <check sid="CHECK11">
3453
+ <itemlocation content="array">
3454
+ <ae content="array">
3455
+ <ae>absolute</ae>
3456
+ <ae>28</ae>
3457
+ <ae>591</ae>
3458
+ </ae>
3459
+ <ae content="array">
3460
+ <ae>extent</ae>
3461
+ <ae>22</ae>
3462
+ <ae>23</ae>
3463
+ </ae>
3464
+ </itemlocation>
3465
+ <fontinfo content="array">
3466
+ <ae>Helvetica</ae>
3467
+ <ae>18</ae>
3468
+ <ae>plain</ae>
3469
+ </fontinfo>
3470
+ <value></value>
3471
+ </check>
3472
+ <field sid="FIELD39">
3473
+ <itemlocation content="array">
3474
+ <ae content="array">
3475
+ <ae>absolute</ae>
3476
+ <ae>269</ae>
3477
+ <ae>590</ae>
3478
+ </ae>
3479
+ <ae content="array">
3480
+ <ae>extent</ae>
3481
+ <ae>80</ae>
3482
+ <ae>23</ae>
3483
+ </ae>
3484
+ </itemlocation>
3485
+ <scrollhoriz>wordwrap</scrollhoriz>
3486
+ <scrollvert>fixed</scrollvert>
3487
+ <editstate content="compute">
3488
+ <cval>readonly</cval>
3489
+ <compute>
3490
+ (CHECK11.value == "on") ? "readwrite" : "readonly"
3491
+ </compute>
3492
+ </editstate>
3493
+ <check_off content="compute">
3494
+ <cval></cval>
3495
+ <compute>
3496
+ (CHECK11.value == "off") ? set("value", "") : ""
3497
+ </compute>
3498
+ </check_off>
3499
+ <format content="array">
3500
+ <ae>date</ae>
3501
+ <ae>case_insensitive</ae>
3502
+ <ae>optional</ae>
3503
+ <template content="array">
3504
+ <ae>##-##-##</ae>
3505
+ </template>
3506
+ <presentation>MM-DD-YY</presentation>
3507
+ <ae content="compute">
3508
+ <cval>optional</cval>
3509
+ <compute>
3510
+ ((CHECK11.value == "on") ? "mandatory" : "optional")
3511
+ </compute>
3512
+ </ae>
3513
+ </format>
3514
+ <borderwidth>0</borderwidth>
3515
+ <fontinfo content="array">
3516
+ <ae>Courier</ae>
3517
+ <ae>8</ae>
3518
+ <ae>plain</ae>
3519
+ </fontinfo>
3520
+ <value></value>
3521
+ </field>
3522
+ <field sid="FIELD40">
3523
+ <itemlocation content="array">
3524
+ <ae content="array">
3525
+ <ae>absolute</ae>
3526
+ <ae>350</ae>
3527
+ <ae>590</ae>
3528
+ </ae>
3529
+ <ae content="array">
3530
+ <ae>extent</ae>
3531
+ <ae>81</ae>
3532
+ <ae>23</ae>
3533
+ </ae>
3534
+ </itemlocation>
3535
+ <scrollhoriz>wordwrap</scrollhoriz>
3536
+ <scrollvert>fixed</scrollvert>
3537
+ <editstate content="compute">
3538
+ <cval>readonly</cval>
3539
+ <compute>
3540
+ (CHECK11.value == "on") ? "readwrite" : "readonly"
3541
+ </compute>
3542
+ </editstate>
3543
+ <check_off content="compute">
3544
+ <cval></cval>
3545
+ <compute>
3546
+ (CHECK11.value == "off") ? set("value", "") : ""
3547
+ </compute>
3548
+ </check_off>
3549
+ <format content="array">
3550
+ <ae>date</ae>
3551
+ <ae>case_insensitive</ae>
3552
+ <ae>optional</ae>
3553
+ <template content="array">
3554
+ <ae>##-##-##</ae>
3555
+ </template>
3556
+ <presentation>MM-DD-YY</presentation>
3557
+ <ae content="compute">
3558
+ <cval>optional</cval>
3559
+ <compute>
3560
+ ((CHECK11.value == "on") ? "mandatory" : "optional")
3561
+ </compute>
3562
+ </ae>
3563
+ </format>
3564
+ <borderwidth>0</borderwidth>
3565
+ <fontinfo content="array">
3566
+ <ae>Courier</ae>
3567
+ <ae>8</ae>
3568
+ <ae>plain</ae>
3569
+ </fontinfo>
3570
+ <value></value>
3571
+ </field>
3572
+ <field sid="FIELD41">
3573
+ <itemlocation content="array">
3574
+ <ae content="array">
3575
+ <ae>absolute</ae>
3576
+ <ae>432</ae>
3577
+ <ae>590</ae>
3578
+ </ae>
3579
+ <ae content="array">
3580
+ <ae>extent</ae>
3581
+ <ae>78</ae>
3582
+ <ae>23</ae>
3583
+ </ae>
3584
+ </itemlocation>
3585
+ <justify>center</justify>
3586
+ <scrollhoriz>wordwrap</scrollhoriz>
3587
+ <scrollvert>fixed</scrollvert>
3588
+ <editstate content="compute">
3589
+ <cval>readonly</cval>
3590
+ <compute>
3591
+ (CHECK11.value == "on") ? "readwrite" : "readonly"
3592
+ </compute>
3593
+ </editstate>
3594
+ <check_off content="compute">
3595
+ <cval></cval>
3596
+ <compute>
3597
+ (CHECK11.value == "off") ? set("value", "") : ""
3598
+ </compute>
3599
+ </check_off>
3600
+ <format content="array">
3601
+ <ae>time</ae>
3602
+ <ae>short</ae>
3603
+ <ae>optional</ae>
3604
+ <ae content="compute">
3605
+ <cval>optional</cval>
3606
+ <compute>
3607
+ ((CHECK11.value == "on") ? "mandatory" : "optional")
3608
+ </compute>
3609
+ </ae>
3610
+ </format>
3611
+ <borderwidth>0</borderwidth>
3612
+ <value></value>
3613
+ </field>
3614
+ <field sid="FIELD42">
3615
+ <itemlocation content="array">
3616
+ <ae content="array">
3617
+ <ae>absolute</ae>
3618
+ <ae>511</ae>
3619
+ <ae>590</ae>
3620
+ </ae>
3621
+ <ae content="array">
3622
+ <ae>extent</ae>
3623
+ <ae>80</ae>
3624
+ <ae>23</ae>
3625
+ </ae>
3626
+ </itemlocation>
3627
+ <justify>center</justify>
3628
+ <scrollhoriz>wordwrap</scrollhoriz>
3629
+ <scrollvert>fixed</scrollvert>
3630
+ <editstate content="compute">
3631
+ <cval>readonly</cval>
3632
+ <compute>
3633
+ (CHECK11.value == "on") ? "readwrite" : "readonly"
3634
+ </compute>
3635
+ </editstate>
3636
+ <check_off content="compute">
3637
+ <cval></cval>
3638
+ <compute>
3639
+ (CHECK11.value == "off") ? set("value", "") : ""
3640
+ </compute>
3641
+ </check_off>
3642
+ <format content="array">
3643
+ <ae>time</ae>
3644
+ <ae>short</ae>
3645
+ <ae>optional</ae>
3646
+ <ae content="compute">
3647
+ <cval>optional</cval>
3648
+ <compute>
3649
+ ((CHECK11.value == "on") ? "mandatory" : "optional")
3650
+ </compute>
3651
+ </ae>
3652
+ </format>
3653
+ <borderwidth>0</borderwidth>
3654
+ <value></value>
3655
+ </field>
3656
+ <field sid="FIELD43">
3657
+ <itemlocation content="array">
3658
+ <ae content="array">
3659
+ <ae>absolute</ae>
3660
+ <ae>592</ae>
3661
+ <ae>590</ae>
3662
+ </ae>
3663
+ <ae content="array">
3664
+ <ae>extent</ae>
3665
+ <ae>81</ae>
3666
+ <ae>23</ae>
3667
+ </ae>
3668
+ </itemlocation>
3669
+ <scrollhoriz>wordwrap</scrollhoriz>
3670
+ <scrollvert>fixed</scrollvert>
3671
+ <editstate content="compute">
3672
+ <cval>readonly</cval>
3673
+ <compute>
3674
+ (CHECK11.value == "on") ? "readwrite" : "readonly"
3675
+ </compute>
3676
+ </editstate>
3677
+ <check_off content="compute">
3678
+ <cval></cval>
3679
+ <compute>
3680
+ (CHECK11.value == "off") ? set("value", "") : ""
3681
+ </compute>
3682
+ </check_off>
3683
+ <format content="array">
3684
+ <ae>float</ae>
3685
+ <ae>optional</ae>
3686
+ <range content="array">
3687
+ <ae>0</ae>
3688
+ <ae>9999.9999</ae>
3689
+ </range>
3690
+ <ae content="compute">
3691
+ <cval>optional</cval>
3692
+ <compute>
3693
+ ((CHECK11.value == "on") ? "mandatory" : "optional")
3694
+ </compute>
3695
+ </ae>
3696
+ </format>
3697
+ <borderwidth>0</borderwidth>
3698
+ <value></value>
3699
+ </field>
3700
+ <check sid="CHECK12">
3701
+ <itemlocation content="array">
3702
+ <ae content="array">
3703
+ <ae>absolute</ae>
3704
+ <ae>680</ae>
3705
+ <ae>326</ae>
3706
+ </ae>
3707
+ <ae content="array">
3708
+ <ae>extent</ae>
3709
+ <ae>15</ae>
3710
+ <ae>14</ae>
3711
+ </ae>
3712
+ </itemlocation>
3713
+ <fontinfo content="array">
3714
+ <ae>Helvetica</ae>
3715
+ <ae>10</ae>
3716
+ <ae>plain</ae>
3717
+ </fontinfo>
3718
+ <value></value>
3719
+ </check>
3720
+ <check sid="CHECK13">
3721
+ <itemlocation content="array">
3722
+ <ae content="array">
3723
+ <ae>absolute</ae>
3724
+ <ae>689</ae>
3725
+ <ae>404</ae>
3726
+ </ae>
3727
+ <ae content="array">
3728
+ <ae>extent</ae>
3729
+ <ae>15</ae>
3730
+ <ae>14</ae>
3731
+ </ae>
3732
+ </itemlocation>
3733
+ <fontinfo content="array">
3734
+ <ae>Helvetica</ae>
3735
+ <ae>10</ae>
3736
+ <ae>plain</ae>
3737
+ </fontinfo>
3738
+ <active content="compute">
3739
+ <cval>off</cval>
3740
+ <compute>
3741
+ (CHECK12.value == "on") ? "on" : "off"
3742
+ </compute>
3743
+ </active>
3744
+ <editstate content="compute">
3745
+ <cval>readwrite</cval>
3746
+ <compute>
3747
+ (value == "on") ? "readonly" : "readwrite"
3748
+ </compute>
3749
+ </editstate>
3750
+ <radio_check content="compute">
3751
+ <cval></cval>
3752
+ <compute>
3753
+ ((CHECK14.value == "on") || (CHECK15.value == "on")) ? set("value", "off") : ""
3754
+ </compute>
3755
+ </radio_check>
3756
+ <value></value>
3757
+ </check>
3758
+ <check sid="CHECK14">
3759
+ <itemlocation content="array">
3760
+ <ae content="array">
3761
+ <ae>absolute</ae>
3762
+ <ae>689</ae>
3763
+ <ae>428</ae>
3764
+ </ae>
3765
+ <ae content="array">
3766
+ <ae>extent</ae>
3767
+ <ae>15</ae>
3768
+ <ae>14</ae>
3769
+ </ae>
3770
+ </itemlocation>
3771
+ <fontinfo content="array">
3772
+ <ae>Helvetica</ae>
3773
+ <ae>10</ae>
3774
+ <ae>plain</ae>
3775
+ </fontinfo>
3776
+ <active content="compute">
3777
+ <cval>off</cval>
3778
+ <compute>
3779
+ (CHECK12.value == "on") ? "on" : "off"
3780
+ </compute>
3781
+ </active>
3782
+ <editstate content="compute">
3783
+ <cval>readwrite</cval>
3784
+ <compute>
3785
+ (value == "on") ? "readonly" : "readwrite"
3786
+ </compute>
3787
+ </editstate>
3788
+ <radio_check content="compute">
3789
+ <cval></cval>
3790
+ <compute>
3791
+ ((CHECK15.value == "on") || (CHECK13.value == "on")) ? set("value", "off") : ""
3792
+ </compute>
3793
+ </radio_check>
3794
+ <value></value>
3795
+ </check>
3796
+ <check sid="CHECK15">
3797
+ <itemlocation content="array">
3798
+ <ae content="array">
3799
+ <ae>absolute</ae>
3800
+ <ae>689</ae>
3801
+ <ae>485</ae>
3802
+ </ae>
3803
+ <ae content="array">
3804
+ <ae>extent</ae>
3805
+ <ae>15</ae>
3806
+ <ae>14</ae>
3807
+ </ae>
3808
+ </itemlocation>
3809
+ <fontinfo content="array">
3810
+ <ae>Helvetica</ae>
3811
+ <ae>10</ae>
3812
+ <ae>plain</ae>
3813
+ </fontinfo>
3814
+ <active content="compute">
3815
+ <cval>off</cval>
3816
+ <compute>
3817
+ (CHECK12.value == "on") ? "on" : "off"
3818
+ </compute>
3819
+ </active>
3820
+ <editstate content="compute">
3821
+ <cval>readwrite</cval>
3822
+ <compute>
3823
+ (value == "on") ? "readonly" : "readwrite"
3824
+ </compute>
3825
+ </editstate>
3826
+ <radio_check content="compute">
3827
+ <cval></cval>
3828
+ <compute>
3829
+ ((CHECK14.value == "on") || (CHECK13.value == "on")) ? set("value", "off") : ""
3830
+ </compute>
3831
+ </radio_check>
3832
+ <value></value>
3833
+ </check>
3834
+ <field sid="FIELD44">
3835
+ <itemlocation content="array">
3836
+ <ae content="array">
3837
+ <ae>absolute</ae>
3838
+ <ae>42</ae>
3839
+ <ae>657</ae>
3840
+ </ae>
3841
+ <ae content="array">
3842
+ <ae>extent</ae>
3843
+ <ae>846</ae>
3844
+ <ae>57</ae>
3845
+ </ae>
3846
+ </itemlocation>
3847
+ <scrollhoriz>wordwrap</scrollhoriz>
3848
+ <scrollvert>fixed</scrollvert>
3849
+ <borderwidth>0</borderwidth>
3850
+ <format content="array">
3851
+ <ae>string</ae>
3852
+ <ae content="compute">
3853
+ <cval>optional</cval>
3854
+ <compute>
3855
+ (CHECK10.value == "on") ? "mandatory" : "optional"
3856
+ </compute>
3857
+ </ae>
3858
+ </format>
3859
+ <value></value>
3860
+ </field>
3861
+ <field sid="FIELD45">
3862
+ <itemlocation content="array">
3863
+ <ae content="array">
3864
+ <ae>absolute</ae>
3865
+ <ae>42</ae>
3866
+ <ae>712</ae>
3867
+ </ae>
3868
+ <ae content="array">
3869
+ <ae>extent</ae>
3870
+ <ae>846</ae>
3871
+ <ae>31</ae>
3872
+ </ae>
3873
+ </itemlocation>
3874
+ <borderwidth>0</borderwidth>
3875
+ <format content="array">
3876
+ <ae>string</ae>
3877
+ <ae content="compute">
3878
+ <cval>optional</cval>
3879
+ <compute>
3880
+ (CHECK8.value == "on") ? "mandatory" : "optional"
3881
+ </compute>
3882
+ </ae>
3883
+ </format>
3884
+ <editstate content="compute">
3885
+ <cval>readonly</cval>
3886
+ <compute>
3887
+ (CHECK8.value == "on") ? "readwrite" : "readonly"
3888
+ </compute>
3889
+ </editstate>
3890
+ <value></value>
3891
+ </field>
3892
+ <button sid="BUTTON1">
3893
+ <itemlocation content="array">
3894
+ <ae content="array">
3895
+ <ae>absolute</ae>
3896
+ <ae>250</ae>
3897
+ <ae>839</ae>
3898
+ </ae>
3899
+ <ae content="array">
3900
+ <ae>extent</ae>
3901
+ <ae>346</ae>
3902
+ <ae>27</ae>
3903
+ </ae>
3904
+ </itemlocation>
3905
+ <type>signature</type>
3906
+ <signature>SIGNATURE1</signature>
3907
+ <signer>(cs) John M. Boyer, jboyer@pureedge.com</signer>
3908
+ <signoptions content="array">
3909
+ <ae>omit</ae>
3910
+ <ae>triggeritem</ae>
3911
+ </signoptions>
3912
+ <fontinfo content="array">
3913
+ <ae>Times</ae>
3914
+ <ae>8</ae>
3915
+ <ae>bold</ae>
3916
+ </fontinfo>
3917
+ <borderwidth>0</borderwidth>
3918
+ <signitemrefs content="array">
3919
+ <ae>omit</ae>
3920
+ <ae>PAGE1.CHECK16</ae>
3921
+ <ae>PAGE1.CHECK17</ae>
3922
+ <ae>PAGE1.FIELD47</ae>
3923
+ <ae>PAGE1.BUTTON2</ae>
3924
+ <ae>SIGNATURE2</ae>
3925
+ <ae>PAGE1.FIELD48</ae>
3926
+ </signitemrefs>
3927
+ <format content="array">
3928
+ <ae>string</ae>
3929
+ <ae>mandatory</ae>
3930
+ </format>
3931
+ <value content="compute">
3932
+ <cval>(cs) John M. Boyer, jboyer@pureedge.com</cval>
3933
+ <compute>
3934
+ signer
3935
+ </compute>
3936
+ </value>
3937
+ </button>
3938
+
3939
+ <field sid="FIELD46">
3940
+ <itemlocation content="array">
3941
+ <ae content="array">
3942
+ <ae>absolute</ae>
3943
+ <ae>655</ae>
3944
+ <ae>840</ae>
3945
+ </ae>
3946
+ <ae content="array">
3947
+ <ae>extent</ae>
3948
+ <ae>155</ae>
3949
+ <ae>27</ae>
3950
+ </ae>
3951
+ </itemlocation>
3952
+ <borderwidth>0</borderwidth>
3953
+ <editstate>readonly</editstate>
3954
+ <value content="compute">
3955
+ <cval>05-08-02</cval>
3956
+ <compute>
3957
+ (BUTTON1.value != "") ? "*" : ""
3958
+ </compute>
3959
+ </value>
3960
+ <format content="array">
3961
+ <ae>date</ae>
3962
+ <ae>optional</ae>
3963
+ <presentation>MM-DD-YY</presentation>
3964
+ </format>
3965
+ </field>
3966
+
3967
+
3968
+
3969
+
3970
+
3971
+ <spacer sid="vfd_spacer">
3972
+ <itemlocation content="array">
3973
+ <ae content="array">
3974
+ <ae>absolute</ae>
3975
+ <ae>960</ae>
3976
+ <ae>1260</ae>
3977
+ </ae>
3978
+ <ae content="array">
3979
+ <ae>extent</ae>
3980
+ <ae>1</ae>
3981
+ <ae>1</ae>
3982
+ </ae>
3983
+ </itemlocation>
3984
+ </spacer>
3985
+ </page>
3986
+ </XFDL>