Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
openscap /
schemas /
xccdf /
1.1-tailoring /
[ HOME SHELL ]
Name
Size
Permission
Action
xccdf-1.1-tailoring.xsd
9.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xccdf-1.1-tailoring.xsd
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cdf = "http://checklists.nist.gov/xccdf/1.1" xmlns:cdf-tailoring = "http://open-scap.org/page/Xccdf-1.1-tailoring" targetNamespace = "http://open-scap.org/page/Xccdf-1.1-tailoring" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:annotation> <xsd:documentation xml:lang="en"> XCCDF 1.1.x has no support for Tailoring in external files. This namespace provides such facility. Keep in mind that this is an unofficial extension! </xsd:documentation> <xsd:appinfo> <schema>XCCDF 1.1 tailoring extension</schema> <author>Martin Preisler</author> <version>1.1</version> <date>2013-08-30</date> </xsd:appinfo> </xsd:annotation> <!-- Import base XML namespace --> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../../common/xml.xsd"> <xsd:annotation> <xsd:documentation xml:lang="en"> Import the XML namespace because this schema uses the @xml:lang and @xml:base attributes. </xsd:documentation> </xsd:annotation> </xsd:import> <!-- Import XCCDF 1.1 namespace --> <xsd:import namespace="http://checklists.nist.gov/xccdf/1.1" schemaLocation="../1.1/xccdf-schema.xsd"> <xsd:annotation> <xsd:documentation xml:lang="en"> TODO </xsd:documentation> </xsd:annotation> </xsd:import> <xsd:element name="Tailoring" type="cdf-tailoring:tailoringType"> <xsd:annotation> <xsd:documentation xml:lang="en">The <xccdf:Tailoring> element holds one or more <xccdf:Profile> elements. These <xccdf:Profile> elements record additional tailoring activities that apply to a given <xccdf:Benchmark>. <xccdf:Tailoring> elements are separate from <xccdf:Benchmark> documents, but each <xccdf:Tailoring> element is associated with a specific <xccdf:Benchmark> document. By defining these tailoring actions separately from the <xccdf:Benchmark> document to which they apply, these actions can be recorded without affecting the integrity of the source itself.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:simpleType name="tailoringIdType"> <xsd:annotation> <xsd:documentation xml:lang="en"> The format required for the @id property of <xccdf:Tailoring> elements. xccdf_N_tailoring_S, where N is a reverse-DNS style namespace and S is an NCName-compatible string. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NCName"> <xsd:pattern value="xccdf_[^_]+_tailoring_.+"/> <!-- TODO: Should we enforce this ID or not --> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="tailoringType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data type for the <xccdf:Tailoring> element. The <xccdf:Tailoring> element allows named tailorings (i.e., <xccdf:Profile> elements) of an <xccdf:Benchmark> to be defined separately from the <xccdf:Benchmark> itself. The <xccdf:Profile> elements in an <xccdf:Tailoring> element can be used in two ways: First, an organization might wish to pre-define a set of tailoring actions to be applied on top of or instead of the tailoring performed by an <xccdf:Benchmark> element's <xccdf:Profile> elements. Second, an <xccdf:Tailoring> element can be used to record manual tailoring actions performed during the course of an assessment. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="benchmark" minOccurs="0" maxOccurs="1" type="cdf-tailoring:tailoringBenchmarkReferenceType"> <xsd:annotation> <xsd:documentation xml:lang="en">Identifies the <xccdf:Benchmark> to which this tailoring applies. A <xccdf:Tailoring> document is only applicable to a single <xccdf:Benchmark>. Note, however, that this is a purely informative field. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="cdf:status" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en">Status of the tailoring and date at which it attained that status. Authors may use this element to record the maturity or consensus level of an <xccdf:Tailoring> element.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="version" minOccurs="1" maxOccurs="1" type="cdf-tailoring:tailoringVersionType"> <xsd:annotation> <xsd:documentation xml:lang="en">The version of this <xccdf:Tailoring> element, with a required @time attribute that records when the <xccdf:Tailoring> element was created. This timestamp is necessary because, under some circumstances, a copy of an <xccdf:Tailoring> document might be automatically generated. Without the version and timestamp, tracking of these automatically created <xccdf:Tailoring> documents could become problematic. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="metadata" type="cdf:metadataType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en">XML metadata for the <xccdf:Tailoring> element. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="cdf:Profile" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"><xccdf:Profile> elements that reference and customize sets of items in an <xccdf:Benchmark>. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="id" type="cdf-tailoring:tailoringIdType" use="required"> <xsd:annotation> <xsd:documentation xml:lang="en">Unique identifier for this element.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> <xsd:complexType name="benchmarkReferenceType"> <xsd:annotation> <xsd:documentation xml:lang="en">Type for a reference to the <xccdf:Benchmark> document. </xsd:documentation> </xsd:annotation> <xsd:attribute name="href" type="xsd:anyURI" use="required"> <xsd:annotation> <xsd:documentation xml:lang="en">The URI of the <xccdf:Benchmark> document. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="id" type="xsd:NCName" use="optional"> <xsd:annotation> <xsd:documentation xml:lang="en">The value of that <xccdf:Benchmark> element's @id attribute. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> <xsd:complexType name="tailoringBenchmarkReferenceType"> <xsd:annotation> <xsd:documentation xml:lang="en">Identifies the <xccdf:Benchmark> to which an <xccdf:Tailoring> element applies. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="cdf-tailoring:benchmarkReferenceType"> <xsd:attribute name="version" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation xml:lang="en">Identifies the version of the referenced <xccdf:Benchmark>. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="tailoringVersionType"> <xsd:annotation> <xsd:documentation xml:lang="en">Type for version information about an <xccdf:Tailoring> element. </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="time" type="xsd:dateTime" use="required"> <xsd:annotation> <xsd:documentation xml:lang="en">The time when this version of the <xccdf:Tailoring> document was completed. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:schema>
Close