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